Skip to content

Commit 5df7414

Browse files
chore(deps): update all non-major dependencies (#6750)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3a8b56b commit 5df7414

File tree

8 files changed

+502
-478
lines changed

8 files changed

+502
-478
lines changed

docs/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,20 @@
1818
"vue": "^3.5.12"
1919
},
2020
"devDependencies": {
21-
"@iconify-json/carbon": "^1.2.2",
21+
"@iconify-json/carbon": "^1.2.3",
2222
"@iconify-json/logos": "^1.2.3",
2323
"@shikijs/vitepress-twoslash": "^1.22.0",
24-
"@unocss/reset": "^0.63.4",
24+
"@unocss/reset": "^0.63.6",
2525
"@vite-pwa/assets-generator": "^0.2.6",
2626
"@vite-pwa/vitepress": "^0.5.3",
2727
"@vitejs/plugin-vue": "^5.1.4",
2828
"https-localhost": "^4.7.1",
2929
"tinyglobby": "^0.2.9",
30-
"unocss": "^0.63.4",
30+
"unocss": "^0.63.6",
3131
"unplugin-vue-components": "^0.27.4",
3232
"vite": "^5.2.8",
3333
"vite-plugin-pwa": "^0.20.5",
34-
"vitepress": "^1.4.0",
34+
"vitepress": "^1.4.1",
3535
"vitepress-plugin-tabs": "^0.5.0",
3636
"workbox-window": "^7.1.0"
3737
}

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "module",
44
"version": "2.1.3",
55
"private": true,
6-
"packageManager": "[email protected].1",
6+
"packageManager": "[email protected].2",
77
"description": "Next generation testing framework powered by Vite",
88
"engines": {
99
"node": "^18.0.0 || >=20.0.0"
@@ -38,20 +38,20 @@
3838
"devDependencies": {
3939
"@antfu/eslint-config": "^3.8.0",
4040
"@antfu/ni": "^0.23.0",
41-
"@playwright/test": "^1.48.0",
42-
"@rollup/plugin-commonjs": "^28.0.0",
41+
"@playwright/test": "^1.48.1",
42+
"@rollup/plugin-commonjs": "^28.0.1",
4343
"@rollup/plugin-json": "^6.1.0",
4444
"@rollup/plugin-node-resolve": "^15.3.0",
45-
"@types/node": "^22.7.5",
45+
"@types/node": "^22.7.9",
4646
"@types/ws": "^8.5.12",
4747
"@vitest/browser": "workspace:*",
4848
"@vitest/coverage-istanbul": "workspace:*",
4949
"@vitest/coverage-v8": "workspace:*",
5050
"@vitest/ui": "workspace:*",
51-
"bumpp": "^9.6.1",
51+
"bumpp": "^9.7.1",
5252
"changelogithub": "^0.13.11",
5353
"esbuild": "^0.24.0",
54-
"eslint": "^9.12.0",
54+
"eslint": "^9.13.0",
5555
"magic-string": "^0.30.12",
5656
"pathe": "^1.1.2",
5757
"rimraf": "^6.0.1",

packages/browser/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,13 +89,13 @@
8989
"@vitest/mocker": "workspace:*",
9090
"@vitest/utils": "workspace:*",
9191
"magic-string": "^0.30.12",
92-
"msw": "^2.4.9",
92+
"msw": "^2.5.0",
9393
"sirv": "^3.0.0",
9494
"tinyrainbow": "^1.2.0",
9595
"ws": "^8.18.0"
9696
},
9797
"devDependencies": {
98-
"@testing-library/jest-dom": "^6.5.0",
98+
"@testing-library/jest-dom": "^6.6.2",
9999
"@types/ws": "^8.5.12",
100100
"@vitest/runner": "workspace:*",
101101
"@vitest/ui": "workspace:*",
@@ -107,8 +107,8 @@
107107
"mime": "^4.0.4",
108108
"pathe": "^1.1.2",
109109
"periscopic": "^4.0.2",
110-
"playwright": "^1.48.0",
111-
"playwright-core": "^1.48.0",
110+
"playwright": "^1.48.1",
111+
"playwright-core": "^1.48.1",
112112
"safaridriver": "^0.1.2",
113113
"vitest": "workspace:*",
114114
"webdriverio": "^8.40.6"

packages/expect/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"dependencies": {
3737
"@vitest/spy": "workspace:*",
3838
"@vitest/utils": "workspace:*",
39-
"chai": "^5.1.1",
39+
"chai": "^5.1.2",
4040
"tinyrainbow": "^1.2.0"
4141
},
4242
"devDependencies": {

packages/mocker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"@vitest/spy": "workspace:*",
7676
"@vitest/utils": "workspace:*",
7777
"acorn-walk": "^8.3.4",
78-
"msw": "^2.4.9",
78+
"msw": "^2.5.0",
7979
"pathe": "^1.1.2",
8080
"vite": "^5.4.0"
8181
}

packages/ui/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,14 @@
5757
},
5858
"devDependencies": {
5959
"@faker-js/faker": "^9.0.3",
60-
"@iconify-json/carbon": "^1.2.2",
60+
"@iconify-json/carbon": "^1.2.3",
6161
"@iconify-json/logos": "^1.2.3",
6262
"@testing-library/vue": "^8.1.0",
6363
"@types/codemirror": "^5.60.15",
6464
"@types/d3-force": "^3.0.10",
6565
"@types/d3-selection": "^3.0.11",
6666
"@types/ws": "^8.5.12",
67-
"@unocss/reset": "^0.63.4",
67+
"@unocss/reset": "^0.63.6",
6868
"@vitejs/plugin-vue": "^5.1.4",
6969
"@vitest/runner": "workspace:*",
7070
"@vitest/ws-client": "workspace:*",
@@ -74,10 +74,10 @@
7474
"birpc": "0.2.19",
7575
"codemirror": "^5.65.18",
7676
"codemirror-theme-vars": "^0.1.2",
77-
"d3-graph-controller": "^3.0.10",
77+
"d3-graph-controller": "^3.0.11",
7878
"floating-vue": "^5.2.2",
7979
"splitpanes": "^3.1.5",
80-
"unocss": "^0.63.4",
80+
"unocss": "^0.63.6",
8181
"unplugin-auto-import": "^0.18.3",
8282
"unplugin-vue-components": "^0.27.4",
8383
"vite": "^5.0.0",

packages/vitest/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,14 +157,14 @@
157157
"@vitest/snapshot": "workspace:*",
158158
"@vitest/spy": "workspace:*",
159159
"@vitest/utils": "workspace:*",
160-
"chai": "^5.1.1",
160+
"chai": "^5.1.2",
161161
"debug": "^4.3.7",
162162
"expect-type": "^1.1.0",
163163
"magic-string": "^0.30.12",
164164
"pathe": "^1.1.2",
165165
"std-env": "^3.7.0",
166166
"tinybench": "^2.9.0",
167-
"tinyexec": "^0.3.0",
167+
"tinyexec": "^0.3.1",
168168
"tinypool": "^1.0.1",
169169
"tinyrainbow": "^1.2.0",
170170
"vite": "^5.0.0",
@@ -182,7 +182,7 @@
182182
"@types/istanbul-reports": "^3.0.4",
183183
"@types/jsdom": "^21.1.7",
184184
"@types/micromatch": "^4.0.9",
185-
"@types/node": "^22.7.5",
185+
"@types/node": "^22.7.9",
186186
"@types/prompts": "^2.4.9",
187187
"@types/sinonjs__fake-timers": "^8.1.5",
188188
"acorn-walk": "^8.3.4",

0 commit comments

Comments
 (0)