Skip to content

Commit c69a8f2

Browse files
committed
feat: support volar 2.0.28
1 parent 4e38291 commit c69a8f2

File tree

4 files changed

+1494
-1243
lines changed

4 files changed

+1494
-1243
lines changed

package.json

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -77,28 +77,29 @@
7777
},
7878
"dependencies": {
7979
"@vue-macros/common": "^1.10.4",
80-
"@vue/language-core": "^2.0.19",
81-
"unplugin": "^1.10.1"
80+
"@vue/language-core": "^2.0.28",
81+
"muggle-string": "^0.4.1",
82+
"unplugin": "^1.11.0"
8283
},
8384
"devDependencies": {
84-
"@babel/types": "^7.24.6",
85-
"@sxzz/eslint-config": "^3.11.0",
85+
"@babel/types": "^7.24.9",
86+
"@sxzz/eslint-config": "^3.14.0",
8687
"@sxzz/prettier-config": "^2.0.2",
87-
"@types/node": "^20.12.13",
88+
"@types/node": "^20.14.11",
8889
"@vue-macros/reactivity-transform": "^0.4.6",
8990
"@vue-macros/test-utils": "^1.4.0",
9091
"bumpp": "^9.4.1",
9192
"change-case": "^5.4.4",
92-
"eslint": "^9.3.0",
93+
"eslint": "^9.7.0",
9394
"eslint-define-config": "^2.1.0",
9495
"fast-glob": "^3.3.2",
95-
"prettier": "^3.2.5",
96-
"tsup": "^8.0.2",
97-
"tsx": "^4.11.0",
98-
"typescript": "^5.4.5",
99-
"vite": "^5.2.12",
100-
"vitest": "^1.6.0",
101-
"vue": "^3.4.27"
96+
"prettier": "^3.3.3",
97+
"tsup": "^8.2.2",
98+
"tsx": "^4.16.2",
99+
"typescript": "^5.5.3",
100+
"vite": "^5.3.4",
101+
"vitest": "^2.0.3",
102+
"vue": "^3.4.33"
102103
},
103104
"engines": {
104105
"node": ">=16.14.0"

0 commit comments

Comments
 (0)