Skip to content

Commit 70d49c0

Browse files
fix(deps): update all non-major dependencies
1 parent 18e89ce commit 70d49c0

File tree

6 files changed

+262
-261
lines changed

6 files changed

+262
-261
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"devDependencies": {
3535
"@eslint/js": "^9.29.0",
3636
"@types/fs-extra": "^11.0.4",
37-
"@types/node": "^22.15.31",
37+
"@types/node": "^22.15.32",
3838
"@vitejs/release-scripts": "^1.5.0",
3939
"eslint": "^9.29.0",
4040
"eslint-plugin-import-x": "^4.15.2",
@@ -44,14 +44,14 @@
4444
"globals": "^16.2.0",
4545
"lint-staged": "^15.5.2",
4646
"picocolors": "^1.1.1",
47-
"playwright-chromium": "^1.53.0",
47+
"playwright-chromium": "^1.53.1",
4848
"prettier": "^3.0.3",
4949
"simple-git-hooks": "^2.13.0",
5050
"tsx": "^4.20.3",
5151
"typescript": "^5.8.3",
52-
"typescript-eslint": "^8.34.0",
52+
"typescript-eslint": "^8.34.1",
5353
"vite": "^6.3.3",
54-
"vitest": "^3.2.3"
54+
"vitest": "^3.2.4"
5555
},
5656
"simple-git-hooks": {
5757
"pre-commit": "pnpm exec lint-staged --concurrent false"

packages/plugin-react-oxc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@
4848
"vite": "catalog:rolldown-vite"
4949
},
5050
"dependencies": {
51-
"@rolldown/pluginutils": "1.0.0-beta.16"
51+
"@rolldown/pluginutils": "1.0.0-beta.19"
5252
}
5353
}

packages/plugin-react-swc/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,16 @@
2929
},
3030
"homepage": "https://github.com/vitejs/vite-plugin-react/tree/main/packages/plugin-react-swc#readme",
3131
"dependencies": {
32-
"@rolldown/pluginutils": "1.0.0-beta.16",
32+
"@rolldown/pluginutils": "1.0.0-beta.19",
3333
"@swc/core": "^1.12.1"
3434
},
3535
"peerDependencies": {
3636
"vite": "^4 || ^5 || ^6 || ^7.0.0-beta.0"
3737
},
3838
"devDependencies": {
39-
"@playwright/test": "^1.53.0",
39+
"@playwright/test": "^1.53.1",
4040
"@types/fs-extra": "^11.0.4",
41-
"@types/node": "^22.15.31",
41+
"@types/node": "^22.15.32",
4242
"@vitejs/react-common": "workspace:*",
4343
"esbuild": "^0.25.5",
4444
"fs-extra": "^11.3.0",

packages/plugin-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"@babel/core": "^7.27.4",
5252
"@babel/plugin-transform-react-jsx-self": "^7.27.1",
5353
"@babel/plugin-transform-react-jsx-source": "^7.27.1",
54-
"@rolldown/pluginutils": "1.0.0-beta.16",
54+
"@rolldown/pluginutils": "1.0.0-beta.19",
5555
"@types/babel__core": "^7.20.5",
5656
"react-refresh": "^0.17.0"
5757
},

0 commit comments

Comments
 (0)