Skip to content

Commit 4812bf3

Browse files
committed
chore: bump deps
1 parent 58d8737 commit 4812bf3

File tree

13 files changed

+994
-985
lines changed

13 files changed

+994
-985
lines changed

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"devDependencies": {
1111
"@unocss/reset": "catalog:",
1212
"@vueuse/core": "catalog:",
13-
"unplugin-vue-components": "^28.7.0",
13+
"unplugin-vue-components": "^28.8.0",
1414
"vitepress": "1.6.3",
1515
"vue": "catalog:"
1616
}

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "module",
44
"version": "7.3.2",
55
"private": true,
6-
"packageManager": "pnpm@10.12.1",
6+
"packageManager": "pnpm@10.13.1",
77
"description": "DevTools for Vue.js",
88
"author": "webfansplz",
99
"license": "MIT",
@@ -73,35 +73,35 @@
7373
"gen:vue-apis": "tsx ./scripts/vue-api-manifest.ts"
7474
},
7575
"devDependencies": {
76-
"@antfu/eslint-config": "^4.14.1",
76+
"@antfu/eslint-config": "^4.18.0",
7777
"@antfu/ni": "^25.0.0",
7878
"@arethetypeswrong/cli": "^0.18.2",
7979
"@clack/prompts": "^0.11.0",
80-
"@types/chrome": "^0.0.326",
80+
"@types/chrome": "^0.1.1",
8181
"@types/degit": "^2.8.6",
8282
"@types/fs-extra": "^11.0.4",
83-
"@types/node": "^22.15.31",
84-
"@typescript-eslint/parser": "^8.34.0",
85-
"@typescript-eslint/utils": "^8.34.0",
86-
"@unocss/eslint-plugin": "^66.2.0",
83+
"@types/node": "^24.1.0",
84+
"@typescript-eslint/parser": "^8.38.0",
85+
"@typescript-eslint/utils": "^8.38.0",
86+
"@unocss/eslint-plugin": "^66.3.3",
8787
"@vue/devtools-core": "workspace:^",
8888
"@vue/devtools-kit": "workspace:^",
8989
"@vue/test-utils": "^2.4.6",
9090
"archiver": "^7.0.1",
91-
"bumpp": "^10.1.1",
91+
"bumpp": "^10.2.0",
9292
"cross-env": "^7.0.3",
9393
"degit": "^2.8.4",
94-
"eslint": "^9.29.0",
94+
"eslint": "^9.31.0",
9595
"eslint-plugin-format": "^1.0.1",
9696
"eslint-vitest-rule-tester": "^2.2.0",
9797
"execa": "^9.6.0",
9898
"fast-glob": "^3.3.3",
9999
"fs-extra": "^11.3.0",
100100
"jsdom": "^26.1.0",
101-
"lint-staged": "^15.5.2",
102-
"npm-run-all2": "^7.0.2",
101+
"lint-staged": "^16.1.2",
102+
"npm-run-all2": "^8.0.4",
103103
"picocolors": "^1.1.1",
104-
"pnpm": "^10.12.1",
104+
"pnpm": "^10.13.1",
105105
"progress": "^2.0.3",
106106
"publint": "^0.3.12",
107107
"readdir-glob": "^2.0.1",
@@ -111,13 +111,13 @@
111111
"taze": "^19.1.0",
112112
"tsup": "^8.5.0",
113113
"tsx": "^4.20.3",
114-
"turbo": "^2.5.4",
114+
"turbo": "^2.5.5",
115115
"typescript": "^5.8.3",
116116
"unbuild": "3.5.0",
117-
"unocss": "^66.2.0",
118-
"vite": "^6.2.1",
119-
"vitest": "^3.2.3",
120-
"vue": "^3.5.16"
117+
"unocss": "^66.3.3",
118+
"vite": "^7.0.5",
119+
"vitest": "^3.2.4",
120+
"vue": "^3.5.18"
121121
},
122122
"pnpm": {
123123
"ignoredBuiltDependencies": [

packages/client/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"vite": "^3.1.0 || ^4.0.0-0 || ^5.0.0-0"
2525
},
2626
"dependencies": {
27-
"@unocss/preset-icons": "^66.2.0",
27+
"@unocss/preset-icons": "^66.3.3",
2828
"@vue/devtools-applet": "workspace:^",
2929
"@vue/devtools-core": "workspace:^",
3030
"@vue/devtools-kit": "workspace:^",
@@ -48,7 +48,7 @@
4848
"@iconify/json": "catalog:",
4949
"@types/node": "catalog:",
5050
"@types/splitpanes": "^2.2.6",
51-
"@unocss/core": "^66.2.0",
51+
"@unocss/core": "^66.3.3",
5252
"@unocss/reset": "catalog:",
5353
"@vitejs/plugin-vue": "catalog:",
5454
"@vitejs/plugin-vue-jsx": "^5.0.1",
@@ -61,7 +61,7 @@
6161
"unocss": "catalog:",
6262
"unplugin": "^2.3.5",
6363
"unplugin-auto-import": "catalog:",
64-
"unplugin-vue-components": "^28.7.0",
64+
"unplugin-vue-components": "^28.8.0",
6565
"vite": "catalog:",
6666
"vue": "catalog:"
6767
}

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"@vue/devtools-kit": "workspace:^",
3434
"@vue/devtools-shared": "workspace:^",
3535
"mitt": "catalog:",
36-
"nanoid": "^5.1.0",
36+
"nanoid": "^5.1.5",
3737
"pathe": "catalog:",
3838
"vite-hot-client": "catalog:"
3939
},

packages/devtools-kit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
"dependencies": {
3131
"@vue/devtools-shared": "workspace:^",
32-
"birpc": "^2.4.0",
32+
"birpc": "^2.5.0",
3333
"hookable": "^5.5.3",
3434
"mitt": "catalog:",
3535
"perfect-debounce": "catalog:",

packages/electron/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@vue/devtools-core": "workspace:^",
4040
"@vue/devtools-kit": "workspace:^",
4141
"@vue/devtools-shared": "workspace:^",
42-
"electron": "^33.4.11",
42+
"electron": "^36.7.3",
4343
"execa": "catalog:",
4444
"h3": "^1.15.3",
4545
"ip": "^2.0.1",

packages/playground/applet/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
"@tresjs/core": "^4.3.6",
1212
"@vueuse/core": "catalog:",
1313
"pinia": "catalog:",
14-
"three": "^0.177.0",
14+
"three": "^0.178.0",
1515
"unplugin-auto-import": "catalog:",
1616
"vue": "catalog:",
1717
"vue-router": "catalog:"
1818
},
1919
"devDependencies": {
20-
"@types/three": "^0.177.0",
20+
"@types/three": "^0.178.1",
2121
"@vitejs/plugin-vue": "catalog:",
2222
"@vue/devtools-applet": "workspace:*",
2323
"@vue/devtools-core": "workspace:*",

packages/playground/basic/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
"dev": "vite"
88
},
99
"dependencies": {
10-
"@tanstack/vue-query": "^5.80.7",
10+
"@tanstack/vue-query": "^5.83.0",
1111
"@vueuse/core": "catalog:",
12-
"element-plus": "^2.10.2",
12+
"element-plus": "^2.10.4",
1313
"pinia": "catalog:",
1414
"unplugin-auto-import": "catalog:",
1515
"vee-validate": "^4.15.1",
@@ -18,8 +18,8 @@
1818
"vuex": "^4.1.0"
1919
},
2020
"devDependencies": {
21-
"@rollup/plugin-commonjs": "^28.0.5",
22-
"@tanstack/vue-query-devtools": "^5.80.7",
21+
"@rollup/plugin-commonjs": "^28.0.6",
22+
"@tanstack/vue-query-devtools": "^5.83.0",
2323
"@vitejs/plugin-vue": "catalog:",
2424
"@vue/devtools": "workspace:^",
2525
"sass-embedded": "catalog:",

packages/playground/webpack/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,19 @@
1212
"dev": "vue-cli-service serve"
1313
},
1414
"dependencies": {
15-
"core-js": "^3.43.0",
15+
"core-js": "^3.44.0",
1616
"vue": "catalog:"
1717
},
1818
"devDependencies": {
19-
"@babel/core": "^7.27.4",
20-
"@babel/eslint-parser": "^7.27.5",
19+
"@babel/core": "^7.28.0",
20+
"@babel/eslint-parser": "^7.28.0",
2121
"@vue/cli-plugin-babel": "~5.0.8",
2222
"@vue/cli-plugin-eslint": "~5.0.8",
2323
"@vue/cli-service": "~5.0.8",
2424
"@vue/devtools": "workspace:*",
2525
"@vue/devtools-api": "workspace:*",
26-
"eslint": "^9.29.0",
27-
"eslint-plugin-vue": "^9.33.0"
26+
"eslint": "^9.31.0",
27+
"eslint-plugin-vue": "^10.3.0"
2828
},
2929
"eslintConfig": {
3030
"env": {

packages/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
},
4545
"dependencies": {
4646
"@vue/devtools-shared": "workspace:*",
47-
"@vueuse/components": "^12.8.2",
47+
"@vueuse/components": "^13.5.0",
4848
"@vueuse/core": "catalog:",
4949
"@vueuse/integrations": "catalog:",
5050
"colord": "catalog:",

0 commit comments

Comments
 (0)