Update dependency @vitejs/plugin-react to v6.1.0

This commit is contained in:
renovate[bot]
2026-08-23 05:07:19 +00:00
committed by GitHub
parent e238e829ad
commit bd5a9c382d
2 changed files with 9 additions and 5 deletions

View File

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

View File

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