summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorGeorgios Andreadis <g.andreadis@student.tudelft.nl>2017-08-11 14:48:42 +0300
committerGeorgios Andreadis <g.andreadis@student.tudelft.nl>2017-09-23 10:05:37 +0200
commitd7512ace72448242b392299cf459c9c72c8dbee5 (patch)
tree37ce113d5d47440139bfe357e9ad547063cd44f7 /package.json
parent737ce62470a13ae153788207719396e107252955 (diff)
Get Google authentication flow working
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json
index 03fbeb84..33138c33 100644
--- a/package.json
+++ b/package.json
@@ -14,14 +14,14 @@
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-fontawesome": "^1.6.1",
- "react-google-login": "^2.9.2",
+ "react-google-login": "^2.9.3",
"react-mailto": "^0.4.0",
"react-redux": "^5.0.5",
"react-router-dom": "^4.1.1",
"react-scripts": "1.0.10",
"redux": "^3.7.2",
- "redux-logger": "^3.0.6",
- "redux-thunk": "^2.2.0"
+ "redux-localstorage": "^0.4.1",
+ "redux-logger": "^3.0.6"
},
"scripts": {
"build-css": "node-sass-chokidar src/ -o src/",