From b73d1218b9c9d2ed2ab985144eb84ab2c269aaee Mon Sep 17 00:00:00 2001 From: SamTV12345 <40429738+samtv12345@users.noreply.github.com> Date: Fri, 15 Mar 2024 21:43:47 +0100 Subject: [PATCH] Don't link non production dependencies. --- admin/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/admin/package.json b/admin/package.json index 5de6d44e0..f8be46340 100644 --- a/admin/package.json +++ b/admin/package.json @@ -10,6 +10,8 @@ "preview": "vite preview" }, "dependencies": { + }, + "devDependencies": { "@radix-ui/react-dialog": "^1.0.5", "@radix-ui/react-toast": "^1.1.5", "i18next": "^23.10.1", @@ -20,9 +22,7 @@ "react-hook-form": "^7.51.0", "react-i18next": "^14.1.0", "react-router-dom": "^6.22.3", - "zustand": "^4.5.2" - }, - "devDependencies": { + "zustand": "^4.5.2", "@types/react": "^18.2.56", "@types/react-dom": "^18.2.19", "@typescript-eslint/eslint-plugin": "^7.0.2",