Skip to content

Commit 84f6469

Browse files
fix(deps): update all non-major dependencies
1 parent 600ee7d commit 84f6469

File tree

9 files changed

+821
-797
lines changed

9 files changed

+821
-797
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": "^29.0.0",
13+
"unplugin-vue-components": "^29.1.0",
1414
"vitepress": "1.6.4",
1515
"vue": "catalog:"
1616
}

package.json

Lines changed: 14 additions & 14 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.15.1",
6+
"packageManager": "pnpm@10.17.0",
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": "^5.3.0",
76+
"@antfu/eslint-config": "^5.4.1",
7777
"@antfu/ni": "^25.0.0",
7878
"@arethetypeswrong/cli": "^0.18.2",
7979
"@clack/prompts": "^0.11.0",
80-
"@types/chrome": "^0.1.9",
80+
"@types/chrome": "^0.1.12",
8181
"@types/degit": "^2.8.6",
8282
"@types/fs-extra": "^11.0.4",
83-
"@types/node": "^24.3.1",
84-
"@typescript-eslint/parser": "^8.43.0",
85-
"@typescript-eslint/utils": "^8.43.0",
83+
"@types/node": "^24.5.2",
84+
"@typescript-eslint/parser": "^8.44.0",
85+
"@typescript-eslint/utils": "^8.44.0",
8686
"@unocss/eslint-plugin": "^66.5.1",
8787
"@vue/devtools-core": "workspace:^",
8888
"@vue/devtools-kit": "workspace:^",
@@ -91,32 +91,32 @@
9191
"bumpp": "^10.2.3",
9292
"cross-env": "^10.0.0",
9393
"degit": "^2.8.4",
94-
"eslint": "^9.35.0",
95-
"eslint-plugin-format": "^1.0.1",
94+
"eslint": "^9.36.0",
95+
"eslint-plugin-format": "^1.0.2",
9696
"eslint-vitest-rule-tester": "^2.2.1",
9797
"execa": "^9.6.0",
9898
"fast-glob": "^3.3.3",
99-
"fs-extra": "^11.3.1",
99+
"fs-extra": "^11.3.2",
100100
"jsdom": "^26.1.0",
101101
"lint-staged": "^16.1.6",
102102
"npm-run-all2": "^8.0.4",
103103
"picocolors": "^1.1.1",
104-
"pnpm": "^10.15.1",
104+
"pnpm": "^10.17.0",
105105
"progress": "^2.0.3",
106-
"publint": "^0.3.12",
106+
"publint": "^0.3.13",
107107
"readdir-glob": "^2.0.1",
108108
"regex-extra": "^0.2.2",
109109
"semver": "^7.7.2",
110110
"simple-git-hooks": "^2.13.1",
111-
"taze": "^19.6.0",
112-
"tsdown": "^0.15.0",
111+
"taze": "^19.7.0",
112+
"tsdown": "^0.15.4",
113113
"tsup": "^8.5.0",
114114
"tsx": "^4.20.5",
115115
"turbo": "^2.5.6",
116116
"typescript": "^5.9.2",
117117
"unbuild": "3.6.1",
118118
"unocss": "^66.5.1",
119-
"vite": "^7.1.5",
119+
"vite": "^7.1.6",
120120
"vitest": "^3.2.4",
121121
"vue": "^3.5.21"
122122
},

packages/client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"minimatch": "^10.0.3",
3939
"shiki": "catalog:",
4040
"splitpanes": "catalog:",
41-
"vis-network": "^10.0.1",
41+
"vis-network": "^10.0.2",
4242
"vite-hot-client": "catalog:",
4343
"vue-router": "catalog:",
4444
"vue-virtual-scroller": "catalog:",
@@ -61,7 +61,7 @@
6161
"unocss": "catalog:",
6262
"unplugin": "^2.3.10",
6363
"unplugin-auto-import": "catalog:",
64-
"unplugin-vue-components": "^29.0.0",
64+
"unplugin-vue-components": "^29.1.0",
6565
"vite": "catalog:",
6666
"vue": "catalog:"
6767
}

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": "^36.9.0",
42+
"electron": "^36.9.1",
4343
"execa": "catalog:",
4444
"h3": "^1.15.4",
4545
"pathe": "catalog:",

packages/playground/basic/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
"dev": "vite"
88
},
99
"dependencies": {
10-
"@tanstack/vue-query": "^5.87.4",
10+
"@tanstack/vue-query": "^5.89.0",
1111
"@vueuse/core": "catalog:",
12-
"element-plus": "^2.11.2",
12+
"element-plus": "^2.11.3",
1313
"pinia": "catalog:",
1414
"unplugin-auto-import": "catalog:",
1515
"vee-validate": "^4.15.1",
@@ -19,7 +19,7 @@
1919
},
2020
"devDependencies": {
2121
"@rollup/plugin-commonjs": "^28.0.6",
22-
"@tanstack/vue-query-devtools": "^5.87.4",
22+
"@tanstack/vue-query-devtools": "^5.89.0",
2323
"@vitejs/plugin-vue": "catalog:",
2424
"@vue/devtools": "workspace:^",
2525
"sass-embedded": "catalog:",

packages/playground/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
"typescript": "catalog:",
2020
"unocss": "catalog:",
2121
"vite": "catalog:",
22-
"vue-tsc": "^3.0.6"
22+
"vue-tsc": "^3.0.7"
2323
}
2424
}

packages/playground/webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@vue/cli-service": "~5.0.9",
2424
"@vue/devtools": "workspace:*",
2525
"@vue/devtools-api": "workspace:*",
26-
"eslint": "^9.35.0",
26+
"eslint": "^9.36.0",
2727
"eslint-plugin-vue": "^10.4.0"
2828
},
2929
"eslintConfig": {

0 commit comments

Comments
 (0)