summaryrefslogtreecommitdiff
path: root/frontend/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/package.json')
-rw-r--r--frontend/package.json9
1 files changed, 4 insertions, 5 deletions
diff --git a/frontend/package.json b/frontend/package.json
index 37bf4ce5..18738414 100644
--- a/frontend/package.json
+++ b/frontend/package.json
@@ -11,18 +11,17 @@
"react-scripts": "^1.1.4"
},
"dependencies": {
- "@blueprintjs/core": "^1.24.0",
+ "@blueprintjs/core": "^2.3.1",
"history": "^4.6.3",
"immutable": "^3.8.1",
"normalizr": "^3.2.3",
- "react": "^15.6.1",
- "react-addons-css-transition-group": "^15.0.1",
- "react-dom": "^15.6.1",
+ "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-redux": "^5.0.0-alpha.9",
- "rebass": "^0.3.3",
+ "react-transition-group": "^2.3.1",
"redux": "^4.0.0",
"redux-immutable": "^4.0.0",
"redux-saga": "^0.16.0",
bgstack15