Skip to content

Commit

Permalink
Update to Material UI v5.0.0-alpha.20
Browse files Browse the repository at this point in the history
  • Loading branch information
arttuka committed Dec 28, 2020
1 parent 4fbf5db commit d064df8
Show file tree
Hide file tree
Showing 9 changed files with 226 additions and 278 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.18",
"@material-ui/lab" "5.0.0-alpha.18",
"@emotion/react" "^11.1.2",
{"@material-ui/core" "5.0.0-alpha.20",
"@material-ui/lab" "5.0.0-alpha.20",
"@emotion/react" "^11.1.4",
"@emotion/styled" "^11.0.0"},
:foreign-libs
[{:file "material-ui/material-ui.inc.js",
Expand Down
152 changes: 76 additions & 76 deletions example/package-lock.json

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

8 changes: 4 additions & 4 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"dependencies": {
"@emotion/react": "^11.1.2",
"@emotion/styled": "^11.0.0",
"@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",
"@material-ui/core": "5.0.0-alpha.20",
"@material-ui/lab": "5.0.0-alpha.20",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-transition-group": "^4.4.1",
"shadow-cljs": "^2.11.8"
},
Expand Down
2 changes: 1 addition & 1 deletion example/project.clj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(defproject reagent-material-ui-example "1.0.0"
:dependencies [[org.clojure/clojure "1.10.1"]
[org.clojure/clojurescript "1.10.773"]
[arttuka/reagent-material-ui "5.0.0-alpha.18-0"]]
[arttuka/reagent-material-ui "5.0.0-alpha.20-0"]]
:source-paths ["src"]
:profiles {:dev {:dependencies [[com.bhauman/figwheel-main "0.2.11" :exclusions [org.clojure/clojurescript]]]
:resource-paths ["target"]}}
Expand Down
4 changes: 2 additions & 2 deletions example/shadow-cljs.edn
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{:dependencies [[reagent "0.10.0"]
[arttuka/reagent-material-ui "5.0.0-alpha.18-0"]]
{:dependencies [[reagent "1.0.0"]
[arttuka/reagent-material-ui "5.0.0-alpha.20-0"]]
:source-paths ["src"]
:builds {:dev {:target :browser
:output-dir "resources/public/js"
Expand Down
Loading

0 comments on commit d064df8

Please sign in to comment.