Skip to content

Commit 96ba456

Browse files
committed
chore: update deps
1 parent b0cb786 commit 96ba456

File tree

8 files changed

+190
-238
lines changed

8 files changed

+190
-238
lines changed

package.json

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"version": "1.0.0-beta.11",
4-
"packageManager": "pnpm@10.20.0",
4+
"packageManager": "pnpm@10.21.0",
55
"type": "module",
66
"scripts": {
77
"build": "pnpm -r run build",
@@ -16,19 +16,18 @@
1616
"@antfu/ni": "^27.0.1",
1717
"@so1ve/eslint-config": "^3.11.2",
1818
"@so1ve/prettier-config": "^3.11.2",
19-
"@types/node": "^24.9.2",
19+
"@types/node": "^24.10.0",
2020
"@vue-macros/test-utils": "^3.1.1",
2121
"bumpp": "^10.3.1",
2222
"changelogithub": "^13.16.1",
23-
"eslint": "^9.38.0",
23+
"eslint": "^9.39.1",
2424
"prettier": "^3.6.2",
25-
"tsdown": "^0.15.11",
25+
"tsdown": "^0.16.1",
2626
"typescript": "^5.9.3",
27-
"vite": "^7.1.12",
28-
"vite-plugin-inspect": "^11.3.3",
27+
"vite": "^7.2.2",
2928
"vite-tsconfig-paths": "^5.1.4",
30-
"vitest": "^4.0.5",
31-
"vue": "^3.5.22",
29+
"vitest": "^4.0.8",
30+
"vue": "^3.5.24",
3231
"vue-tsc": "^3.1.3"
3332
}
3433
}

packages/complex-types/package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,24 +63,22 @@
6363
},
6464
"scripts": {
6565
"build": "tsdown",
66-
"play": "vite playground",
66+
"play": "npm -C playground run dev",
6767
"prepublishOnly": "nr build",
6868
"watch": "tsdown --watch"
6969
},
7070
"dependencies": {
7171
"@nuxt/kit": "catalog:",
7272
"@vue.ts/language": "workspace:*",
7373
"@vue.ts/shared": "workspace:*",
74-
"@vue/shared": "^3.5.22",
74+
"@vue/shared": "^3.5.24",
7575
"magic-string": "catalog:",
7676
"unplugin": "catalog:",
7777
"unplugin-utils": "^0.3.1"
7878
},
7979
"devDependencies": {
8080
"@nuxt/schema": "catalog:",
81-
"@vitejs/plugin-vue": "^6.0.1",
8281
"@vue-macros/better-define": "^3.1.1",
83-
"@vue/tsconfig": "^0.8.1",
8482
"rolldown": "catalog:",
8583
"rollup": "catalog:",
8684
"vite": "catalog:",
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"scripts": {
3+
"dev": "vite"
4+
},
5+
"dependencies": {
6+
"vue": "^3.5.24"
7+
},
8+
"devDependencies": {
9+
"@vitejs/plugin-vue": "^6.0.1",
10+
"@vue.ts/complex-types": "1.0.0-beta.11",
11+
"@vue/tsconfig": "^0.8.1",
12+
"vite": "catalog:",
13+
"vite-plugin-inspect": "^11.3.3"
14+
}
15+
}

packages/complex-types/playground/vite.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ export default defineConfig({
1515
Vue(),
1616
ComplexTypes({
1717
root: __dirname,
18+
tsconfigPath: "./tsconfig.app.json",
1819
}),
1920
Inspect(),
2021
],

packages/language/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@
4040
"dependencies": {
4141
"@volar/typescript": "~2.4.23",
4242
"@vue.ts/shared": "workspace:*",
43-
"@vue/language-core": "^3.1.2"
43+
"@vue/language-core": "^3.1.3"
4444
}
4545
}

0 commit comments

Comments
 (0)