Add redux-offline dependency (#3459)

This commit is contained in:
Miguel Alatzar 2019-10-23 22:50:17 -07:00 committed by Elias Nahum
parent 92980f94b2
commit f52bdd11d1
No known key found for this signature in database
GPG key ID: E038DB71E0B61702
2 changed files with 19 additions and 3 deletions

21
package-lock.json generated
View file

@ -9427,9 +9427,9 @@
}
},
"https-proxy-agent": {
"version": "2.2.2",
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-2.2.2.tgz",
"integrity": "sha512-c8Ndjc9Bkpfx/vCJueCPy0jlP4ccCCSNDp8xwCZzPjKJUm+B+u9WX2x98Qx4n1PiMNTWo3D7KK5ifNV/yJyRzg==",
"version": "2.2.3",
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-2.2.3.tgz",
"integrity": "sha512-Ytgnz23gm2DVftnzqRRz2dOXZbGd2uiajSw/95bPp6v53zPRspQjLm/AfBgqbJ2qfeRXWIOMVLpp86+/5yX39Q==",
"requires": {
"agent-base": "^4.3.0",
"debug": "^3.1.0"
@ -17446,6 +17446,21 @@
"lodash.isplainobject": "^4.0.6"
}
},
"redux-offline": {
"version": "github:mattermost/redux-offline#885024de96b6ec73650c340c8928066585c413df",
"from": "github:mattermost/redux-offline#885024de96b6ec73650c340c8928066585c413df",
"requires": {
"@react-native-community/netinfo": "^4.1.3",
"redux-persist": "^4.5.0"
},
"dependencies": {
"@react-native-community/netinfo": {
"version": "4.4.0",
"resolved": "https://registry.npmjs.org/@react-native-community/netinfo/-/netinfo-4.4.0.tgz",
"integrity": "sha512-qqNWMOsrDjj/daqV21ID2T8mNUjZD4pdx3PuWyE65gzKh2w+oMnzKb+J0NbLyZPn3wwLwU1+Cpf58A0ff5szjQ=="
}
}
},
"redux-persist": {
"version": "4.10.2",
"resolved": "https://registry.npmjs.org/redux-persist/-/redux-persist-4.10.2.tgz",

View file

@ -65,6 +65,7 @@
"react-redux": "7.0.3",
"redux": "4.0.1",
"redux-batched-actions": "0.4.1",
"redux-offline": "github:mattermost/redux-offline#885024de96b6ec73650c340c8928066585c413df",
"redux-persist": "4.10.2",
"redux-persist-transform-filter": "0.0.18",
"redux-thunk": "2.3.0",