diff options
author | jbion <joffrey.bion@amadeus.com> | 2017-05-18 23:28:09 +0200 |
---|---|---|
committer | jbion <joffrey.bion@amadeus.com> | 2017-05-18 23:28:09 +0200 |
commit | 0fff889373c79db645a32156c54ea2d4d9ed0685 (patch) | |
tree | 622bf47ea6e690b26dfea86fb011f1e8375164a7 /frontend/package.json | |
parent | Add tests for board score computation (diff) | |
download | seven-wonders-0fff889373c79db645a32156c54ea2d4d9ed0685.tar.gz seven-wonders-0fff889373c79db645a32156c54ea2d4d9ed0685.tar.bz2 seven-wonders-0fff889373c79db645a32156c54ea2d4d9ed0685.zip |
Set versions of packages to latest
We always want to be up to date, we should only set back when there is a known issue, like with react router redux and react router, which forces us to stay with react router v3
Diffstat (limited to 'frontend/package.json')
-rw-r--r-- | frontend/package.json | 33 |
1 files changed, 17 insertions, 16 deletions
diff --git a/frontend/package.json b/frontend/package.json index da3260e8..49fe9cc6 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -3,26 +3,27 @@ "version": "0.1.0", "private": true, "devDependencies": { - "babel-polyfill": "^6.20.0", - "react-scripts": "0.8.5" + "babel-polyfill": "latest", + "react-scripts": "latest" }, "dependencies": { - "normalizr": "^3.1.0", - "react": "^15.4.2", - "react-dom": "^15.4.2", - "react-redux": "^5.0.2", + "normalizr": "latest", + "react": "latest", + "react-dom": "latest", + "react-redux": "latest", "react-router": "^3.0.2", - "react-router-redux": "^4.0.7", - "rebass": "^0.3.3", - "redux": "^3.6.0", - "redux-saga": "^0.14.3", - "redux-saga-router": "^2.0.0", - "redux-seamless-immutable": "^0.3.0", - "reflexbox": "^2.2.3", - "reselect": "^2.5.4", - "seamless-immutable": "^7.1.2", + "react-router-redux": "latest", + "react-toastify": "latest", + "rebass": "latest", + "redux": "latest", + "redux-saga": "latest", + "redux-saga-router": "latest", + "redux-seamless-immutable": "latest", + "reflexbox": "latest", + "reselect": "latest", + "seamless-immutable": "latest", "sockjs-client": "latest", - "webstomp-client": "^1.0.3" + "webstomp-client": "latest" }, "scripts": { "start": "react-scripts start", |