Skip to content

Commit 58dfb9d

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

File tree

8 files changed

+252
-96
lines changed

8 files changed

+252
-96
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@
3131
"devDependencies": {
3232
"@eslint/js": "^9.39.2",
3333
"@types/fs-extra": "^11.0.4",
34-
"@types/node": "^24.10.7",
34+
"@types/node": "^24.10.9",
3535
"@vitejs/release-scripts": "^1.6.0",
3636
"eslint": "^9.39.2",
3737
"eslint-plugin-import-x": "^4.16.1",
38-
"eslint-plugin-n": "^17.23.1",
38+
"eslint-plugin-n": "^17.23.2",
3939
"eslint-plugin-regexp": "^2.10.0",
4040
"fs-extra": "^11.3.3",
4141
"globals": "^17.0.0",

packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"./refresh-runtime": "./refresh-runtime.js"
99
},
1010
"dependencies": {
11-
"@rolldown/pluginutils": "1.0.0-beta.59"
11+
"@rolldown/pluginutils": "1.0.0-beta.60"
1212
},
1313
"peerDependencies": {
1414
"vite": "^4.2.0 || ^5.0.0 || ^6.0.0"

packages/plugin-react-oxc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"prepublishOnly": "npm run build"
3737
},
3838
"dependencies": {
39-
"@rolldown/pluginutils": "1.0.0-beta.59"
39+
"@rolldown/pluginutils": "1.0.0-beta.60"
4040
},
4141
"devDependencies": {
4242
"@vitejs/react-common": "workspace:*",

packages/plugin-react-swc/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@
2929
"test": "playwright test"
3030
},
3131
"dependencies": {
32-
"@rolldown/pluginutils": "1.0.0-beta.59",
32+
"@rolldown/pluginutils": "1.0.0-beta.60",
3333
"@swc/core": "^1.15.8"
3434
},
3535
"devDependencies": {
3636
"@playwright/test": "^1.57.0",
3737
"@types/fs-extra": "^11.0.4",
38-
"@types/node": "^24.10.7",
38+
"@types/node": "^24.10.9",
3939
"@vitejs/react-common": "workspace:*",
4040
"fs-extra": "^11.3.3",
4141
"prettier": "^3.0.3",

packages/plugin-react-swc/playground/styled-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dependencies": {
1111
"react": "^19.2.3",
1212
"react-dom": "^19.2.3",
13-
"styled-components": "^6.3.5"
13+
"styled-components": "^6.3.8"
1414
},
1515
"devDependencies": {
1616
"@swc/plugin-styled-components": "^12.3.0",

packages/plugin-react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@babel/core": "^7.28.6",
4545
"@babel/plugin-transform-react-jsx-self": "^7.27.1",
4646
"@babel/plugin-transform-react-jsx-source": "^7.27.1",
47-
"@rolldown/pluginutils": "1.0.0-beta.59",
47+
"@rolldown/pluginutils": "1.0.0-beta.60",
4848
"@types/babel__core": "^7.20.5",
4949
"react-refresh": "^0.18.0"
5050
},
@@ -53,7 +53,7 @@
5353
"babel-plugin-react-compiler": "19.1.0-rc.3",
5454
"react": "^19.2.3",
5555
"react-dom": "^19.2.3",
56-
"rolldown": "1.0.0-beta.59",
56+
"rolldown": "1.0.0-beta.60",
5757
"tsdown": "^0.19.0"
5858
},
5959
"peerDependencies": {

packages/plugin-rsc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@playwright/test": "^1.57.0",
5454
"@tsconfig/strictest": "^2.0.8",
5555
"@types/estree": "^1.0.8",
56-
"@types/node": "^24.10.7",
56+
"@types/node": "^24.10.9",
5757
"@types/react": "^19.2.8",
5858
"@types/react-dom": "^19.2.3",
5959
"@vitejs/plugin-react": "workspace:*",

0 commit comments

Comments
 (0)