From 6b723c72791f087ab02212a41cdca6f1deac4dff Mon Sep 17 00:00:00 2001 From: Sebastian Wendel Date: Sun, 10 Mar 2024 03:15:29 +0100 Subject: [PATCH] switch vite-plugin-svgr from dev to main dependencies --- package.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e645472..621f176 100644 --- a/package.json +++ b/package.json @@ -34,17 +34,15 @@ "@fontsource-variable/martian-mono": "^5.0.12", "@tailwindcss/forms": "^0.5.7", "@tailwindcss/typography": "^0.5.10", - "@types/react": "^18.2.61", "@types/react-dom": "^18.2.19", + "@types/react": "^18.2.61", "astro": "^4.4.9", "lucide-react": "^0.344.0", "lucide-static": "^0.344.0", - "react": "^18.2.0", "react-dom": "^18.2.0", + "react": "^18.2.0", "tailwindcss": "^3.4.1", - "typescript": "^5.3.3" - }, - "devDependencies": { + "typescript": "^5.3.3", "vite-plugin-svgr": "^4.2.0" } } \ No newline at end of file