diff --git a/package-lock.json b/package-lock.json index 76619d9..2628d35 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17,7 +17,7 @@ "@release-it/conventional-changelog": "^11.0.0", "@testing-library/react": "^16.3.0", "@types/react": "^18.0.0", - "@vitejs/plugin-react": "^5.0.2", + "@vitejs/plugin-react": "^6.0.3", "@vitest/browser": "^4.1.8", "@vitest/browser-playwright": "^4.1.8", "del-cli": "^7.0.0", @@ -3369,9 +3369,9 @@ } }, "node_modules/@rolldown/pluginutils": { - "version": "1.0.0-beta.34", - "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.0-beta.34.tgz", - "integrity": "sha512-LyAREkZHP5pMom7c24meKmJCdhf2hEyvam2q0unr3or9ydwDL+DJ8chTF6Av/RFPb3rH8UFBdMzO5MxTZW97oA==", + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@rolldown/pluginutils/-/pluginutils-1.0.1.tgz", + "integrity": "sha512-2j9bGt5Jh8hj+vPtgzPtl72j0yRxHAyumoo6TNfAjsLB04UtpSvPbPcDcBMxz7n+9CYB0c1GxQFxYRg2jimqGw==", "dev": true, "license": "MIT" }, @@ -4890,24 +4890,29 @@ "license": "ISC" }, "node_modules/@vitejs/plugin-react": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-5.0.2.tgz", - "integrity": "sha512-tmyFgixPZCx2+e6VO9TNITWcCQl8+Nl/E8YbAyPVv85QCc7/A3JrdfG2A8gIzvVhWuzMOVrFW1aReaNxrI6tbw==", + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-6.0.3.tgz", + "integrity": "sha512-vmFvco5/QuC2f9Oj+wTk0+9XeDFkHxSamwZKYc7MxYwKICfvUvlMhqKI0VuICPltGqh1neqBKDvO4kes1ya8vg==", "dev": true, "license": "MIT", "dependencies": { - "@babel/core": "^7.28.3", - "@babel/plugin-transform-react-jsx-self": "^7.27.1", - "@babel/plugin-transform-react-jsx-source": "^7.27.1", - "@rolldown/pluginutils": "1.0.0-beta.34", - "@types/babel__core": "^7.20.5", - "react-refresh": "^0.17.0" + "@rolldown/pluginutils": "^1.0.1" }, "engines": { "node": "^20.19.0 || >=22.12.0" }, "peerDependencies": { - "vite": "^4.2.0 || ^5.0.0 || ^6.0.0 || ^7.0.0" + "@rolldown/plugin-babel": "^0.1.7 || ^0.2.0", + "babel-plugin-react-compiler": "^1.0.0", + "vite": "^8.0.0" + }, + "peerDependenciesMeta": { + "@rolldown/plugin-babel": { + "optional": true + }, + "babel-plugin-react-compiler": { + "optional": true + } } }, "node_modules/@vitejs/plugin-react-swc": { diff --git a/package.json b/package.json index 880c8e2..e988560 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@release-it/conventional-changelog": "^11.0.0", "@testing-library/react": "^16.3.0", "@types/react": "^18.0.0", - "@vitejs/plugin-react": "^5.0.2", + "@vitejs/plugin-react": "^6.0.3", "@vitest/browser": "^4.1.8", "@vitest/browser-playwright": "^4.1.8", "del-cli": "^7.0.0",