Skip to content

Commit

Permalink
Update react to 16.4
Browse files Browse the repository at this point in the history
  • Loading branch information
JeSuis authored May 24, 2018
1 parent fcb2259 commit 4b45ac5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
"mocha": "^3.0.1",
"node-sass": "^4.7.2",
"phantomjs-polyfill-object-assign": "0.0.2",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react": "^16.4.0",
"react-dom": "^16.4.0",
"sass-loader": "^4.0.0",
"semver": "^5.3.0",
"source-map-loader": "^0.1.5",
Expand All @@ -66,7 +66,7 @@
"webpack-node-externals": "^1.3.3"
},
"peerDependencies": {
"react": "^16.2.0",
"react-dom": "^16.2.0"
"react": "^16.4.0",
"react-dom": "^16.4.0"
}
}

0 comments on commit 4b45ac5

Please sign in to comment.