Skip to content

Commit b06d9a8

Browse files
chore(deps): update all non-major dependencies (#818)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent db0eb5a commit b06d9a8

File tree

10 files changed

+701
-737
lines changed

10 files changed

+701
-737
lines changed

docs/package.json

+1-1
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.4.0",
13+
"unplugin-vue-components": "^28.4.1",
1414
"vitepress": "1.6.3",
1515
"vue": "catalog:"
1616
}

package.json

+10-10
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": "[email protected].1",
6+
"packageManager": "[email protected].2",
77
"description": "DevTools for Vue.js",
88
"author": "webfansplz",
99
"license": "MIT",
@@ -73,16 +73,16 @@
7373
"gen:vue-apis": "tsx ./scripts/vue-api-manifest.ts"
7474
},
7575
"devDependencies": {
76-
"@antfu/eslint-config": "^4.3.0",
76+
"@antfu/eslint-config": "^4.4.0",
7777
"@antfu/ni": "^23.3.1",
7878
"@arethetypeswrong/cli": "^0.17.4",
7979
"@clack/prompts": "^0.10.0",
80-
"@types/chrome": "^0.0.306",
80+
"@types/chrome": "^0.0.307",
8181
"@types/degit": "^2.8.6",
8282
"@types/fs-extra": "^11.0.4",
83-
"@types/node": "^22.13.5",
84-
"@typescript-eslint/parser": "^8.25.0",
85-
"@typescript-eslint/utils": "^8.25.0",
83+
"@types/node": "^22.13.9",
84+
"@typescript-eslint/parser": "^8.26.0",
85+
"@typescript-eslint/utils": "^8.26.0",
8686
"@unocss/eslint-plugin": "^66.0.0",
8787
"@vue/devtools-core": "workspace:^",
8888
"@vue/devtools-kit": "workspace:^",
@@ -101,9 +101,9 @@
101101
"lint-staged": "^15.4.3",
102102
"npm-run-all2": "^7.0.2",
103103
"picocolors": "^1.1.1",
104-
"pnpm": "^10.5.1",
104+
"pnpm": "^10.5.2",
105105
"progress": "^2.0.3",
106-
"publint": "^0.3.6",
106+
"publint": "^0.3.8",
107107
"readdir-glob": "^2.0.1",
108108
"regex-extra": "^0.2.2",
109109
"semver": "^7.7.1",
@@ -112,8 +112,8 @@
112112
"tsup": "^8.4.0",
113113
"tsx": "^4.19.3",
114114
"turbo": "^2.4.4",
115-
"typescript": "^5.7.3",
116-
"unbuild": "^3.4.1",
115+
"typescript": "^5.8.2",
116+
"unbuild": "^3.5.0",
117117
"unocss": "^66.0.0",
118118
"vite": "^6.2.0",
119119
"vitest": "^3.0.7",

packages/client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"unocss": "catalog:",
6262
"unplugin": "^2.2.0",
6363
"unplugin-auto-import": "catalog:",
64-
"unplugin-vue-components": "^28.4.0",
64+
"unplugin-vue-components": "^28.4.1",
6565
"vite": "catalog:",
6666
"vue": "catalog:"
6767
}

packages/electron/package.json

+2-2
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.1",
42+
"electron": "^33.4.2",
4343
"execa": "catalog:",
4444
"h3": "^1.15.1",
4545
"ip": "^2.0.1",
@@ -50,7 +50,7 @@
5050
"devDependencies": {
5151
"@vitejs/plugin-vue": "catalog:",
5252
"tsx": "^4.19.3",
53-
"unbuild": "^3.4.1",
53+
"unbuild": "^3.5.0",
5454
"vue": "catalog:"
5555
}
5656
}

packages/playground/applet/package.json

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

packages/playground/basic/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"dev": "vite"
88
},
99
"dependencies": {
10-
"@tanstack/vue-query": "^5.66.9",
10+
"@tanstack/vue-query": "^5.67.1",
1111
"@vueuse/core": "catalog:",
1212
"element-plus": "^2.9.5",
1313
"pinia": "catalog:",
@@ -19,7 +19,7 @@
1919
},
2020
"devDependencies": {
2121
"@rollup/plugin-commonjs": "^28.0.2",
22-
"@tanstack/vue-query-devtools": "^5.66.9",
22+
"@tanstack/vue-query-devtools": "^5.67.1",
2323
"@vitejs/plugin-vue": "catalog:",
2424
"@vue/devtools": "workspace:^",
2525
"sass-embedded": "catalog:",

packages/playground/ui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
"typescript": "catalog:",
2020
"unocss": "catalog:",
2121
"vite": "catalog:",
22-
"vue-tsc": "^2.2.4"
22+
"vue-tsc": "^2.2.8"
2323
}
2424
}

packages/playground/webpack/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dev": "vue-cli-service serve"
1313
},
1414
"dependencies": {
15-
"core-js": "^3.40.0",
15+
"core-js": "^3.41.0",
1616
"vue": "catalog:"
1717
},
1818
"devDependencies": {

0 commit comments

Comments
 (0)