Update React

This commit is contained in:
Juho Teperi 2018-06-17 20:50:10 +03:00
parent 2dc1b1459e
commit 168dcd2014
3 changed files with 11 additions and 11 deletions

12
package-lock.json generated
View File

@ -4020,9 +4020,9 @@
}
},
"react": {
"version": "16.3.2",
"resolved": "https://registry.npmjs.org/react/-/react-16.3.2.tgz",
"integrity": "sha512-o5GPdkhciQ3cEph6qgvYB7LTOHw/GB0qRI6ZFNugj49qJCFfgHwVNjZ5u+b7nif4vOeMIOuYj3CeYe2IBD74lg==",
"version": "16.4.0",
"resolved": "https://registry.npmjs.org/react/-/react-16.4.0.tgz",
"integrity": "sha512-K0UrkLXSAekf5nJu89obKUM7o2vc6MMN9LYoKnCa+c+8MJRAT120xzPLENcWSRc7GYKIg0LlgJRDorrufdglQQ==",
"requires": {
"fbjs": "0.8.16",
"loose-envify": "1.3.1",
@ -4031,9 +4031,9 @@
}
},
"react-dom": {
"version": "16.3.2",
"resolved": "https://registry.npmjs.org/react-dom/-/react-dom-16.3.2.tgz",
"integrity": "sha512-MMPko3zYncNrz/7gG17wJWUREZDvskZHXOwbttzl0F0L3wDmToyuETuo/r8Y5yvDejwYcRyWI1lvVBjLJWFwKA==",
"version": "16.4.0",
"resolved": "https://registry.npmjs.org/react-dom/-/react-dom-16.4.0.tgz",
"integrity": "sha512-bbLd+HYpBEnYoNyxDe9XpSG2t9wypMohwQPvKw8Hov3nF7SJiJIgK56b46zHpBUpHb06a1iEuw7G3rbrsnNL6w==",
"requires": {
"fbjs": "0.8.16",
"loose-envify": "1.3.1",

View File

@ -4,8 +4,8 @@
"@cljs-oss/module-deps": "1.1.1",
"create-react-class": "15.6.3",
"prop-types": "15.6.1",
"react": "16.3.2",
"react-dom": "16.3.2"
"react": "16.4.0",
"react-dom": "16.4.0"
},
"devDependencies": {
"gzip-size-cli": "^2.1.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.3.2-0"]
[cljsjs/react-dom "16.3.2-0"]
[cljsjs/react-dom-server "16.3.2-0"]
[cljsjs/react "16.4.0-0"]
[cljsjs/react-dom "16.4.0-0"]
[cljsjs/react-dom-server "16.4.0-0"]
[cljsjs/create-react-class "15.6.3-0"]]
:plugins [[lein-cljsbuild "1.1.7"]