Skip to content

Commit c1f51a6

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

File tree

5 files changed

+433
-346
lines changed

5 files changed

+433
-346
lines changed

package.json

Lines changed: 7 additions & 7 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.16.1",
77
"description": "DevTools for Vue.js",
88
"author": "webfansplz",
99
"license": "MIT",
@@ -77,12 +77,12 @@
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.11",
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.4.0",
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:^",
@@ -101,15 +101,15 @@
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.16.1",
105105
"progress": "^2.0.3",
106106
"publint": "^0.3.12",
107107
"readdir-glob": "^2.0.1",
108108
"regex-extra": "^0.2.2",
109109
"semver": "^7.7.2",
110110
"simple-git-hooks": "^2.13.1",
111111
"taze": "^19.6.0",
112-
"tsdown": "^0.15.0",
112+
"tsdown": "^0.15.1",
113113
"tsup": "^8.5.0",
114114
"tsx": "^4.20.5",
115115
"turbo": "^2.5.6",

packages/client/package.json

Lines changed: 1 addition & 1 deletion
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:",

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
}

0 commit comments

Comments
 (0)