Skip to content

Commit 6f00085

Browse files
committed
chore: up deps
1 parent 9b22edc commit 6f00085

File tree

6 files changed

+492
-574
lines changed

6 files changed

+492
-574
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@vitest/ui": "^3.2.4",
3838
"brotli": "^1.3.3",
3939
"chalk": "^5.6.2",
40-
"conventional-changelog-cli": "^4.1.0",
40+
"conventional-changelog-cli": "^5.0.0",
4141
"execa": "^9.6.0",
4242
"lint-staged": "^16.2.4",
4343
"minimist": "^1.2.8",

packages/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"simple-git": "^3.28.0",
1717
"typedoc-vitepress-theme": "^1.1.2",
1818
"vitepress": "1.6.4",
19-
"vitepress-plugin-group-icons": "^1.6.3",
19+
"vitepress-plugin-group-icons": "^1.6.4",
2020
"vitepress-translation-helper": "^0.2.2",
2121
"vue-router": "workspace:*"
2222
}

packages/experiments-playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@vitejs/plugin-vue": "^6.0.1",
2020
"@vue/tsconfig": "^0.8.1",
2121
"typescript": "~5.9.3",
22-
"vite": "^7.1.9",
22+
"vite": "^7.1.10",
2323
"vite-plugin-vue-devtools": "^8.0.2",
2424
"vue-tsc": "^3.1.1"
2525
}

packages/playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@vitejs/plugin-vue": "^6.0.1",
1818
"@vue/compiler-sfc": "~3.5.22",
1919
"@vue/tsconfig": "^0.8.1",
20-
"vite": "^7.1.9",
20+
"vite": "^7.1.10",
2121
"vue-router": "workspace:*",
2222
"vue-tsc": "^3.1.1"
2323
}

packages/router/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
"@vue/devtools-api": "^6.6.4"
124124
},
125125
"devDependencies": {
126-
"@rollup/plugin-commonjs": "^28.0.6",
126+
"@rollup/plugin-commonjs": "^28.0.7",
127127
"@rollup/plugin-node-resolve": "^16.0.3",
128128
"@rollup/plugin-replace": "^6.0.2",
129129
"@rollup/plugin-terser": "^0.4.4",
@@ -144,11 +144,11 @@
144144
"nightwatch": "^3.12.2",
145145
"nightwatch-helpers": "^1.2.0",
146146
"rimraf": "^6.0.1",
147-
"rollup": "^3.29.5",
147+
"rollup": "^4.52.4",
148148
"rollup-plugin-typescript2": "^0.36.0",
149149
"tsdown": "^0.15.7",
150150
"tsup": "^8.5.0",
151-
"vite": "^7.1.9",
151+
"vite": "^7.1.10",
152152
"vue": "~3.6.0-alpha.2"
153153
}
154154
}

0 commit comments

Comments
 (0)