Skip to content

Commit dd5bd78

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

File tree

22 files changed

+596
-529
lines changed

22 files changed

+596
-529
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.11.1",
8+
"packageManager": "pnpm@10.12.1",
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.28.0",
35+
"@eslint/js": "^9.29.0",
3636
"@types/fs-extra": "^11.0.4",
37-
"@types/node": "^22.15.30",
37+
"@types/node": "^22.15.31",
3838
"@vitejs/release-scripts": "^1.5.0",
39-
"eslint": "^9.28.0",
40-
"eslint-plugin-import-x": "^4.15.1",
41-
"eslint-plugin-n": "^17.19.0",
42-
"eslint-plugin-regexp": "^2.8.0",
39+
"eslint": "^9.29.0",
40+
"eslint-plugin-import-x": "^4.15.2",
41+
"eslint-plugin-n": "^17.20.0",
42+
"eslint-plugin-regexp": "^2.9.0",
4343
"fs-extra": "^11.3.0",
4444
"globals": "^16.2.0",
4545
"lint-staged": "^15.5.2",
4646
"picocolors": "^1.1.1",
47-
"playwright-chromium": "^1.52.0",
47+
"playwright-chromium": "^1.53.0",
4848
"prettier": "^3.0.3",
4949
"simple-git-hooks": "^2.13.0",
50-
"tsx": "^4.19.4",
50+
"tsx": "^4.20.3",
5151
"typescript": "^5.8.3",
52-
"typescript-eslint": "^8.33.1",
52+
"typescript-eslint": "^8.34.0",
5353
"vite": "^6.3.3",
54-
"vitest": "^3.2.2"
54+
"vitest": "^3.2.3"
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.11"
51+
"@rolldown/pluginutils": "1.0.0-beta.16"
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.11",
32+
"@rolldown/pluginutils": "1.0.0-beta.16",
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.52.0",
39+
"@playwright/test": "^1.53.0",
4040
"@types/fs-extra": "^11.0.4",
41-
"@types/node": "^22.15.30",
41+
"@types/node": "^22.15.31",
4242
"@vitejs/react-common": "workspace:*",
4343
"esbuild": "^0.25.5",
4444
"fs-extra": "^11.3.0",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"react-dom": "^19.1.0"
1313
},
1414
"devDependencies": {
15-
"@types/react": "^19.1.6",
15+
"@types/react": "^19.1.8",
1616
"@types/react-dom": "^19.1.6",
1717
"@vitejs/plugin-react-swc": "../../dist"
1818
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"react-dom": "^19.1.0"
1313
},
1414
"devDependencies": {
15-
"@types/react": "^19.1.6",
15+
"@types/react": "^19.1.8",
1616
"@types/react-dom": "^19.1.6",
1717
"@vitejs/plugin-react-swc": "../../dist"
1818
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"react-dom": "^19.1.0"
1313
},
1414
"devDependencies": {
15-
"@types/react": "^19.1.6",
15+
"@types/react": "^19.1.8",
1616
"@types/react-dom": "^19.1.6",
1717
"@vitejs/plugin-react-swc": "../../dist"
1818
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"react-dom": "^19.1.0"
1515
},
1616
"devDependencies": {
17-
"@types/react": "^19.1.6",
17+
"@types/react": "^19.1.8",
1818
"@types/react-dom": "^19.1.6",
1919
"@vitejs/plugin-react-swc": "../../dist",
2020
"@swc/plugin-emotion": "^10.0.0"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"react-dom": "^19.1.0"
1515
},
1616
"devDependencies": {
17-
"@types/react": "^19.1.6",
17+
"@types/react": "^19.1.8",
1818
"@types/react-dom": "^19.1.6",
1919
"@vitejs/plugin-react-swc": "../../dist"
2020
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"react-dom": "^19.1.0"
1313
},
1414
"devDependencies": {
15-
"@types/react": "^19.1.6",
15+
"@types/react": "^19.1.8",
1616
"@types/react-dom": "^19.1.6",
1717
"@vitejs/plugin-react-swc": "../../dist"
1818
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"devDependencies": {
1515
"@mdx-js/rollup": "^3.1.0",
16-
"@types/react": "^19.1.6",
16+
"@types/react": "^19.1.8",
1717
"@types/react-dom": "^19.1.6",
1818
"@vitejs/plugin-react-swc": "../../dist"
1919
}

0 commit comments

Comments
 (0)