Skip to content

Commit

Permalink
Merge pull request #11 from AmpersandHQ/update/react-16
Browse files Browse the repository at this point in the history
Update react, react-dom and react-test-renderer to `^16.1.0`
  • Loading branch information
William Gough authored Nov 10, 2017
2 parents 0ffeead + ce90d36 commit 47018e9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ampersandhq/magepack-sdk",
"version": "2.0.0",
"version": "3.0.0",
"description": "npm dependencies for magepack",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -36,18 +36,18 @@
"np": "^2.16.0",
"npm-install-webpack-plugin": "^4.0.0",
"prettier": "^1.3.1",
"prop-types": "15.5.10",
"prop-types": "^15.6.0",
"qs": "6.5.0",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react": "^16.1.0",
"react-dom": "^16.1.0",
"react-hot-loader": "^3.0.0-beta.7",
"react-redux": "latest",
"react-router-component": "latest",
"react-test-renderer": "^15.5.4",
"react-redux": "^5.0.6",
"react-router-component": "^0.39.0",
"react-test-renderer": "^16.1.0",
"redux": "^3.5.2",
"redux-thunk": "latest",
"webpack": "^3.4.1",
"webpack-dashboard": "0.3.0",
"webpack-dashboard": "1.0.2",
"webpack-dev-server": "^2.4.5"
}
}

0 comments on commit 47018e9

Please sign in to comment.