Update react

This commit is contained in:
Juho Teperi 2019-06-14 12:49:09 +03:00
parent 8066b09f4f
commit f1fe60d7eb
3 changed files with 9 additions and 9 deletions

View File

@ -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}}}})

View File

@ -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",

View File

@ -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"]