We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d29f9b commit b6b0527Copy full SHA for b6b0527
package.json
@@ -75,14 +75,16 @@
75
"prepublishOnly": "pnpm run build"
76
},
77
"dependencies": {
78
- "@vue-macros/common": "^1.8.0",
+ "@rollup/pluginutils": "^5.0.5",
79
+ "ast-kit": "^0.11.2",
80
+ "magic-string-ast": "^0.3.0",
81
"unplugin": "^1.5.0"
82
83
"devDependencies": {
84
"@babel/types": "^7.23.0",
85
"@sxzz/eslint-config": "^3.6.4",
86
"@sxzz/prettier-config": "^1.0.4",
- "@types/node": "^20.8.4",
87
+ "@types/node": "^20.8.6",
88
"@vue-macros/test-utils": "^1.1.3",
89
"@vue/language-core": "^1.8.19",
90
"bumpp": "^9.2.0",
0 commit comments