Skip to content

Commit

Permalink
misc: add mui as depencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Domino987 committed Feb 9, 2022
1 parent b368638 commit 9740499
Show file tree
Hide file tree
Showing 2 changed files with 116 additions and 100 deletions.
207 changes: 111 additions & 96 deletions package-lock.json

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

9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"react",
"material-ui",
"material",
"mui",
"datatable",
"table"
],
Expand All @@ -59,9 +60,6 @@
"@babel/plugin-transform-runtime": "^7.12.10",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",
"@mui/icons-material": ">=5.0.0",
"@mui/lab": ">=5.0.0-alpha.47",
"@mui/material": ">=5.0.0",
"@mui/styles": ">=5.0.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.0.0",
Expand Down Expand Up @@ -119,7 +117,10 @@
"prop-types": "^15.7.2",
"react-beautiful-dnd": "^13.0.0",
"react-double-scrollbar": "0.0.15",
"uuid": "^8.3.2"
"uuid": "^8.3.2",
"@mui/icons-material": ">=5.0.0",
"@mui/lab": ">=5.0.0",
"@mui/material": ">=5.0.0"
},
"peerDependencies": {
"react": ">=17.0.0",
Expand Down

0 comments on commit 9740499

Please sign in to comment.