Skip to content

Commit de5ce3d

Browse files
fix(deps): update all non-major dependencies (#7116)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 31675e3 commit de5ce3d

File tree

4 files changed

+380
-390
lines changed

4 files changed

+380
-390
lines changed

docs/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414
"generate-pwa-icons": "pwa-assets-generator"
1515
},
1616
"dependencies": {
17-
"@vueuse/core": "^12.0.0",
17+
"@vueuse/core": "^12.1.0",
1818
"vue": "^3.5.12"
1919
},
2020
"devDependencies": {
2121
"@iconify-json/carbon": "^1.2.5",
2222
"@iconify-json/logos": "^1.2.4",
23-
"@shikijs/transformers": "^1.24.3",
24-
"@shikijs/vitepress-twoslash": "^1.24.3",
23+
"@shikijs/transformers": "^1.24.4",
24+
"@shikijs/vitepress-twoslash": "^1.24.4",
2525
"@unocss/reset": "^0.65.2",
2626
"@vite-pwa/assets-generator": "^0.2.6",
2727
"@vite-pwa/vitepress": "^0.5.3",
@@ -33,7 +33,7 @@
3333
"vite": "^5.2.8",
3434
"vite-plugin-pwa": "^0.21.1",
3535
"vitepress": "^1.5.0",
36-
"vitepress-plugin-group-icons": "^1.3.1",
36+
"vitepress-plugin-group-icons": "^1.3.2",
3737
"vitepress-plugin-tabs": "^0.5.0",
3838
"workbox-window": "^7.3.0"
3939
}

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "module",
44
"version": "3.0.0-beta.3",
55
"private": true,
6-
"packageManager": "[email protected].0",
6+
"packageManager": "[email protected].1",
77
"description": "Next generation testing framework powered by Vite",
88
"engines": {
99
"node": "^18.0.0 || >=20.0.0"
@@ -37,7 +37,7 @@
3737
},
3838
"devDependencies": {
3939
"@antfu/eslint-config": "^3.11.2",
40-
"@antfu/ni": "^0.23.1",
40+
"@antfu/ni": "^0.23.2",
4141
"@playwright/test": "^1.49.1",
4242
"@rollup/plugin-commonjs": "^28.0.2",
4343
"@rollup/plugin-json": "^6.1.0",
@@ -48,14 +48,14 @@
4848
"@vitest/coverage-istanbul": "workspace:*",
4949
"@vitest/coverage-v8": "workspace:*",
5050
"@vitest/ui": "workspace:*",
51-
"bumpp": "^9.9.1",
51+
"bumpp": "^9.9.2",
5252
"changelogithub": "^0.13.11",
53-
"esbuild": "^0.24.0",
53+
"esbuild": "^0.24.2",
5454
"eslint": "^9.16.0",
5555
"magic-string": "^0.30.17",
5656
"pathe": "^1.1.2",
5757
"rimraf": "^6.0.1",
58-
"rollup": "^4.28.1",
58+
"rollup": "^4.29.1",
5959
"rollup-plugin-dts": "^6.1.1",
6060
"rollup-plugin-esbuild": "^6.1.1",
6161
"rollup-plugin-license": "^3.5.3",

packages/ui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,14 +69,14 @@
6969
"@vitest/runner": "workspace:*",
7070
"@vitest/ws-client": "workspace:*",
7171
"@vue/test-utils": "^2.4.6",
72-
"@vueuse/core": "^12.0.0",
72+
"@vueuse/core": "^12.1.0",
7373
"ansi-to-html": "^0.7.2",
7474
"birpc": "0.2.19",
7575
"codemirror": "^5.65.18",
7676
"codemirror-theme-vars": "^0.1.2",
7777
"d3-graph-controller": "^3.0.11",
7878
"floating-vue": "^5.2.2",
79-
"rollup": "^4.28.1",
79+
"rollup": "^4.29.1",
8080
"splitpanes": "^3.1.5",
8181
"unocss": "^0.65.2",
8282
"unplugin-auto-import": "^0.19.0",

0 commit comments

Comments
 (0)