diff --git a/apps/dashboard/package.json b/apps/dashboard/package.json index c5fdcdae..c9c8e52d 100644 --- a/apps/dashboard/package.json +++ b/apps/dashboard/package.json @@ -52,7 +52,7 @@ "@tsconfig/vite-react": "^8.1.1", "@types/react": "^19.2.18", "@types/react-dom": "^19.2.5", - "@vitejs/plugin-react": "^6.0.5", + "@vitejs/plugin-react": "^6.1.1", "jsdom": "^30.0.1", "vite": "^8.2.2", "web-vitals": "^6.1.1" diff --git a/package-lock.json b/package-lock.json index 8a35ceee..4ca8a796 100644 --- a/package-lock.json +++ b/package-lock.json @@ -124,7 +124,7 @@ "@tsconfig/vite-react": "^8.1.1", "@types/react": "^19.2.18", "@types/react-dom": "^19.2.5", - "@vitejs/plugin-react": "^6.0.5", + "@vitejs/plugin-react": "^6.1.1", "jsdom": "^30.0.1", "vite": "^8.2.2", "web-vitals": "^6.1.1" @@ -184,9 +184,9 @@ } }, "apps/dashboard/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.1", + "resolved": "https://registry.npmjs.org/@vitejs/plugin-react/-/plugin-react-6.1.1.tgz", + "integrity": "sha512-yxLaQV9gkhS8ezJqCM6+ndU7mDY6gqAg75NQ+0IjwEI8IYOmQCgkRwHKVSfWXW076DsqMo0Dk+0FK1U+M5RgFw==", "dev": true, "license": "MIT", "dependencies": { @@ -198,6 +198,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": { @@ -206,6 +207,9 @@ }, "babel-plugin-react-compiler": { "optional": true + }, + "oxc-transform-react": { + "optional": true } } },