Skip to content

Commit efa97ca

Browse files
fix(deps): update all non-major dependencies
1 parent 45085cf commit efa97ca

File tree

12 files changed

+699
-756
lines changed

12 files changed

+699
-756
lines changed

docs/package.json

+5-5
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.4.0",
17+
"@vueuse/core": "^12.5.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.27.2",
24-
"@shikijs/vitepress-twoslash": "^1.27.2",
23+
"@shikijs/transformers": "^1.29.1",
24+
"@shikijs/vitepress-twoslash": "^1.29.1",
2525
"@unocss/reset": "^0.65.4",
2626
"@vite-pwa/assets-generator": "^0.2.6",
2727
"@vite-pwa/vitepress": "^0.5.3",
@@ -32,8 +32,8 @@
3232
"unplugin-vue-components": "^0.28.0",
3333
"vite": "^5.2.8",
3434
"vite-plugin-pwa": "^0.21.1",
35-
"vitepress": "^1.5.0",
36-
"vitepress-plugin-group-icons": "^1.3.4",
35+
"vitepress": "^1.6.3",
36+
"vitepress-plugin-group-icons": "^1.3.5",
3737
"vitepress-plugin-tabs": "^0.5.0",
3838
"workbox-window": "^7.3.0"
3939
}

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -42,20 +42,20 @@
4242
"@rollup/plugin-commonjs": "^28.0.2",
4343
"@rollup/plugin-json": "^6.1.0",
4444
"@rollup/plugin-node-resolve": "^16.0.0",
45-
"@types/node": "^22.10.7",
45+
"@types/node": "^22.10.8",
4646
"@types/ws": "^8.5.13",
4747
"@vitest/browser": "workspace:*",
4848
"@vitest/coverage-istanbul": "workspace:*",
4949
"@vitest/coverage-v8": "workspace:*",
5050
"@vitest/ui": "workspace:*",
51-
"bumpp": "^9.10.1",
51+
"bumpp": "^9.10.2",
5252
"changelogithub": "^0.13.11",
5353
"esbuild": "^0.24.2",
5454
"eslint": "^9.18.0",
5555
"magic-string": "^0.30.17",
56-
"pathe": "^2.0.1",
56+
"pathe": "^2.0.2",
5757
"rimraf": "^6.0.1",
58-
"rollup": "^4.30.1",
58+
"rollup": "^4.31.0",
5959
"rollup-plugin-dts": "^6.1.1",
6060
"rollup-plugin-esbuild": "^6.1.1",
6161
"rollup-plugin-license": "^3.5.3",

packages/browser/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
},
8989
"dependencies": {
9090
"@testing-library/dom": "^10.4.0",
91-
"@testing-library/user-event": "^14.6.0",
91+
"@testing-library/user-event": "^14.6.1",
9292
"@vitest/mocker": "workspace:*",
9393
"@vitest/utils": "workspace:*",
9494
"magic-string": "^0.30.17",
@@ -108,7 +108,7 @@
108108
"flatted": "^3.3.2",
109109
"ivya": "^1.1.1",
110110
"mime": "^4.0.6",
111-
"pathe": "^2.0.1",
111+
"pathe": "^2.0.2",
112112
"periscopic": "^4.0.2",
113113
"playwright": "^1.49.1",
114114
"playwright-core": "^1.49.1",

packages/coverage-istanbul/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"@types/istanbul-lib-source-maps": "^4.0.4",
6464
"@types/istanbul-reports": "^3.0.4",
6565
"@types/test-exclude": "^6.0.2",
66-
"pathe": "^2.0.1",
66+
"pathe": "^2.0.2",
6767
"vitest": "workspace:*"
6868
}
6969
}

packages/coverage-v8/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"@types/istanbul-reports": "^3.0.4",
7676
"@types/test-exclude": "^6.0.2",
7777
"@vitest/browser": "workspace:*",
78-
"pathe": "^2.0.1",
78+
"pathe": "^2.0.2",
7979
"v8-to-istanbul": "^9.3.0",
8080
"vite-node": "workspace:*",
8181
"vitest": "workspace:*"

packages/mocker/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"@vitest/utils": "workspace:*",
7777
"acorn-walk": "^8.3.4",
7878
"msw": "^2.7.0",
79-
"pathe": "^2.0.1",
79+
"pathe": "^2.0.2",
8080
"vite": "^5.4.0"
8181
}
8282
}

packages/runner/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@
4343
},
4444
"dependencies": {
4545
"@vitest/utils": "workspace:*",
46-
"pathe": "^2.0.1"
46+
"pathe": "^2.0.2"
4747
}
4848
}

packages/snapshot/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"dependencies": {
4545
"@vitest/pretty-format": "workspace:*",
4646
"magic-string": "^0.30.17",
47-
"pathe": "^2.0.1"
47+
"pathe": "^2.0.2"
4848
},
4949
"devDependencies": {
5050
"@types/natural-compare": "^1.4.3",

packages/ui/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@vitest/utils": "workspace:*",
5151
"fflate": "^0.8.2",
5252
"flatted": "^3.3.2",
53-
"pathe": "^2.0.1",
53+
"pathe": "^2.0.2",
5454
"sirv": "^3.0.0",
5555
"tinyglobby": "^0.2.10",
5656
"tinyrainbow": "^2.0.0"
@@ -69,14 +69,14 @@
6969
"@vitest/runner": "workspace:*",
7070
"@vitest/ws-client": "workspace:*",
7171
"@vue/test-utils": "^2.4.6",
72-
"@vueuse/core": "^12.4.0",
72+
"@vueuse/core": "^12.5.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",
77-
"d3-graph-controller": "^3.0.11",
77+
"d3-graph-controller": "^3.0.12",
7878
"floating-vue": "^5.2.2",
79-
"rollup": "^4.30.1",
79+
"rollup": "^4.31.0",
8080
"splitpanes": "^3.1.8",
8181
"unocss": "^0.65.4",
8282
"unplugin-auto-import": "^0.19.0",

packages/vite-node/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"cac": "^6.7.14",
8686
"debug": "^4.4.0",
8787
"es-module-lexer": "^1.6.0",
88-
"pathe": "^2.0.1",
88+
"pathe": "^2.0.2",
8989
"vite": "^5.0.0 || ^6.0.0"
9090
},
9191
"devDependencies": {

packages/vitest/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@
165165
"debug": "^4.4.0",
166166
"expect-type": "^1.1.0",
167167
"magic-string": "^0.30.17",
168-
"pathe": "^2.0.1",
168+
"pathe": "^2.0.2",
169169
"std-env": "^3.8.0",
170170
"tinybench": "^2.9.0",
171171
"tinyexec": "^0.3.2",
@@ -186,7 +186,7 @@
186186
"@types/istanbul-reports": "^3.0.4",
187187
"@types/jsdom": "^21.1.7",
188188
"@types/micromatch": "^4.0.9",
189-
"@types/node": "^22.10.7",
189+
"@types/node": "^22.10.8",
190190
"@types/prompts": "^2.4.9",
191191
"@types/sinonjs__fake-timers": "^8.1.5",
192192
"acorn-walk": "^8.3.4",
@@ -196,8 +196,8 @@
196196
"fast-glob": "3.3.3",
197197
"find-up": "^6.3.0",
198198
"flatted": "^3.3.2",
199-
"get-tsconfig": "^4.8.1",
200-
"happy-dom": "^16.6.0",
199+
"get-tsconfig": "^4.10.0",
200+
"happy-dom": "^16.7.2",
201201
"jsdom": "^25.0.1",
202202
"local-pkg": "^0.5.1",
203203
"micromatch": "^4.0.8",

0 commit comments

Comments
 (0)