mirror of https://github.com/status-im/reagent.git
Update React.js
This commit is contained in:
parent
bd836cff85
commit
3fc06d4b60
|
@ -4,8 +4,8 @@
|
|||
"@cljs-oss/module-deps": "1.1.1",
|
||||
"create-react-class": "15.6.3",
|
||||
"prop-types": "15.6.2",
|
||||
"react": "16.4.1",
|
||||
"react-dom": "16.4.1"
|
||||
"react": "16.6.0",
|
||||
"react-dom": "16.6.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"gzip-size-cli": "^2.1.0",
|
||||
|
|
|
@ -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.4.1-0"]
|
||||
[cljsjs/react-dom "16.4.1-0"]
|
||||
[cljsjs/react-dom-server "16.4.1-0"]
|
||||
[cljsjs/react "16.6.0-0"]
|
||||
[cljsjs/react-dom "16.6.0-0"]
|
||||
[cljsjs/react-dom-server "16.6.0-0"]
|
||||
[cljsjs/create-react-class "15.6.3-1"]]
|
||||
|
||||
:plugins [[lein-cljsbuild "1.1.7"]
|
||||
|
|
Loading…
Reference in New Issue