Skip to content

Commit 9989897

Browse files
fix(deps): update all non-major dependencies (#773)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Hiroshi Ogawa <[email protected]>
1 parent c5ebae2 commit 9989897

File tree

34 files changed

+555
-780
lines changed

34 files changed

+555
-780
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": "^20.19.0 || >=22.12.0"
77
},
8-
"packageManager": "pnpm@10.14.0",
8+
"packageManager": "pnpm@10.15.0",
99
"homepage": "https://github.com/vitejs/vite-plugin-react/",
1010
"keywords": [
1111
"frontend",
@@ -33,25 +33,25 @@
3333
"ci-publish": "node scripts/publishCI.ts"
3434
},
3535
"devDependencies": {
36-
"@eslint/js": "^9.33.0",
36+
"@eslint/js": "^9.34.0",
3737
"@types/fs-extra": "^11.0.4",
38-
"@types/node": "^22.17.2",
38+
"@types/node": "^22.18.0",
3939
"@vitejs/release-scripts": "^1.6.0",
40-
"eslint": "^9.33.0",
40+
"eslint": "^9.34.0",
4141
"eslint-plugin-import-x": "^4.16.1",
4242
"eslint-plugin-n": "^17.21.3",
4343
"eslint-plugin-regexp": "^2.10.0",
4444
"fs-extra": "^11.3.1",
4545
"globals": "^16.3.0",
4646
"lint-staged": "^15.5.2",
4747
"picocolors": "^1.1.1",
48-
"playwright-chromium": "^1.54.2",
48+
"playwright-chromium": "^1.55.0",
4949
"prettier": "^3.6.2",
5050
"simple-git-hooks": "^2.13.1",
5151
"typescript": "^5.9.2",
52-
"typescript-eslint": "^8.39.1",
53-
"vite": "^7.1.2",
54-
"vite-plugin-inspect": "^11.3.2",
52+
"typescript-eslint": "^8.41.0",
53+
"vite": "^7.1.3",
54+
"vite-plugin-inspect": "^11.3.3",
5555
"vitest": "^3.2.4"
5656
},
5757
"simple-git-hooks": {

packages/plugin-react-oxc/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@
4343
},
4444
"devDependencies": {
4545
"@vitejs/react-common": "workspace:*",
46-
"tsdown": "^0.14.1",
46+
"tsdown": "^0.14.2",
4747
"vite": "catalog:rolldown-vite"
4848
},
4949
"dependencies": {
50-
"@rolldown/pluginutils": "1.0.0-beta.32"
50+
"@rolldown/pluginutils": "1.0.0-beta.34"
5151
}
5252
}

packages/plugin-react-swc/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,20 +32,20 @@
3232
},
3333
"homepage": "https://github.com/vitejs/vite-plugin-react/tree/main/packages/plugin-react-swc#readme",
3434
"dependencies": {
35-
"@rolldown/pluginutils": "1.0.0-beta.32",
35+
"@rolldown/pluginutils": "1.0.0-beta.34",
3636
"@swc/core": "^1.13.5"
3737
},
3838
"peerDependencies": {
3939
"vite": "^4 || ^5 || ^6 || ^7"
4040
},
4141
"devDependencies": {
42-
"@playwright/test": "^1.54.2",
42+
"@playwright/test": "^1.55.0",
4343
"@types/fs-extra": "^11.0.4",
44-
"@types/node": "^22.17.2",
44+
"@types/node": "^22.18.0",
4545
"@vitejs/react-common": "workspace:*",
4646
"fs-extra": "^11.3.1",
4747
"prettier": "^3.0.3",
48-
"tsdown": "^0.14.1",
48+
"tsdown": "^0.14.2",
4949
"typescript": "^5.9.2"
5050
}
5151
}

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.1"
1313
},
1414
"devDependencies": {
15-
"@types/react": "^19.1.10",
15+
"@types/react": "^19.1.11",
1616
"@types/react-dom": "^19.1.7",
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.1"
1313
},
1414
"devDependencies": {
15-
"@types/react": "^19.1.10",
15+
"@types/react": "^19.1.11",
1616
"@types/react-dom": "^19.1.7",
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.1"
1313
},
1414
"devDependencies": {
15-
"@types/react": "^19.1.10",
15+
"@types/react": "^19.1.11",
1616
"@types/react-dom": "^19.1.7",
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.1"
1515
},
1616
"devDependencies": {
17-
"@types/react": "^19.1.10",
17+
"@types/react": "^19.1.11",
1818
"@types/react-dom": "^19.1.7",
1919
"@vitejs/plugin-react-swc": "../../dist",
2020
"@swc/plugin-emotion": "^11.0.2"

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.1"
1515
},
1616
"devDependencies": {
17-
"@types/react": "^19.1.10",
17+
"@types/react": "^19.1.11",
1818
"@types/react-dom": "^19.1.7",
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.1"
1313
},
1414
"devDependencies": {
15-
"@types/react": "^19.1.10",
15+
"@types/react": "^19.1.11",
1616
"@types/react-dom": "^19.1.7",
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.10",
16+
"@types/react": "^19.1.11",
1717
"@types/react-dom": "^19.1.7",
1818
"@vitejs/plugin-react-swc": "../../dist"
1919
}

0 commit comments

Comments
 (0)