diff --git a/package-lock.json b/package-lock.json index 5116bb2..bfe171d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26,7 +26,7 @@ "@biomejs/biome": "1.9.4", "@fullhuman/postcss-purgecss": "7.0.2", "@tailwindcss/typography": "0.5.15", - "@vitejs/plugin-react-swc": "3.7.1", + "@vitejs/plugin-react-swc": "3.7.2", "autoprefixer": "10.4.20", "concurrently": "9.1.0", "cssnano": "7.0.6", @@ -3450,16 +3450,16 @@ "license": "MIT" }, "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/@webassemblyjs/ast": { diff --git a/package.json b/package.json index 371957d..1199718 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "@biomejs/biome": "1.9.4", "@fullhuman/postcss-purgecss": "7.0.2", "@tailwindcss/typography": "0.5.15", - "@vitejs/plugin-react-swc": "3.7.1", + "@vitejs/plugin-react-swc": "3.7.2", "autoprefixer": "10.4.20", "concurrently": "9.1.0", "cssnano": "7.0.6",