Skip to content

Commit 572bb94

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

File tree

6 files changed

+325
-319
lines changed

6 files changed

+325
-319
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"engines": {
66
"node": "^14.18.0 || >=16.0.0"
77
},
8-
"packageManager": "[email protected].1",
8+
"packageManager": "[email protected].2",
99
"homepage": "https://github.com/vitejs/vite-plugin-react/",
1010
"keywords": [
1111
"frontend",
@@ -35,7 +35,7 @@
3535
"devDependencies": {
3636
"@eslint/js": "^9.29.0",
3737
"@types/fs-extra": "^11.0.4",
38-
"@types/node": "^22.15.31",
38+
"@types/node": "^22.15.32",
3939
"@vitejs/release-scripts": "^1.5.0",
4040
"eslint": "^9.29.0",
4141
"eslint-plugin-import-x": "^4.15.2",
@@ -45,14 +45,14 @@
4545
"globals": "^16.2.0",
4646
"lint-staged": "^15.5.2",
4747
"picocolors": "^1.1.1",
48-
"playwright-chromium": "^1.53.0",
48+
"playwright-chromium": "^1.53.1",
4949
"prettier": "^3.0.3",
5050
"simple-git-hooks": "^2.13.0",
5151
"tsx": "^4.20.3",
5252
"typescript": "^5.8.3",
53-
"typescript-eslint": "^8.34.0",
53+
"typescript-eslint": "^8.34.1",
5454
"vite": "^6.3.3",
55-
"vitest": "^3.2.3"
55+
"vitest": "^3.2.4"
5656
},
5757
"simple-git-hooks": {
5858
"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.5"
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@babel/core": "^7.27.4",
5353
"@babel/plugin-transform-react-jsx-self": "^7.27.1",
5454
"@babel/plugin-transform-react-jsx-source": "^7.27.1",
55-
"@rolldown/pluginutils": "1.0.0-beta.16",
55+
"@rolldown/pluginutils": "1.0.0-beta.19",
5656
"@types/babel__core": "^7.20.5",
5757
"react-refresh": "^0.17.0"
5858
},
@@ -64,8 +64,8 @@
6464
"babel-plugin-react-compiler": "19.1.0-rc.2",
6565
"react": "^19.1.0",
6666
"react-dom": "^19.1.0",
67-
"rolldown": "1.0.0-beta.17",
67+
"rolldown": "1.0.0-beta.19",
6868
"unbuild": "^3.5.0",
69-
"vitest": "^3.2.3"
69+
"vitest": "^3.2.4"
7070
}
7171
}

0 commit comments

Comments
 (0)