diff --git a/package-lock.json b/package-lock.json index d5acd74..c310cb5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18,7 +18,7 @@ "@types/react-dom": "18.3.0", "@typescript-eslint/eslint-plugin": "7.11.0", "@typescript-eslint/parser": "7.10.0", - "@vitejs/plugin-react-swc": "3.6.0", + "@vitejs/plugin-react-swc": "3.7.0", "eslint": "8.57.0", "eslint-plugin-react": "^7.34.1", "eslint-plugin-react-hooks": "4.6.2", @@ -2245,12 +2245,12 @@ "dev": true }, "node_modules/@vitejs/plugin-react-swc": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/@vitejs/plugin-react-swc/-/plugin-react-swc-3.6.0.tgz", - "integrity": "sha512-XFRbsGgpGxGzEV5i5+vRiro1bwcIaZDIdBRP16qwm+jP68ue/S8FJTBEgOeojtVDYrbSua3XFp71kC8VJE6v+g==", + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/@vitejs/plugin-react-swc/-/plugin-react-swc-3.7.0.tgz", + "integrity": "sha512-yrknSb3Dci6svCd/qhHqhFPDSw0QtjumcqdKMoNNzmOl5lMXTTiqzjWtG4Qask2HdvvzaNgSunbQGet8/GrKdA==", "dev": true, "dependencies": { - "@swc/core": "^1.3.107" + "@swc/core": "^1.5.7" }, "peerDependencies": { "vite": "^4 || ^5" diff --git a/package.json b/package.json index 279f77c..34edb19 100644 --- a/package.json +++ b/package.json @@ -29,7 +29,7 @@ "@types/react-dom": "18.3.0", "@typescript-eslint/eslint-plugin": "7.11.0", "@typescript-eslint/parser": "7.10.0", - "@vitejs/plugin-react-swc": "3.6.0", + "@vitejs/plugin-react-swc": "3.7.0", "eslint": "8.57.0", "eslint-plugin-react": "^7.34.1", "eslint-plugin-react-hooks": "4.6.2",