Skip to content

Commit 9da5e19

Browse files
fix(deps): update all non-major dependencies (#519)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 64abd32 commit 9da5e19

File tree

9 files changed

+462
-475
lines changed

9 files changed

+462
-475
lines changed

package.json

Lines changed: 8 additions & 8 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].2",
8+
"packageManager": "[email protected].4",
99
"homepage": "https://github.com/vitejs/vite-plugin-react/",
1010
"keywords": [
1111
"frontend",
@@ -33,24 +33,24 @@
3333
"ci-publish": "tsx scripts/publishCI.ts"
3434
},
3535
"devDependencies": {
36-
"@eslint/js": "^9.29.0",
36+
"@eslint/js": "^9.30.1",
3737
"@types/fs-extra": "^11.0.4",
38-
"@types/node": "^22.15.32",
38+
"@types/node": "^22.16.0",
3939
"@vitejs/release-scripts": "^1.5.0",
40-
"eslint": "^9.29.0",
41-
"eslint-plugin-import-x": "^4.15.2",
40+
"eslint": "^9.30.1",
41+
"eslint-plugin-import-x": "^4.16.1",
4242
"eslint-plugin-n": "^17.20.0",
4343
"eslint-plugin-regexp": "^2.9.0",
4444
"fs-extra": "^11.3.0",
45-
"globals": "^16.2.0",
45+
"globals": "^16.3.0",
4646
"lint-staged": "^15.5.2",
4747
"picocolors": "^1.1.1",
48-
"playwright-chromium": "^1.53.1",
48+
"playwright-chromium": "^1.53.2",
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.1",
53+
"typescript-eslint": "^8.35.1",
5454
"vite": "^6.3.3",
5555
"vitest": "^3.2.4"
5656
},

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.19"
51+
"@rolldown/pluginutils": "1.0.0-beta.23"
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.19",
32+
"@rolldown/pluginutils": "1.0.0-beta.23",
3333
"@swc/core": "^1.12.9"
3434
},
3535
"peerDependencies": {
3636
"vite": "^4 || ^5 || ^6 || ^7"
3737
},
3838
"devDependencies": {
39-
"@playwright/test": "^1.53.1",
39+
"@playwright/test": "^1.53.2",
4040
"@types/fs-extra": "^11.0.4",
41-
"@types/node": "^22.15.32",
41+
"@types/node": "^22.16.0",
4242
"@vitejs/react-common": "workspace:*",
4343
"esbuild": "^0.25.5",
4444
"fs-extra": "^11.3.0",

packages/plugin-react-swc/playground/emotion-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"dependencies": {
1111
"@emotion/react": "^11.14.0",
12-
"@emotion/styled": "^11.14.0",
12+
"@emotion/styled": "^11.14.1",
1313
"react": "^19.1.0",
1414
"react-dom": "^19.1.0"
1515
},

packages/plugin-react-swc/playground/emotion/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"dependencies": {
1111
"@emotion/react": "^11.14.0",
12-
"@emotion/styled": "^11.14.0",
12+
"@emotion/styled": "^11.14.1",
1313
"react": "^19.1.0",
1414
"react-dom": "^19.1.0"
1515
},

packages/plugin-react-swc/playground/ts-lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"generouted": "1.11.7",
1313
"react": "^19.1.0",
1414
"react-dom": "^19.1.0",
15-
"react-router-dom": "^7.6.2"
15+
"react-router-dom": "^7.6.3"
1616
},
1717
"devDependencies": {
1818
"@types/react": "^19.1.8",

packages/plugin-react/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@
4949
},
5050
"homepage": "https://github.com/vitejs/vite-plugin-react/tree/main/packages/plugin-react#readme",
5151
"dependencies": {
52-
"@babel/core": "^7.27.4",
52+
"@babel/core": "^7.27.7",
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.19",
55+
"@rolldown/pluginutils": "1.0.0-beta.23",
5656
"@types/babel__core": "^7.20.5",
5757
"react-refresh": "^0.17.0"
5858
},
@@ -64,7 +64,7 @@
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.19",
67+
"rolldown": "1.0.0-beta.23",
6868
"unbuild": "^3.5.0",
6969
"vitest": "^3.2.4"
7070
}

playground/react-emotion/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@emotion/react": "^11.14.0",
13-
"@emotion/styled": "^11.14.0",
13+
"@emotion/styled": "^11.14.1",
1414
"react": "^19.1.0",
1515
"react-dom": "^19.1.0",
1616
"react-switch": "^7.1.0"

0 commit comments

Comments
 (0)