summaryrefslogtreecommitdiff
path: root/frontend/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/package.json')
-rw-r--r--frontend/package.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/frontend/package.json b/frontend/package.json
index 18738414..c161fbf8 100644
--- a/frontend/package.json
+++ b/frontend/package.json
@@ -4,22 +4,22 @@
"private": true,
"devDependencies": {
"babel-polyfill": "^6.26.0",
- "cross-env": "^5.1.4",
- "flow-bin": "^0.71.0",
+ "cross-env": "^5.1.6",
+ "flow-bin": "^0.74.0",
"flow-typed": "^2.4.0",
"prettier-eslint-cli": "^4.7.1",
"react-scripts": "^1.1.4"
},
"dependencies": {
"@blueprintjs/core": "^2.3.1",
- "history": "^4.6.3",
+ "history": "^4.7.2",
"immutable": "^3.8.1",
"normalizr": "^3.2.3",
"react": "^16.4.0",
"react-dom": "^16.4.0",
"react-redux": "^5.0.7",
"react-redux-toastr": "^7.2.3",
- "react-router-dom": "^4.2.2",
+ "react-router-dom": "^4.3.1",
"react-router-redux": "^5.0.0-alpha.9",
"react-transition-group": "^2.3.1",
"redux": "^4.0.0",
bgstack15