use latest mongodb for testing

This commit is contained in:
2018-06-14 15:34:06 +03:00
parent c4e1ed6c82
commit cf618f7651
8 changed files with 328 additions and 186 deletions

View File

@@ -3,20 +3,20 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^1.1.0",
"@material-ui/core": "^1.2.1",
"@material-ui/icons": "^1.1.0",
"@redux-offline/redux-offline": "^2.3.3",
"localforage": "^1.7.1",
"prop-types": "^15.6.1",
"react": "^16.4.0",
"react-dom": "^16.4.0",
"react": "^16.4.1",
"react-dom": "^16.4.1",
"react-redux": "^5.0.7",
"react-router-dom": "^4.2.2",
"react-router-dom": "^4.3.1",
"react-router-redux": "^4.0.8",
"react-scripts": "1.1.4",
"react-spring": "^5.3.7",
"react-spring": "^5.3.15",
"redux": "^4.0.0",
"redux-form": "^7.3.0",
"redux-form": "^7.4.0",
"redux-thunk": "^2.3.0"
},
"scripts": {
@@ -32,7 +32,7 @@
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-jest": "^21.17.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.8.2",
"eslint-plugin-react": "^7.9.1",
"prettier-eslint": "^8.8.1"
}
}