use redux-offline

This commit is contained in:
2018-06-09 16:05:26 +03:00
parent 955f6fb86a
commit 55c02761a4
14 changed files with 170 additions and 53 deletions

View File

@@ -61,6 +61,15 @@
"recompose": "^0.26.0 || ^0.27.0"
}
},
"@redux-offline/redux-offline": {
"version": "2.3.3",
"resolved": "https://registry.npmjs.org/@redux-offline/redux-offline/-/redux-offline-2.3.3.tgz",
"integrity": "sha512-uv0DW9ZAFzL+lc7WzjQoDoWydReJiZe+Rpz6suGCS5ux+ZJWkr3jpRzeWlTW149uo+OrEk1BchNAE7FCTakXjQ==",
"requires": {
"babel-runtime": "^6.26.0",
"redux-persist": "^4.5.0"
}
},
"@types/jss": {
"version": "9.5.3",
"resolved": "https://registry.npmjs.org/@types/jss/-/jss-9.5.3.tgz",
@@ -9752,6 +9761,16 @@
"prop-types": "^15.6.1"
}
},
"redux-persist": {
"version": "4.10.2",
"resolved": "https://registry.npmjs.org/redux-persist/-/redux-persist-4.10.2.tgz",
"integrity": "sha512-U+e0ieMGC69Zr72929iJW40dEld7Mflh6mu0eJtVMLGfMq/aJqjxUM1hzyUWMR1VUyAEEdPHuQmeq5ti9krIgg==",
"requires": {
"json-stringify-safe": "^5.0.1",
"lodash": "^4.17.4",
"lodash-es": "^4.17.4"
}
},
"redux-thunk": {
"version": "2.3.0",
"resolved": "https://registry.npmjs.org/redux-thunk/-/redux-thunk-2.3.0.tgz",