Update material-ui example deps

This commit is contained in:
Juho Teperi 2019-09-12 10:39:07 +03:00
parent bdc3fc063c
commit bb8bcc414e
1 changed files with 9 additions and 9 deletions

View File

@ -1,15 +1,15 @@
(defproject material-ui-reagent "0.6.0"
:dependencies [[org.clojure/clojure "1.10.0"]
[org.clojure/clojurescript "1.10.516"]
[reagent "0.8.1"]
[figwheel "0.5.18"]
[cljsjs/react "16.8.6-0"]
[cljsjs/react-dom "16.8.6-0"]
[cljsjs/material-ui "4.1.0-0"]
[cljsjs/material-ui-icons "3.0.1-0"]]
:dependencies [[org.clojure/clojure "1.10.1"]
[org.clojure/clojurescript "1.10.520"]
[reagent "0.9.0-rc1"]
[figwheel "0.5.19"]
[cljsjs/react "16.9.0-0"]
[cljsjs/react-dom "16.9.0-0"]
[cljsjs/material-ui "4.4.1-0"]
[cljsjs/material-ui-icons "4.4.1-0"]]
:plugins [[lein-cljsbuild "1.1.7"]
[lein-figwheel "0.5.18"]]
[lein-figwheel "0.5.19"]]
:figwheel {:repl false
:http-server-root "public"}