Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
Rolled back changes to client package.json (#9268)
Browse files Browse the repository at this point in the history
vite was not installing properly after changes, causing client build to fail.
  • Loading branch information
barankyle authored Nov 13, 2023
1 parent 8a98aeb commit 0e5ed6e
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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"
},
Expand Down

0 comments on commit 0e5ed6e

Please sign in to comment.