Update react version in package.json to match project.clj

This commit is contained in:
Dan Holmsand 2016-04-29 09:24:36 +02:00
parent 324400d9e2
commit 635e7c6e2a
1 changed files with 2 additions and 2 deletions

View File

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