keepSynced middleware

This commit is contained in:
2018-06-24 18:13:37 +03:00
parent ba71878261
commit 3791d4a5d7
10 changed files with 243 additions and 247 deletions

View File

@@ -3,20 +3,20 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^1.2.1",
"@material-ui/core": "^1.2.3",
"@material-ui/icons": "^1.1.0",
"@redux-offline/redux-offline": "^2.3.3",
"localforage": "^1.7.1",
"prop-types": "^15.6.1",
"localforage": "^1.7.2",
"prop-types": "^15.6.2",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-redux": "^5.0.7",
"react-router-dom": "^4.3.1",
"react-router-redux": "^4.0.8",
"react-scripts": "1.1.4",
"react-spring": "^5.3.15",
"react-spring": "^5.3.18",
"redux": "^4.0.0",
"redux-form": "^7.4.0",
"redux-form": "^7.4.2",
"redux-thunk": "^2.3.0"
},
"scripts": {
@@ -33,6 +33,6 @@
"eslint-plugin-jest": "^21.17.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.9.1",
"prettier-eslint": "^8.8.1"
"prettier-eslint": "^8.8.2"
}
}