Skip to content

Commit fd921c3

Browse files
committed
chore: upgrade deps
1 parent 2ddfaf8 commit fd921c3

File tree

3 files changed

+1836
-2044
lines changed

3 files changed

+1836
-2044
lines changed

package.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "unplugin-vue-named-export",
33
"version": "0.8.1",
4-
"packageManager": "pnpm@10.10.0",
4+
"packageManager": "pnpm@10.13.1",
55
"description": "Named export for Vue SFC.",
66
"type": "module",
77
"keywords": [
@@ -62,31 +62,31 @@
6262
"prepublishOnly": "pnpm run build"
6363
},
6464
"dependencies": {
65-
"@vue/language-core": "^3.0.1",
66-
"ast-kit": "^2.0.0",
65+
"@vue/language-core": "^3.0.3",
66+
"ast-kit": "^2.1.1",
6767
"magic-string-ast": "^1.0.0",
6868
"muggle-string": "^0.4.1",
69-
"unplugin": "^2.3.2"
69+
"unplugin": "^2.3.5"
7070
},
7171
"devDependencies": {
72-
"@babel/types": "^7.27.1",
73-
"@sxzz/eslint-config": "^7.0.0",
74-
"@sxzz/prettier-config": "^2.2.1",
75-
"@sxzz/test-utils": "^0.5.6",
76-
"@types/node": "^22.15.17",
77-
"bumpp": "^10.1.0",
72+
"@babel/types": "^7.28.1",
73+
"@sxzz/eslint-config": "^7.0.6",
74+
"@sxzz/prettier-config": "^2.2.3",
75+
"@sxzz/test-utils": "^0.5.7",
76+
"@types/node": "^24.0.14",
77+
"bumpp": "^10.2.0",
7878
"change-case": "^5.4.4",
79-
"eslint": "^9.26.0",
80-
"prettier": "^3.5.3",
81-
"tsdown": "^0.11.1",
82-
"tsx": "^4.19.4",
79+
"eslint": "^9.31.0",
80+
"prettier": "^3.6.2",
81+
"tsdown": "^0.13.0-beta.2",
82+
"tsx": "^4.20.3",
8383
"typescript": "^5.8.3",
84-
"unplugin-oxc": "^0.3.7",
84+
"unplugin-oxc": "^0.4.6",
8585
"unplugin-vue": "^6.2.0",
86-
"vite": "^7.0.0",
87-
"vitest": "^3.1.3",
88-
"vue": "^3.5.13",
89-
"vue-tsc": "^3.0.1"
86+
"vite": "^7.0.5",
87+
"vitest": "^3.2.4",
88+
"vue": "^3.5.17",
89+
"vue-tsc": "^3.0.3"
9090
},
9191
"engines": {
9292
"node": ">=20.18.0"

playground/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010
"typecheck": "vue-tsc --noEmit"
1111
},
1212
"dependencies": {
13-
"vue": "^3.5.13"
13+
"vue": "^3.5.17"
1414
},
1515
"devDependencies": {
1616
"@vitejs/plugin-vue": "^6.0.0",
1717
"@vue/tsconfig": "^0.7.0",
18-
"tsx": "^4.19.4",
18+
"tsx": "^4.20.3",
1919
"typescript": "~5.8.3",
20-
"vite": "^7.0.0",
21-
"vue-tsc": "^3.0.1"
20+
"vite": "^7.0.5",
21+
"vue-tsc": "^3.0.3"
2222
}
2323
}

0 commit comments

Comments
 (0)