diff --git a/examples/material-ui/project.clj b/examples/material-ui/project.clj index e28e815..f050451 100644 --- a/examples/material-ui/project.clj +++ b/examples/material-ui/project.clj @@ -3,8 +3,8 @@ [org.clojure/clojurescript "1.10.516"] [reagent "0.8.1"] [figwheel "0.5.18"] - [cljsjs/react "16.8.3-0"] - [cljsjs/react-dom "16.8.3-0"] + [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"]] @@ -42,8 +42,8 @@ :output-to "target/cljsbuild/client-npm/public/js/main.js" :asset-path "js/out" :install-deps true - :npm-deps {react "16.8.3" - react-dom "16.8.3" + :npm-deps {react "16.8.6" + react-dom "16.8.6" "@material-ui/core" "4.1.0" "@material-ui/icons" "3.0.1"} :process-shim true}}}}) diff --git a/package.json b/package.json index 0afdb60..3451920 100644 --- a/package.json +++ b/package.json @@ -3,8 +3,8 @@ "dependencies": { "@cljs-oss/module-deps": "1.1.1", "prop-types": "15.6.2", - "react": "16.8.1", - "react-dom": "16.8.1" + "react": "16.8.6", + "react-dom": "16.8.6" }, "devDependencies": { "gzip-size-cli": "3.0.0", diff --git a/project.clj b/project.clj index c9d4fea..2f69200 100644 --- a/project.clj +++ b/project.clj @@ -7,9 +7,9 @@ ;; If :npm-deps enabled, these are used only for externs. ;; Without direct react dependency, other packages, ;; like react-leaflet might have closer dependency to a other version. - [cljsjs/react "16.8.1-0"] - [cljsjs/react-dom "16.8.1-0"] - [cljsjs/react-dom-server "16.8.1-0"]] + [cljsjs/react "16.8.6-0"] + [cljsjs/react-dom "16.8.6-0"] + [cljsjs/react-dom-server "16.8.6-0"]] :plugins [[lein-cljsbuild "1.1.7"] [lein-doo "0.1.11"]