Merge pull request #2281 from Athou/renovate/vitejs-plugin-react-6.x

Update dependency @vitejs/plugin-react to v6.1.0
This commit is contained in:
Jérémie Panzer
2026-08-23 08:45:02 +02:00
committed by GitHub
2 changed files with 9 additions and 5 deletions

View File

@@ -61,7 +61,7 @@
"@types/react-infinite-scroller": "1.2.5", "@types/react-infinite-scroller": "1.2.5",
"@types/throttle-debounce": "5.0.2", "@types/throttle-debounce": "5.0.2",
"@types/tinycon": "0.6.7", "@types/tinycon": "0.6.7",
"@vitejs/plugin-react": "6.0.5", "@vitejs/plugin-react": "6.1.0",
"babel-plugin-react-compiler": "1.0.0", "babel-plugin-react-compiler": "1.0.0",
"jsdom": "30.0.1", "jsdom": "30.0.1",
"typescript": "7.0.2", "typescript": "7.0.2",
@@ -2631,9 +2631,9 @@
} }
}, },
"node_modules/@vitejs/plugin-react": { "node_modules/@vitejs/plugin-react": {
"version": "6.0.5", "version": "6.1.0",
"resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-6.0.5.tgz", "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-6.1.0.tgz",
"integrity": "sha512-BOVzne/NL162sMdResB25mUv+vWMF5NoAjNf09TeGlE7ZpszZWSD3winycicLJw72yeVsoCn/2kOhEuCvEShMA==", "integrity": "sha512-qd2BzUBehkov86WFhg0JkEFEYyCLG9uPCe6qWTY/kRlss9OvJrOF2UbIWT7p+8IzZHkEu0DNGHc4HSv+JdDLsw==",
"dev": true, "dev": true,
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
@@ -2645,6 +2645,7 @@
"peerDependencies": { "peerDependencies": {
"@rolldown/plugin-babel": "^0.1.7 || ^0.2.0", "@rolldown/plugin-babel": "^0.1.7 || ^0.2.0",
"babel-plugin-react-compiler": "^1.0.0", "babel-plugin-react-compiler": "^1.0.0",
"oxc-transform-react": "^0.145.0",
"vite": "^8.0.0" "vite": "^8.0.0"
}, },
"peerDependenciesMeta": { "peerDependenciesMeta": {
@@ -2653,6 +2654,9 @@
}, },
"babel-plugin-react-compiler": { "babel-plugin-react-compiler": {
"optional": true "optional": true
},
"oxc-transform-react": {
"optional": true
} }
} }
}, },

View File

@@ -68,7 +68,7 @@
"@types/react-infinite-scroller": "1.2.5", "@types/react-infinite-scroller": "1.2.5",
"@types/throttle-debounce": "5.0.2", "@types/throttle-debounce": "5.0.2",
"@types/tinycon": "0.6.7", "@types/tinycon": "0.6.7",
"@vitejs/plugin-react": "6.0.5", "@vitejs/plugin-react": "6.1.0",
"babel-plugin-react-compiler": "1.0.0", "babel-plugin-react-compiler": "1.0.0",
"jsdom": "30.0.1", "jsdom": "30.0.1",
"typescript": "7.0.2", "typescript": "7.0.2",