mirror of
https://github.com/status-im/reagent.git
synced 2025-02-10 19:07:29 +00:00
Merge pull request #432 from 2knu/material-ui-example
Fix material-ui example for version 4.1.0-0
This commit is contained in:
commit
7632e94489
@ -3,7 +3,9 @@
|
|||||||
[org.clojure/clojurescript "1.10.516"]
|
[org.clojure/clojurescript "1.10.516"]
|
||||||
[reagent "0.8.1"]
|
[reagent "0.8.1"]
|
||||||
[figwheel "0.5.18"]
|
[figwheel "0.5.18"]
|
||||||
[cljsjs/material-ui "3.9.1-0"]
|
[cljsjs/react "16.8.3-0"]
|
||||||
|
[cljsjs/react-dom "16.8.3-0"]
|
||||||
|
[cljsjs/material-ui "4.1.0-0"]
|
||||||
[cljsjs/material-ui-icons "3.0.1-0"]]
|
[cljsjs/material-ui-icons "3.0.1-0"]]
|
||||||
|
|
||||||
:plugins [[lein-cljsbuild "1.1.7"]
|
:plugins [[lein-cljsbuild "1.1.7"]
|
||||||
@ -40,8 +42,8 @@
|
|||||||
:output-to "target/cljsbuild/client-npm/public/js/main.js"
|
:output-to "target/cljsbuild/client-npm/public/js/main.js"
|
||||||
:asset-path "js/out"
|
:asset-path "js/out"
|
||||||
:install-deps true
|
:install-deps true
|
||||||
:npm-deps {react "16.8.1"
|
:npm-deps {react "16.8.3"
|
||||||
react-dom "16.8.1"
|
react-dom "16.8.3"
|
||||||
"@material-ui/core" "3.1.1"
|
"@material-ui/core" "4.1.0"
|
||||||
"@material-ui/icons" "3.0.1"}
|
"@material-ui/icons" "3.0.1"}
|
||||||
:process-shim true}}}})
|
:process-shim true}}}})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user