Upgraded React to v15.2.1

This commit is contained in:
Rohit Aggarwal 2016-07-13 13:24:37 +01:00
parent d00bca01f8
commit b6b0a928f3
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
{ {
"dependencies": { "dependencies": {
"react": "^15.1.0", "react": "^15.2.1",
"react-dom": "^15.1.0" "react-dom": "^15.2.1"
}, },
"scripts": { "scripts": {
"bundle": "webpack && NODE_ENV=production webpack -p" "bundle": "webpack && NODE_ENV=production webpack -p"

View File

@ -5,8 +5,8 @@
:dependencies [[org.clojure/clojure "1.8.0"] :dependencies [[org.clojure/clojure "1.8.0"]
[org.clojure/clojurescript "1.8.51"] [org.clojure/clojurescript "1.8.51"]
[cljsjs/react-dom "15.2.0-0"] [cljsjs/react-dom "15.2.1-0"]
[cljsjs/react-dom-server "15.2.0-0"]] [cljsjs/react-dom-server "15.2.1-0"]]
:plugins [[lein-cljsbuild "1.1.3"] :plugins [[lein-cljsbuild "1.1.3"]
[codox "0.9.0"]] [codox "0.9.0"]]