Skip to content

Commit 01551b6

Browse files
fix(deps): update all non-major dependencies
1 parent 88585db commit 01551b6

File tree

23 files changed

+1190
-832
lines changed

23 files changed

+1190
-832
lines changed

package.json

Lines changed: 11 additions & 11 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": "pnpm@10.9.0",
8+
"packageManager": "pnpm@10.11.0",
99
"homepage": "https://github.com/vitejs/vite-plugin-react/",
1010
"keywords": [
1111
"frontend",
@@ -32,26 +32,26 @@
3232
"ci-publish": "tsx scripts/publishCI.ts"
3333
},
3434
"devDependencies": {
35-
"@eslint/js": "^9.25.1",
35+
"@eslint/js": "^9.28.0",
3636
"@types/fs-extra": "^11.0.4",
37-
"@types/node": "^22.15.2",
37+
"@types/node": "^22.15.29",
3838
"@vitejs/release-scripts": "^1.5.0",
39-
"eslint": "^9.25.1",
40-
"eslint-plugin-import-x": "^4.11.0",
41-
"eslint-plugin-n": "^17.17.0",
39+
"eslint": "^9.28.0",
40+
"eslint-plugin-import-x": "^4.15.0",
41+
"eslint-plugin-n": "^17.18.0",
4242
"eslint-plugin-regexp": "^2.7.0",
4343
"fs-extra": "^11.3.0",
44-
"globals": "^16.0.0",
45-
"lint-staged": "^15.5.1",
44+
"globals": "^16.2.0",
45+
"lint-staged": "^15.5.2",
4646
"picocolors": "^1.1.1",
4747
"playwright-chromium": "^1.52.0",
4848
"prettier": "^3.0.3",
4949
"simple-git-hooks": "^2.13.0",
50-
"tsx": "^4.19.3",
50+
"tsx": "^4.19.4",
5151
"typescript": "^5.8.3",
52-
"typescript-eslint": "^8.31.0",
52+
"typescript-eslint": "^8.33.0",
5353
"vite": "^6.3.3",
54-
"vitest": "^3.1.2"
54+
"vitest": "^3.1.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.9"
51+
"@rolldown/pluginutils": "1.0.0-beta.10"
5252
}
5353
}

packages/plugin-react-swc/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,18 @@
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.9",
33-
"@swc/core": "^1.11.22"
32+
"@rolldown/pluginutils": "1.0.0-beta.10",
33+
"@swc/core": "^1.11.29"
3434
},
3535
"peerDependencies": {
3636
"vite": "^4 || ^5 || ^6"
3737
},
3838
"devDependencies": {
3939
"@playwright/test": "^1.52.0",
4040
"@types/fs-extra": "^11.0.4",
41-
"@types/node": "^22.15.2",
41+
"@types/node": "^22.15.29",
4242
"@vitejs/react-common": "workspace:*",
43-
"esbuild": "^0.25.3",
43+
"esbuild": "^0.25.5",
4444
"fs-extra": "^11.3.0",
4545
"picocolors": "^1.1.1",
4646
"prettier": "^3.0.3",

packages/plugin-react-swc/playground/base-path/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"react-dom": "^19.1.0"
1313
},
1414
"devDependencies": {
15-
"@types/react": "^19.1.2",
16-
"@types/react-dom": "^19.1.2",
15+
"@types/react": "^19.1.6",
16+
"@types/react-dom": "^19.1.5",
1717
"@vitejs/plugin-react-swc": "../../dist"
1818
}
1919
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"react-dom": "^19.1.0"
1313
},
1414
"devDependencies": {
15-
"@types/react": "^19.1.2",
16-
"@types/react-dom": "^19.1.2",
15+
"@types/react": "^19.1.6",
16+
"@types/react-dom": "^19.1.5",
1717
"@vitejs/plugin-react-swc": "../../dist"
1818
}
1919
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"react-dom": "^19.1.0"
1313
},
1414
"devDependencies": {
15-
"@types/react": "^19.1.2",
16-
"@types/react-dom": "^19.1.2",
15+
"@types/react": "^19.1.6",
16+
"@types/react-dom": "^19.1.5",
1717
"@vitejs/plugin-react-swc": "../../dist"
1818
}
1919
}

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
"react-dom": "^19.1.0"
1515
},
1616
"devDependencies": {
17-
"@types/react": "^19.1.2",
18-
"@types/react-dom": "^19.1.2",
17+
"@types/react": "^19.1.6",
18+
"@types/react-dom": "^19.1.5",
1919
"@vitejs/plugin-react-swc": "../../dist",
20-
"@swc/plugin-emotion": "^9.0.3"
20+
"@swc/plugin-emotion": "^9.0.4"
2121
}
2222
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"react-dom": "^19.1.0"
1515
},
1616
"devDependencies": {
17-
"@types/react": "^19.1.2",
18-
"@types/react-dom": "^19.1.2",
17+
"@types/react": "^19.1.6",
18+
"@types/react-dom": "^19.1.5",
1919
"@vitejs/plugin-react-swc": "../../dist"
2020
}
2121
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"react-dom": "^19.1.0"
1313
},
1414
"devDependencies": {
15-
"@types/react": "^19.1.2",
16-
"@types/react-dom": "^19.1.2",
15+
"@types/react": "^19.1.6",
16+
"@types/react-dom": "^19.1.5",
1717
"@vitejs/plugin-react-swc": "../../dist"
1818
}
1919
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
},
1414
"devDependencies": {
1515
"@mdx-js/rollup": "^3.1.0",
16-
"@types/react": "^19.1.2",
17-
"@types/react-dom": "^19.1.2",
16+
"@types/react": "^19.1.6",
17+
"@types/react-dom": "^19.1.5",
1818
"@vitejs/plugin-react-swc": "../../dist"
1919
}
2020
}

packages/plugin-react-swc/playground/shadow-export/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"react-dom": "^19.1.0"
1313
},
1414
"devDependencies": {
15-
"@types/react": "^19.1.2",
16-
"@types/react-dom": "^19.1.2",
15+
"@types/react": "^19.1.6",
16+
"@types/react-dom": "^19.1.5",
1717
"@vitejs/plugin-react-swc": "../../dist"
1818
}
1919
}

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
"react": "^19.1.0",
1212
"react-dom": "^19.1.0",
1313
"react-is": "^19.1.0",
14-
"styled-components": "^6.1.17"
14+
"styled-components": "^6.1.18"
1515
},
1616
"devDependencies": {
17-
"@swc/plugin-styled-components": "^7.1.3",
18-
"@types/react": "^19.1.2",
19-
"@types/react-dom": "^19.1.2",
17+
"@swc/plugin-styled-components": "^7.1.5",
18+
"@types/react": "^19.1.6",
19+
"@types/react-dom": "^19.1.5",
2020
"@types/styled-components": "^5.1.34",
2121
"@vitejs/plugin-react-swc": "../../dist"
2222
}

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
"generouted": "1.11.7",
1313
"react": "^19.1.0",
1414
"react-dom": "^19.1.0",
15-
"react-router-dom": "^7.5.2"
15+
"react-router-dom": "^7.6.1"
1616
},
1717
"devDependencies": {
18-
"@types/react": "^19.1.2",
19-
"@types/react-dom": "^19.1.2",
18+
"@types/react": "^19.1.6",
19+
"@types/react-dom": "^19.1.5",
2020
"@vitejs/plugin-react-swc": "../../dist"
2121
}
2222
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"react-dom": "^19.1.0"
1313
},
1414
"devDependencies": {
15-
"@types/react": "^19.1.2",
16-
"@types/react-dom": "^19.1.2",
15+
"@types/react": "^19.1.6",
16+
"@types/react-dom": "^19.1.5",
1717
"@vitejs/plugin-react-swc": "../../dist"
1818
}
1919
}

packages/plugin-react/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@
4848
},
4949
"homepage": "https://github.com/vitejs/vite-plugin-react/tree/main/packages/plugin-react#readme",
5050
"dependencies": {
51-
"@babel/core": "^7.26.10",
52-
"@babel/plugin-transform-react-jsx-self": "^7.25.9",
53-
"@babel/plugin-transform-react-jsx-source": "^7.25.9",
54-
"@rolldown/pluginutils": "1.0.0-beta.9",
51+
"@babel/core": "^7.27.4",
52+
"@babel/plugin-transform-react-jsx-self": "^7.27.1",
53+
"@babel/plugin-transform-react-jsx-source": "^7.27.1",
54+
"@rolldown/pluginutils": "1.0.0-beta.10",
5555
"@types/babel__core": "^7.20.5",
5656
"react-refresh": "^0.17.0"
5757
},

playground/class-components/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"react-dom": "^19.1.0"
1313
},
1414
"devDependencies": {
15-
"@types/react": "^19.1.2",
16-
"@types/react-dom": "^19.1.2",
15+
"@types/react": "^19.1.6",
16+
"@types/react-dom": "^19.1.5",
1717
"@vitejs/plugin-react": "workspace:*"
1818
}
1919
}

playground/compiler-react-18/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@
99
},
1010
"dependencies": {
1111
"react": "^18.3.1",
12-
"react-compiler-runtime": "19.1.0-rc.1",
12+
"react-compiler-runtime": "19.1.0-rc.2",
1313
"react-dom": "^18.3.1"
1414
},
1515
"devDependencies": {
16-
"@babel/plugin-transform-react-jsx-development": "^7.25.9",
16+
"@babel/plugin-transform-react-jsx-development": "^7.27.1",
1717
"@types/react": "^18.3.20",
1818
"@types/react-dom": "^18.3.6",
1919
"@vitejs/plugin-react": "workspace:*",
20-
"babel-plugin-react-compiler": "19.1.0-rc.1",
20+
"babel-plugin-react-compiler": "19.1.0-rc.2",
2121
"typescript": "^5.8.3"
2222
}
2323
}

playground/compiler/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
"react-dom": "^19.1.0"
1313
},
1414
"devDependencies": {
15-
"@babel/plugin-transform-react-jsx-development": "^7.25.9",
16-
"@types/react": "^19.1.2",
17-
"@types/react-dom": "^19.1.2",
15+
"@babel/plugin-transform-react-jsx-development": "^7.27.1",
16+
"@types/react": "^19.1.6",
17+
"@types/react-dom": "^19.1.5",
1818
"@vitejs/plugin-react": "workspace:*",
19-
"babel-plugin-react-compiler": "19.1.0-rc.1",
19+
"babel-plugin-react-compiler": "19.1.0-rc.2",
2020
"typescript": "^5.8.3"
2121
}
2222
}

playground/hook-with-jsx/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"react-dom": "^19.1.0"
1313
},
1414
"devDependencies": {
15-
"@types/react": "^19.1.2",
16-
"@types/react-dom": "^19.1.2",
15+
"@types/react": "^19.1.6",
16+
"@types/react-dom": "^19.1.5",
1717
"@vitejs/plugin-react": "workspace:*"
1818
}
1919
}

playground/mdx/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
},
1414
"devDependencies": {
1515
"@mdx-js/rollup": "^3.1.0",
16-
"@types/react": "^19.1.2",
17-
"@types/react-dom": "^19.1.2",
16+
"@types/react": "^19.1.6",
17+
"@types/react-dom": "^19.1.5",
1818
"@vitejs/plugin-react": "workspace:*"
1919
}
2020
}

playground/react-emotion/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"react-switch": "^7.1.0"
1717
},
1818
"devDependencies": {
19-
"@babel/plugin-proposal-pipeline-operator": "^7.26.7",
19+
"@babel/plugin-proposal-pipeline-operator": "^7.27.1",
2020
"@emotion/babel-plugin": "^11.13.5",
2121
"@vitejs/plugin-react": "workspace:*"
2222
},

0 commit comments

Comments
 (0)