Skip to content

Commit

Permalink
chore: add styles and lab to package json
Browse files Browse the repository at this point in the history
  • Loading branch information
Domino987 committed Jul 8, 2021
1 parent 5c47957 commit f4fb070
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",
"@material-ui/core": "^5.0.0-beta.0",
"@material-ui/lab": "^5.0.0-alpha.39",
"@material-ui/styles": "^5.0.0-beta.0",
"@types/jest": "^26.0.20",
"@webpack-cli/serve": "^1.2.1",
"@wojtekmaj/enzyme-adapter-react-17": "^0.4.1",
Expand Down Expand Up @@ -104,10 +106,8 @@
"@date-io/core": "^1.3.13",
"@date-io/date-fns": "^1.3.13",
"@emotion/core": "^11.0.0",
"@emotion/react": "^11.0.0",
"@emotion/styled": "^11.0.0",
"@material-ui/lab": "^5.0.0-alpha.39",
"@material-ui/styles": "^5.0.0-beta.0",
"@emotion/react": "^11.4.0",
"@emotion/styled": "^11.3.0",
"classnames": "^2.2.6",
"date-fns": "^2.16.1",
"debounce": "^1.2.0",
Expand All @@ -117,7 +117,7 @@
"react-double-scrollbar": "0.0.15"
},
"peerDependencies": {
"react": ">=16.8.0",
"react-dom": ">=16.8.0"
"react": ">=17.0.0",
"react-dom": ">=17.0.0"
}
}

0 comments on commit f4fb070

Please sign in to comment.