Skip to content

Commit 17940bb

Browse files
chore(deps): update all non-major dependencies (#24)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 12a0cad commit 17940bb

File tree

2 files changed

+428
-142
lines changed

2 files changed

+428
-142
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unplugin-vue-named-export",
33
"version": "0.1.4",
4-
"packageManager": "pnpm@8.6.10",
4+
"packageManager": "pnpm@8.6.11",
55
"description": "Named export for Vue SFC.",
66
"keywords": [
77
"unplugin",
@@ -90,25 +90,25 @@
9090
"prepublishOnly": "pnpm run build"
9191
},
9292
"dependencies": {
93-
"@vue-macros/common": "^1.5.0",
93+
"@vue-macros/common": "^1.6.0",
9494
"change-case": "^4.1.2",
9595
"unplugin": "^1.4.0"
9696
},
9797
"devDependencies": {
9898
"@babel/types": "^7.22.5",
9999
"@sxzz/eslint-config": "^3.2.3",
100100
"@sxzz/prettier-config": "^1.0.4",
101-
"@types/node": "^20.4.4",
102-
"@vue-macros/test-utils": "^1.0.9",
101+
"@types/node": "^20.4.5",
102+
"@vue-macros/test-utils": "^1.1.0",
103103
"bumpp": "^9.1.1",
104-
"eslint": "^8.45.0",
105-
"eslint-define-config": "^1.21.0",
104+
"eslint": "^8.46.0",
105+
"eslint-define-config": "^1.22.0",
106106
"fast-glob": "^3.3.1",
107107
"prettier": "^3.0.0",
108108
"tsup": "^7.1.0",
109109
"tsx": "^3.12.7",
110110
"typescript": "^5.1.6",
111-
"vite": "^4.4.6",
111+
"vite": "^4.4.7",
112112
"vitest": "^0.33.0",
113113
"vue": "^3.3.4"
114114
},

0 commit comments

Comments
 (0)