Skip to content

Commit

Permalink
fix: move @mui/styles and @mui/icons-material to devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards1211 committed May 13, 2022
1 parent 44237c7 commit b60352c
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 23 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,8 @@
"@jedwards1211/eslint-config": "^2.0.2",
"@jedwards1211/eslint-config-flow": "^3.0.0",
"@jedwards1211/eslint-config-react": "^4.0.0",
"@mui/icons-material": "^5.0.0",
"@mui/styles": "^5.0.0",
"@mui/types": "^7.1.3",
"@testing-library/react": "^13.2.0",
"@types/classnames": "^2.2.9",
Expand Down Expand Up @@ -180,9 +182,7 @@
},
"dependencies": {
"@babel/runtime": "^7.12.5",
"@mui/icons-material": "^5.0.0",
"@mui/material": "^5.0.0",
"@mui/styles": "^5.0.0",
"classnames": "^2.2.6",
"prop-types": "^15.7.2"
},
Expand Down
39 changes: 18 additions & 21 deletions pnpm-lock.yaml

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

0 comments on commit b60352c

Please sign in to comment.