diff --git a/package.json b/package.json index 73f2cf2..14affa1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "dependencies": { - "react": "^15.1.0", - "react-dom": "^15.1.0" + "react": "^15.2.1", + "react-dom": "^15.2.1" }, "scripts": { "bundle": "webpack && NODE_ENV=production webpack -p" diff --git a/project.clj b/project.clj index 55f93d0..897e232 100644 --- a/project.clj +++ b/project.clj @@ -5,8 +5,8 @@ :dependencies [[org.clojure/clojure "1.8.0"] [org.clojure/clojurescript "1.8.51"] - [cljsjs/react-dom "15.2.0-0"] - [cljsjs/react-dom-server "15.2.0-0"]] + [cljsjs/react-dom "15.2.1-0"] + [cljsjs/react-dom-server "15.2.1-0"]] :plugins [[lein-cljsbuild "1.1.3"] [codox "0.9.0"]]