Skip to content

Commit 22e381e

Browse files
chore(deps): update all non-major dependencies (#9082)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Vladimir Sheremet <[email protected]>
1 parent cfbcd10 commit 22e381e

File tree

13 files changed

+831
-775
lines changed

13 files changed

+831
-775
lines changed

docs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@
3232
"unplugin-vue-components": "catalog:",
3333
"vite": "^6.3.5",
3434
"vite-plugin-pwa": "^0.21.2",
35-
"vitepress": "2.0.0-alpha.13",
35+
"vitepress": "2.0.0-alpha.15",
3636
"vitepress-plugin-group-icons": "^1.6.5",
37-
"vitepress-plugin-llms": "^1.9.2",
37+
"vitepress-plugin-llms": "^1.9.3",
3838
"vitepress-plugin-tabs": "^0.7.3",
39-
"workbox-window": "^7.3.0"
39+
"workbox-window": "^7.4.0"
4040
}
4141
}

examples/lit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"devDependencies": {
2020
"@vitest/browser-playwright": "latest",
2121
"jsdom": "latest",
22-
"playwright": "^1.56.1",
22+
"playwright": "^1.57.0",
2323
"vite": "latest",
2424
"vitest": "latest"
2525
},

examples/projects/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"@testing-library/jest-dom": "^6.9.1",
1313
"@testing-library/react": "^13.4.0",
1414
"@testing-library/user-event": "^14.6.1",
15-
"@types/react": "^19.2.5",
15+
"@types/react": "^19.2.7",
1616
"@vitejs/plugin-react": "^5.1.1",
1717
"@vitest/ui": "latest",
1818
"fastify": "^5.6.2",

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": "4.0.13",
55
"private": true,
6-
"packageManager": "pnpm@10.22.0",
6+
"packageManager": "pnpm@10.23.0",
77
"description": "Next generation testing framework powered by Vite",
88
"engines": {
99
"node": "^20.0.0 || ^22.0.0 || >=24.0.0"
@@ -40,7 +40,7 @@
4040
"devDependencies": {
4141
"@antfu/eslint-config": "^6.2.0",
4242
"@antfu/ni": "^27.0.1",
43-
"@playwright/test": "^1.56.1",
43+
"@playwright/test": "^1.57.0",
4444
"@rollup/plugin-commonjs": "^29.0.0",
4545
"@rollup/plugin-json": "^6.1.0",
4646
"@rollup/plugin-node-resolve": "^16.0.3",
@@ -57,14 +57,14 @@
5757
"magic-string": "^0.30.21",
5858
"pathe": "^2.0.3",
5959
"premove": "^4.0.0",
60-
"rollup": "^4.53.2",
60+
"rollup": "^4.53.3",
6161
"rollup-plugin-dts": "^6.2.3",
6262
"rollup-plugin-license": "^3.6.0",
6363
"tinyglobby": "catalog:",
6464
"tsx": "^4.20.6",
6565
"typescript": "^5.9.3",
66-
"unplugin-isolated-decl": "^0.15.5",
67-
"unplugin-oxc": "^0.5.4",
66+
"unplugin-isolated-decl": "^0.15.6",
67+
"unplugin-oxc": "^0.5.5",
6868
"vite": "^7.1.5",
6969
"vitest": "workspace:*",
7070
"zx": "^8.8.5"

packages/browser-playwright/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"tinyrainbow": "catalog:"
6060
},
6161
"devDependencies": {
62-
"playwright": "^1.56.1",
62+
"playwright": "^1.57.0",
6363
"vitest": "workspace:*"
6464
}
6565
}

packages/ui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"d3-graph-controller": "^3.1.6",
7979
"floating-vue": "^5.2.2",
8080
"mime": "^4.1.0",
81-
"rollup": "^4.53.2",
81+
"rollup": "^4.53.3",
8282
"splitpanes": "^4.0.4",
8383
"typescript": "^5.9.3",
8484
"unocss": "catalog:",
@@ -87,7 +87,7 @@
8787
"vitest-browser-vue": "2.0.1",
8888
"vue": "catalog:",
8989
"vue-router": "^4.6.3",
90-
"vue-tsc": "^3.1.4",
90+
"vue-tsc": "^3.1.5",
9191
"vue-virtual-scroller": "2.0.0-beta.8"
9292
}
9393
}

0 commit comments

Comments
 (0)