Skip to content

Commit 965f316

Browse files
committed
refactor: remove @vue-macros/volar dep
1 parent cf70800 commit 965f316

File tree

6 files changed

+1174
-1324
lines changed

6 files changed

+1174
-1324
lines changed

package.json

Lines changed: 11 additions & 12 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.3",
5-
"packageManager": "pnpm@10.14.0",
5+
"packageManager": "pnpm@10.15.0",
66
"description": "Rewriting at vue macros powered by ast-grep.",
77
"author": "zhiyuanzmj <zhiyuanzmj@gmail.com>",
88
"license": "MIT",
@@ -43,23 +43,22 @@
4343
},
4444
"dependencies": {
4545
"@antfu/ni": "^25.0.0",
46-
"@ast-grep/cli": "^0.39.2",
47-
"@inquirer/prompts": "^7.8.0",
46+
"@ast-grep/cli": "^0.39.4",
47+
"@inquirer/prompts": "^7.8.3",
4848
"magicast": "^0.3.5",
49-
"pkg-types": "^2.2.0",
50-
"zx": "^8.7.2"
49+
"pkg-types": "^2.3.0",
50+
"zx": "^8.8.1"
5151
},
5252
"devDependencies": {
53-
"@antfu/eslint-config": "^5.1.0",
54-
"@types/node": "^24.2.0",
53+
"@antfu/eslint-config": "^5.2.1",
54+
"@types/node": "^24.3.0",
5555
"@vitejs/plugin-vue": "^6.0.1",
5656
"@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",
57+
"@vue/babel-helper-vue-transform-on": "1.5.0",
58+
"bumpp": "^10.2.3",
6059
"typescript": "^5.9.2",
61-
"unbuild": "^3.6.0",
62-
"unocss": "^66.4.1",
60+
"unbuild": "^3.6.1",
61+
"unocss": "^66.4.2",
6362
"vitest": "^3.2.4",
6463
"vue-macros": "^3.0.0-beta.21"
6564
}

playground/package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,14 @@
77
"build": "vite build"
88
},
99
"dependencies": {
10-
"vue": "^3.5.18"
10+
"vue": "^3.5.19"
1111
},
1212
"devDependencies": {
1313
"@vitejs/plugin-vue": "^6.0.1",
1414
"@vitejs/plugin-vue-jsx": "^5.0.1",
15-
"@vue-macros/volar": "^3.0.0-beta.20",
16-
"tsx": "^4.20.3",
15+
"tsx": "^4.20.4",
1716
"typescript": "^5.9.2",
18-
"vue-macros": "^3.0.0-beta.21",
19-
"vite": "^7.0.6"
17+
"vite": "^7.1.3",
18+
"vue-macros": "^3.0.0-beta.21"
2019
}
2120
}

playground/tsconfig.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
],
2323
"vueCompilerOptions": {
2424
"plugins": [
25-
"@vue-macros/volar/define-render",
26-
"@vue-macros/volar/export-render",
27-
"@vue-macros/volar/jsx-directive"
25+
"vue-macros/volar/define-render",
26+
"vue-macros/volar/export-render",
27+
"vue-macros/volar/jsx-directive"
2828
]
2929
}
3030
}

0 commit comments

Comments
 (0)