update all deps, use react-redux-devtools

This commit is contained in:
2019-02-08 14:11:59 +03:00
parent 3c8dbc14aa
commit 684729fa54
11 changed files with 531 additions and 312 deletions

View File

@@ -8,26 +8,27 @@
"devDependencies": {
"@types/node-sass": "^3.10.32",
"@types/parcel-bundler": "^1.10.1",
"@types/react": "^16.7.18",
"@types/react-dom": "^16.0.11",
"@types/react-redux": "^6.0.11",
"@types/react": "^16.8.2",
"@types/react-dom": "^16.8.0",
"@types/react-redux": "^7.0.1",
"@types/react-router": "^4.4.3",
"@types/react-router-dom": "^4.3.1",
"node-sass": "^4.11.0",
"parcel-bundler": "^1.11.0"
"parcel-bundler": "^1.11.0",
"redux-devtools-extension": "^2.13.8"
},
"dependencies": {
"@blueprintjs/core": "^3.10.0",
"@blueprintjs/icons": "^3.4.0",
"@blueprintjs/core": "^3.13.0",
"@blueprintjs/icons": "^3.6.0",
"rea": "0.0.1",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react": "^16.8.1",
"react-dom": "^16.8.1",
"react-redux": "^6.0.0",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-spring": "^7.2.7",
"react-spring": "^8.0.4",
"redux": "^4.0.1",
"redux-persist": "^5.10.0",
"redux-saga": "^0.16.2"
"redux-saga": "^1.0.1"
}
}