From 355f879ea0a08a13c8d328173aa6db7440b7114a Mon Sep 17 00:00:00 2001 From: Juho Teperi Date: Wed, 26 Sep 2018 22:55:51 +0300 Subject: [PATCH] Update material-ui deps --- examples/material-ui/project.clj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/material-ui/project.clj b/examples/material-ui/project.clj index 15325f6..29efcdc 100644 --- a/examples/material-ui/project.clj +++ b/examples/material-ui/project.clj @@ -3,8 +3,8 @@ [org.clojure/clojurescript "1.10.339"] [reagent "0.8.1"] [figwheel "0.5.16"] - [cljsjs/material-ui "1.2.1-1"] - [cljsjs/material-ui-icons "1.1.0-1"]] + [cljsjs/material-ui "3.1.1-0"] + [cljsjs/material-ui-icons "3.0.1-0"]] :plugins [[lein-cljsbuild "1.1.7"] [lein-figwheel "0.5.16"]] @@ -43,6 +43,6 @@ :npm-deps {react "16.4.0" react-dom "16.4.0" create-react-class "15.6.3" - "@material-ui/core" "1.2.1" - "@material-ui/icons" "1.1.0"} + "@material-ui/core" "3.1.1" + "@material-ui/icons" "3.0.1"} :process-shim true}}}})