diff --git a/admin/package-lock.json b/admin/package-lock.json index b33c32667..e21c751c5 100644 --- a/admin/package-lock.json +++ b/admin/package-lock.json @@ -65,7 +65,7 @@ "@types/react-dom": "^17.0.25", "@types/react-router": "^5.1.20", "@types/react-router-dom": "^5.3.3", - "@vitejs/plugin-react-swc": "^3.7.1", + "@vitejs/plugin-react-swc": "^3.7.2", "chokidar-cli": "^3.0.0", "cspell": "^8.16.1", "dotenv-cli": "^7.4.4", @@ -7522,16 +7522,16 @@ "license": "ISC" }, "node_modules/@vitejs/plugin-react-swc": { - "version": "3.7.1", - "resolved": "https://registry.npmjs.org/@vitejs/plugin-react-swc/-/plugin-react-swc-3.7.1.tgz", - "integrity": "sha512-vgWOY0i1EROUK0Ctg1hwhtC3SdcDjZcdit4Ups4aPkDcB1jYhmo+RMYWY87cmXMhvtD5uf8lV89j2w16vkdSVg==", + "version": "3.7.2", + "resolved": "https://registry.npmjs.org/@vitejs/plugin-react-swc/-/plugin-react-swc-3.7.2.tgz", + "integrity": "sha512-y0byko2b2tSVVf5Gpng1eEhX1OvPC7x8yns1Fx8jDzlJp4LS6CMkCPfLw47cjyoMrshQDoQw4qcgjsU9VvlCew==", "dev": true, "license": "MIT", "dependencies": { "@swc/core": "^1.7.26" }, "peerDependencies": { - "vite": "^4 || ^5" + "vite": "^4 || ^5 || ^6" } }, "node_modules/@whatwg-node/fetch": { diff --git a/admin/package.json b/admin/package.json index 7eb11849b..ef07a800e 100644 --- a/admin/package.json +++ b/admin/package.json @@ -83,7 +83,7 @@ "@types/react-dom": "^17.0.25", "@types/react-router": "^5.1.20", "@types/react-router-dom": "^5.3.3", - "@vitejs/plugin-react-swc": "^3.7.1", + "@vitejs/plugin-react-swc": "^3.7.2", "chokidar-cli": "^3.0.0", "cspell": "^8.16.1", "dotenv-cli": "^7.4.4",