Skip to content

Commit 5d1fffd

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

File tree

8 files changed

+760
-549
lines changed

8 files changed

+760
-549
lines changed

package.json

Lines changed: 10 additions & 10 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.8.1",
8+
"packageManager": "pnpm@10.9.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.24.0",
35+
"@eslint/js": "^9.25.1",
3636
"@types/fs-extra": "^11.0.4",
37-
"@types/node": "^22.14.1",
37+
"@types/node": "^22.15.2",
3838
"@vitejs/release-scripts": "^1.5.0",
39-
"eslint": "^9.24.0",
40-
"eslint-plugin-import-x": "^4.10.3",
39+
"eslint": "^9.25.1",
40+
"eslint-plugin-import-x": "^4.11.0",
4141
"eslint-plugin-n": "^17.17.0",
4242
"eslint-plugin-regexp": "^2.7.0",
4343
"fs-extra": "^11.3.0",
4444
"globals": "^16.0.0",
4545
"lint-staged": "^15.5.1",
4646
"picocolors": "^1.1.1",
47-
"playwright-chromium": "^1.51.1",
47+
"playwright-chromium": "^1.52.0",
4848
"prettier": "^3.0.3",
49-
"simple-git-hooks": "^2.12.1",
49+
"simple-git-hooks": "^2.13.0",
5050
"tsx": "^4.19.3",
5151
"typescript": "^5.8.3",
52-
"typescript-eslint": "^8.30.1",
53-
"vite": "^6.2.6",
54-
"vitest": "^3.1.1"
52+
"typescript-eslint": "^8.31.0",
53+
"vite": "^6.3.3",
54+
"vitest": "^3.1.2"
5555
},
5656
"simple-git-hooks": {
5757
"pre-commit": "pnpm exec lint-staged --concurrent false"

packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
"vite": "^4.2.0 || ^5.0.0 || ^6.0.0"
1212
},
1313
"devDependencies": {
14-
"vite": "^6.2.6"
14+
"vite": "^6.3.3"
1515
}
1616
}

packages/plugin-react-swc/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,21 +29,21 @@
2929
},
3030
"homepage": "https://github.com/vitejs/vite-plugin-react/tree/main/packages/plugin-react-swc#readme",
3131
"dependencies": {
32-
"@swc/core": "^1.11.21"
32+
"@swc/core": "^1.11.22"
3333
},
3434
"peerDependencies": {
3535
"vite": "^4 || ^5 || ^6"
3636
},
3737
"devDependencies": {
38-
"@playwright/test": "^1.51.1",
38+
"@playwright/test": "^1.52.0",
3939
"@types/fs-extra": "^11.0.4",
40-
"@types/node": "^22.14.1",
40+
"@types/node": "^22.15.2",
4141
"@vitejs/react-common": "workspace:*",
42-
"esbuild": "^0.25.2",
42+
"esbuild": "^0.25.3",
4343
"fs-extra": "^11.3.0",
4444
"picocolors": "^1.1.1",
4545
"prettier": "^3.0.3",
4646
"typescript": "^5.8.3",
47-
"vite": "^6.2.6"
47+
"vite": "^6.3.3"
4848
}
4949
}

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.5.0"
15+
"react-router-dom": "^7.5.2"
1616
},
1717
"devDependencies": {
1818
"@types/react": "^19.1.2",

playground/compiler-react-18/package.json

Lines changed: 2 additions & 2 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.0.0-beta-ebf51a3-20250411",
12+
"react-compiler-runtime": "19.1.0-rc.1",
1313
"react-dom": "^18.3.1"
1414
},
1515
"devDependencies": {
1616
"@babel/plugin-transform-react-jsx-development": "^7.25.9",
1717
"@types/react": "^18.3.20",
1818
"@types/react-dom": "^18.3.6",
1919
"@vitejs/plugin-react": "workspace:*",
20-
"babel-plugin-react-compiler": "19.0.0-beta-ebf51a3-20250411",
20+
"babel-plugin-react-compiler": "19.1.0-rc.1",
2121
"typescript": "^5.8.3"
2222
}
2323
}

playground/compiler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@types/react": "^19.1.2",
1717
"@types/react-dom": "^19.1.2",
1818
"@vitejs/plugin-react": "workspace:*",
19-
"babel-plugin-react-compiler": "19.0.0-beta-ebf51a3-20250411",
19+
"babel-plugin-react-compiler": "19.1.0-rc.1",
2020
"typescript": "^5.8.3"
2121
}
2222
}

0 commit comments

Comments
 (0)