Skip to content

Commit

Permalink
Remove duplicate dev and prod dependencies. Move react deps to prod d…
Browse files Browse the repository at this point in the history
…ependency list.
  • Loading branch information
jkotanchik-SB committed Nov 14, 2023
1 parent 1d93af4 commit c60d6a0
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 35 deletions.
39 changes: 11 additions & 28 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 6 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@
"@madie/madie-components": "^0.0.3",
"@madie/madie-editor": "^0.0.1",
"@madie/madie-root": "^0.0.2",
"@mui/lab": "^5.0.0-alpha.73",
"@mui/material": "^5.2.6",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
"@testing-library/user-event": "^13.5.0",
Expand Down Expand Up @@ -78,10 +76,6 @@
"postcss-preset-env": "^7.2.0",
"prettier": "^2.6.2",
"pretty-quick": "^3.1.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router": "^5.3.4",
"react-router-dom": "^5.3.4",
"style-loader": "^3.3.1",
"styled-components": "^5.3.1",
"tailwindcss": "^2.2.9",
Expand All @@ -108,7 +102,8 @@
"@madie/madie-models": "^1.3.33",
"@material-ui/core": "^4.12.4",
"@mui/icons-material": "^5.5.1",
"@mui/material": "^5.2.5",
"@mui/lab": "^5.0.0-alpha.73",
"@mui/material": "^5.2.6",
"@mui/styles": "^5.5.1",
"@tailwindcss/forms": "^0.3.4",
"axios": "^1.6.0",
Expand All @@ -120,6 +115,10 @@
"lodash": "^4.17.21",
"node-polyfill-webpack-plugin": "^1.1.4",
"query-string": "^7.1.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router": "^5.3.4",
"react-router-dom": "^5.3.4",
"react-select": "^5.4.0",
"sass": "^1.51.0",
"sass-loader": "^12.6.0",
Expand Down

0 comments on commit c60d6a0

Please sign in to comment.