Skip to content

Commit c60ec0b

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

File tree

8 files changed

+1181
-1849
lines changed

8 files changed

+1181
-1849
lines changed

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@unocss/reset": "catalog:",
1212
"@vueuse/core": "catalog:",
1313
"unplugin-vue-components": "^28.4.0",
14-
"vitepress": "1.5.0",
14+
"vitepress": "1.6.3",
1515
"vue": "catalog:"
1616
}
1717
}

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.4.1",
6+
"packageManager": "pnpm@10.5.1",
77
"description": "DevTools for Vue.js",
88
"author": "webfansplz",
99
"license": "MIT",
@@ -75,14 +75,14 @@
7575
"devDependencies": {
7676
"@antfu/eslint-config": "^4.3.0",
7777
"@antfu/ni": "^23.3.1",
78-
"@arethetypeswrong/cli": "^0.17.3",
78+
"@arethetypeswrong/cli": "^0.17.4",
7979
"@clack/prompts": "^0.10.0",
80-
"@types/chrome": "^0.0.304",
80+
"@types/chrome": "^0.0.306",
8181
"@types/degit": "^2.8.6",
8282
"@types/fs-extra": "^11.0.4",
83-
"@types/node": "^22.13.4",
84-
"@typescript-eslint/parser": "^8.24.1",
85-
"@typescript-eslint/utils": "^8.24.1",
83+
"@types/node": "^22.13.5",
84+
"@typescript-eslint/parser": "^8.25.0",
85+
"@typescript-eslint/utils": "^8.25.0",
8686
"@unocss/eslint-plugin": "^66.0.0",
8787
"@vue/devtools-core": "workspace:^",
8888
"@vue/devtools-kit": "workspace:^",
@@ -91,7 +91,7 @@
9191
"bumpp": "^10.0.3",
9292
"cross-env": "^7.0.3",
9393
"degit": "^2.8.4",
94-
"eslint": "^9.20.1",
94+
"eslint": "^9.21.0",
9595
"eslint-plugin-format": "^1.0.1",
9696
"eslint-vitest-rule-tester": "^1.1.0",
9797
"execa": "^9.5.2",
@@ -101,22 +101,22 @@
101101
"lint-staged": "^15.4.3",
102102
"npm-run-all2": "^7.0.2",
103103
"picocolors": "^1.1.1",
104-
"pnpm": "^10.4.1",
104+
"pnpm": "^10.5.1",
105105
"progress": "^2.0.3",
106-
"publint": "^0.3.5",
106+
"publint": "^0.3.6",
107107
"readdir-glob": "^2.0.1",
108108
"regex-extra": "^0.2.2",
109109
"semver": "^7.7.1",
110110
"simple-git-hooks": "^2.11.1",
111111
"taze": "^18.6.0",
112-
"tsup": "^8.3.6",
112+
"tsup": "^8.4.0",
113113
"tsx": "^4.19.3",
114-
"turbo": "^2.3.7",
114+
"turbo": "^2.4.4",
115115
"typescript": "^5.7.3",
116-
"unbuild": "^3.3.1",
116+
"unbuild": "^3.4.1",
117117
"unocss": "^66.0.0",
118-
"vite": "^6.1.1",
119-
"vitest": "^3.0.6",
118+
"vite": "^6.2.0",
119+
"vitest": "^3.0.7",
120120
"vue": "^3.5.13"
121121
},
122122
"simple-git-hooks": {

packages/electron/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@vue/devtools-shared": "workspace:^",
4242
"electron": "^33.4.1",
4343
"execa": "catalog:",
44-
"h3": "^1.15.0",
44+
"h3": "^1.15.1",
4545
"ip": "^2.0.1",
4646
"pathe": "catalog:",
4747
"socket.io": "^4.8.1",
@@ -50,7 +50,7 @@
5050
"devDependencies": {
5151
"@vitejs/plugin-vue": "catalog:",
5252
"tsx": "^4.19.3",
53-
"unbuild": "^3.3.1",
53+
"unbuild": "^3.4.1",
5454
"vue": "catalog:"
5555
}
5656
}

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.66.4",
10+
"@tanstack/vue-query": "^5.66.9",
1111
"@vueuse/core": "catalog:",
12-
"element-plus": "^2.9.4",
12+
"element-plus": "^2.9.5",
1313
"pinia": "catalog:",
1414
"unplugin-auto-import": "catalog:",
1515
"vee-validate": "^4.15.0",
@@ -19,7 +19,7 @@
1919
},
2020
"devDependencies": {
2121
"@rollup/plugin-commonjs": "^28.0.2",
22-
"@tanstack/vue-query-devtools": "^5.66.4",
22+
"@tanstack/vue-query-devtools": "^5.66.9",
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": "^2.2.2"
22+
"vue-tsc": "^2.2.4"
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.8",
2424
"@vue/devtools": "workspace:*",
2525
"@vue/devtools-api": "workspace:*",
26-
"eslint": "^9.20.1",
26+
"eslint": "^9.21.0",
2727
"eslint-plugin-vue": "^9.32.0"
2828
},
2929
"eslintConfig": {

0 commit comments

Comments
 (0)