Skip to content

Commit

Permalink
Update to Material UI 5.0.0-alpha.18
Browse files Browse the repository at this point in the history
  • Loading branch information
arttuka committed Dec 12, 2020
1 parent 3dc753a commit f915398
Show file tree
Hide file tree
Showing 5 changed files with 316 additions and 266 deletions.
6 changes: 3 additions & 3 deletions deps.cljs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{:npm-deps
{"@material-ui/core" "5.0.0-alpha.17",
"@material-ui/lab" "5.0.0-alpha.17",
"@emotion/react" "^11.0.0",
{"@material-ui/core" "5.0.0-alpha.18",
"@material-ui/lab" "5.0.0-alpha.18",
"@emotion/react" "^11.1.2",
"@emotion/styled" "^11.0.0"},
:foreign-libs
[{:file "material-ui/material-ui.inc.js",
Expand Down
102 changes: 51 additions & 51 deletions example/package-lock.json

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

6 changes: 3 additions & 3 deletions example/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"dependencies": {
"@emotion/react": "^11.0.0",
"@emotion/react": "^11.1.2",
"@emotion/styled": "^11.0.0",
"@material-ui/core": "5.0.0-alpha.17",
"@material-ui/lab": "5.0.0-alpha.17",
"@material-ui/core": "5.0.0-alpha.18",
"@material-ui/lab": "5.0.0-alpha.18",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-transition-group": "^4.4.1",
Expand Down
Loading

0 comments on commit f915398

Please sign in to comment.