Skip to content

Commit db82fb1

Browse files
committed
chore: fix test
1 parent 46652bc commit db82fb1

File tree

13 files changed

+6066
-5551
lines changed

13 files changed

+6066
-5551
lines changed

package.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -104,38 +104,38 @@
104104
"prepublishOnly": "pnpm run build"
105105
},
106106
"dependencies": {
107-
"@nuxt/kit": "^3.16.2",
108-
"@nuxt/schema": "^3.16.2",
109-
"@typescript-eslint/scope-manager": "^8.30.1",
110-
"@vue-macros/common": "3.0.0-beta.8",
111-
"estree-walker": "^2.0.2",
112-
"oxc-parser": "^0.64.0",
107+
"@nuxt/kit": "^3.17.1",
108+
"@nuxt/schema": "^3.17.1",
109+
"@typescript-eslint/scope-manager": "^8.31.1",
110+
"@vue-macros/common": "3.0.0-beta.10",
111+
"estree-walker": "2.0.2",
112+
"oxc-parser": "^0.67.0",
113113
"ts-macro": "^0.1.25",
114114
"unplugin": "^2.3.2"
115115
},
116116
"devDependencies": {
117-
"@babel/types": "^7.27.0",
118-
"@sxzz/eslint-config": "^3.14.0",
119-
"@sxzz/prettier-config": "^2.0.2",
117+
"@babel/types": "^7.27.1",
118+
"@sxzz/eslint-config": "^6.2.0",
119+
"@sxzz/prettier-config": "^2.2.1",
120120
"@types/babel__traverse": "^7.20.7",
121121
"@types/eslint": "^9.6.1",
122122
"@types/node": "^22.15.3",
123-
"@typescript-eslint/types": "^8.31.0",
124-
"@typescript-eslint/utils": "^8.30.1",
125-
"@vue-macros/reactivity-transform": "^0.4.6",
126-
"@vue-macros/test-utils": "^1.4.0",
127-
"bumpp": "^9.4.1",
123+
"@typescript-eslint/types": "^8.31.1",
124+
"@typescript-eslint/utils": "^8.31.1",
125+
"@vue-macros/reactivity-transform": "3.0.0-beta.10",
126+
"@vue-macros/test-utils": "3.0.0-beta.10",
127+
"bumpp": "^10.1.0",
128128
"change-case": "^5.4.4",
129-
"eslint": "^9.7.0",
129+
"eslint": "^9.26.0",
130130
"eslint-define-config": "^2.1.0",
131-
"fast-glob": "^3.3.2",
132-
"prettier": "^3.3.3",
131+
"fast-glob": "^3.3.3",
132+
"prettier": "^3.5.3",
133133
"tsdown": "0.11.0-beta.2",
134-
"tsup": "^8.2.2",
135-
"tsx": "^4.16.2",
136-
"typescript": "^5.6.3",
137-
"vite": "^6.3.0",
138-
"vitest": "^2.0.3",
134+
"tsup": "^8.4.0",
135+
"tsx": "^4.19.4",
136+
"typescript": "^5.8.3",
137+
"vite": "^6.3.4",
138+
"vitest": "^3.1.2",
139139
"vue": "^3.5.13"
140140
},
141141
"engines": {

playground/package.json

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -10,24 +10,25 @@
1010
"typecheck": "vue-tsc --noEmit"
1111
},
1212
"dependencies": {
13-
"@vueuse/core": "^10.5.0",
14-
"ofetch": "^1.3.3",
15-
"pinia": "^2.1.7",
16-
"vue": "^3.3.4"
13+
"@vueuse/core": "^13.1.0",
14+
"ofetch": "^1.4.1",
15+
"pinia": "^3.0.2",
16+
"vue": "^3.5.13"
1717
},
1818
"devDependencies": {
19-
"@rollup/plugin-commonjs": "^25.0.5",
20-
"@rollup/plugin-node-resolve": "^15.2.3",
21-
"@vitejs/plugin-vue": "^4.4.0",
22-
"esbuild": "^0.18.20",
19+
"@rollup/plugin-commonjs": "^28.0.3",
20+
"@rollup/plugin-node-resolve": "^16.0.1",
21+
"@vitejs/plugin-vue": "^5.2.3",
22+
"@vitejs/plugin-vue-jsx": "^4.1.2",
23+
"esbuild": "^0.25.3",
2324
"npm-run-all": "^4.1.5",
24-
"rollup": "^4.0.2",
25-
"rollup-plugin-esbuild": "^6.1.0",
26-
"type-fest": "^4.4.0",
27-
"typescript": "~5.2.2",
28-
"unocss": "^0.56.5",
29-
"vite": "^4.4.11",
30-
"vite-plugin-inspect": "^0.7.40",
31-
"vue-tsc": "1.8.19"
25+
"rollup": "^4.40.1",
26+
"rollup-plugin-esbuild": "^6.2.1",
27+
"type-fest": "^4.40.1",
28+
"typescript": "~5.8.3",
29+
"unocss": "66.1.0-beta.13",
30+
"vite": "^6.3.4",
31+
"vite-plugin-inspect": "^11.0.1",
32+
"vue-tsc": "2.2.10"
3233
}
3334
}

0 commit comments

Comments
 (0)