Skip to content

Commit 009c421

Browse files
committed
chore: upgrade deps
1 parent a8f0fa8 commit 009c421

File tree

5 files changed

+5823
-6781
lines changed

5 files changed

+5823
-6781
lines changed

package.json

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@vue-macros/cli",
33
"type": "module",
44
"version": "1.2.1",
5-
"packageManager": "pnpm@8.10.5",
5+
"packageManager": "pnpm@10.14.0",
66
"description": "Rewriting at vue macros powered by ast-grep.",
77
"author": "zhiyuanzmj <[email protected]>",
88
"license": "MIT",
@@ -42,24 +42,25 @@
4242
"prepublishOnly": "pnpm run build"
4343
},
4444
"dependencies": {
45-
"@antfu/ni": "^0.21.12",
46-
"@ast-grep/cli": "^0.14.2",
47-
"@inquirer/prompts": "^3.3.0",
48-
"magicast": "^0.3.2",
49-
"pkg-types": "^1.0.3",
50-
"zx": "^7.2.3"
45+
"@antfu/ni": "^25.0.0",
46+
"@ast-grep/cli": "^0.39.2",
47+
"@inquirer/prompts": "^7.8.0",
48+
"magicast": "^0.3.5",
49+
"pkg-types": "^2.2.0",
50+
"zx": "^8.7.2"
5151
},
5252
"devDependencies": {
53-
"@antfu/eslint-config": "^2.1.2",
54-
"@vitejs/plugin-vue": "^4.5.1",
55-
"@vitejs/plugin-vue-jsx": "^3.1.0",
56-
"@vue-macros/volar": "^0.17.4",
57-
"@vue/babel-helper-vue-transform-on": "1.2.0-alpha.0",
58-
"bumpp": "^9.2.0",
59-
"typescript": "^5.3.2",
60-
"unbuild": "^2.0.0",
61-
"unocss": "^0.57.7",
62-
"unplugin-vue-macros": "^2.7.0",
63-
"vitest": "^0.34.6"
53+
"@antfu/eslint-config": "^5.1.0",
54+
"@types/node": "^24.2.0",
55+
"@vitejs/plugin-vue": "^6.0.1",
56+
"@vitejs/plugin-vue-jsx": "^5.0.1",
57+
"@vue-macros/volar": "^3.0.0-beta.20",
58+
"@vue/babel-helper-vue-transform-on": "1.4.0",
59+
"bumpp": "^10.2.2",
60+
"typescript": "^5.9.2",
61+
"unbuild": "^3.6.0",
62+
"unocss": "^66.4.1",
63+
"unplugin-vue-macros": "^2.14.5",
64+
"vitest": "^3.2.4"
6465
}
6566
}

playground/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
"build": "vite build"
77
},
88
"dependencies": {
9-
"vue": "^3.3.9"
9+
"vue": "^3.5.18"
1010
},
1111
"devDependencies": {
12-
"@vitejs/plugin-vue": "^4.5.0",
13-
"@vitejs/plugin-vue-jsx": "^3.1.0",
14-
"@vue-macros/volar": "^0.17.4",
15-
"tsx": "^4.6.1",
16-
"typescript": "^5.3.2",
17-
"unplugin-vue-macros": "^2.7.0",
18-
"vite": "^5.0.4"
12+
"@vitejs/plugin-vue": "^6.0.1",
13+
"@vitejs/plugin-vue-jsx": "^5.0.1",
14+
"@vue-macros/volar": "^3.0.0-beta.20",
15+
"tsx": "^4.20.3",
16+
"typescript": "^5.9.2",
17+
"unplugin-vue-macros": "^2.14.5",
18+
"vite": "^7.0.6"
1919
}
2020
}

0 commit comments

Comments
 (0)