From 7dcf2b9baf9e9601f4d66b293a835d8041647eb6 Mon Sep 17 00:00:00 2001 From: Kyle Baran Date: Fri, 10 Nov 2023 17:43:29 -0800 Subject: [PATCH] Rolled back changes to client package.json vite was not installing properly after changes, causing client build to fail. --- packages/client/package.json | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/packages/client/package.json b/packages/client/package.json index aaedef610ed..51008e2cfde 100755 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -41,6 +41,7 @@ "@hookstate/core": "4.0.0-rc21", "@mui/icons-material": "5.11.11", "@mui/material": "5.11.13", + "@originjs/vite-plugin-commonjs": "^1.0.3", "@swc/core": "1.3.41", "app-root-path": "3.1.0", "classnames": "2.3.2", @@ -63,16 +64,7 @@ "react-full-screen": "1.1.1", "react-i18next": "11.16.6", "react-json-tree": "^0.18.0", - "react-router-dom": "6.9.0" - }, - "devDependencies": { - "autoprefixer": "^10.4.14", - "@originjs/vite-plugin-commonjs": "^1.0.3", - "@vitejs/plugin-basic-ssl": "^1.0.1", - "cross-env": "7.0.3", - "@types/node": "18.15.5", - "@types/react": "18.0.28", - "@types/react-dom": "18.0.11", + "react-router-dom": "6.9.0", "sass": "1.59.3", "tailwind-merge": "^1.13.2", "tailwindcss": "^3.3.2", @@ -84,12 +76,20 @@ "vite-plugin-optimize-persist": "^0.1.2", "vite-plugin-package-config": "0.1.1", "vite-plugin-pwa": "^0.14.7", - "vite-plugin-svgr": "^4.1.0", - "postcss": "^8.4.23", - "daisyui": "^3.1.9", + "vite-plugin-svgr": "^4.1.0" + }, + "devDependencies": { + "@types/node": "18.15.5", + "@types/react": "18.0.28", + "@types/react-dom": "18.0.11", + "@vitejs/plugin-basic-ssl": "^1.0.1", + "autoprefixer": "^10.4.14", "cli": "1.0.1", "config": "3.3.9", + "cross-env": "7.0.3", + "daisyui": "^3.1.9", "node-fetch": "2.6.9", + "postcss": "^8.4.23", "trace-unhandled": "2.0.1", "workbox-core": "^6.5.4" },