update deps, added logout clear store

This commit is contained in:
Alexander Wong
2018-01-21 12:01:59 -07:00
parent 3c5aa92840
commit 95d86161ec
14 changed files with 984 additions and 821 deletions
+6 -6
View File
@@ -3,19 +3,19 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.16.2",
"axios": "^0.17.1",
"localStorage": "^1.0.3",
"react": "^15.6.1",
"react": "^16.2.0",
"react-color": "^2.13.8",
"react-dom": "^15.6.1",
"react-dom": "^16.2.0",
"react-redux": "^5.0.6",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-scripts": "1.0.12",
"react-scripts": "1.1.0",
"redux": "^3.7.2",
"redux-logger": "^3.0.6",
"redux-saga": "^0.15.6",
"semantic-ui-react": "^0.72.0"
"redux-saga": "^0.16.0",
"semantic-ui-react": "^0.77.2"
},
"scripts": {
"start": "react-scripts start",