Client: update dependencies

This commit is contained in:
Sam 2018-05-07 16:35:26 +02:00
parent e0a0b5a090
commit 3a002423f3
3 changed files with 7488 additions and 6369 deletions

10092
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -4,20 +4,20 @@
"private": true, "private": true,
"dependencies": { "dependencies": {
"@mapbox/togeojson": "^0.16.0", "@mapbox/togeojson": "^0.16.0",
"chalk": "2.3.0", "chalk": "2.4.1",
"date-fns": "^1.29.0", "date-fns": "^1.29.0",
"geojson-bbox": "^0.0.0", "geojson-bbox": "^0.0.0",
"history": "^4.7.2", "history": "^4.7.2",
"leaflet": "^1.3.1", "leaflet": "^1.3.1",
"react": "^16.3.1", "react": "^16.3.2",
"react-dom": "^16.3.1", "react-dom": "^16.3.2",
"react-helmet": "^5.2.0", "react-helmet": "^5.2.0",
"react-leaflet": "^1.9.1", "react-leaflet": "^1.9.1",
"react-redux": "^5.0.7", "react-redux": "^5.0.7",
"react-router-dom": "^4.2.2", "react-router-dom": "^4.2.2",
"react-router-redux": "^5.0.0-alpha.9", "react-router-redux": "^5.0.0-alpha.9",
"react-scripts": "1.0.17", "react-scripts": "1.1.4",
"redux": "^3.7.2", "redux": "4.0.0",
"redux-thunk": "^2.2.0" "redux-thunk": "^2.2.0"
}, },
"scripts": { "scripts": {
@ -28,12 +28,12 @@
"lint": "eslint --cache --ext .jsx --ext .js mpwo_client/src" "lint": "eslint --cache --ext .jsx --ext .js mpwo_client/src"
}, },
"devDependencies": { "devDependencies": {
"babel-eslint": "^8.0.3", "babel-eslint": "^8.2.3",
"eslint": "^4.13.1", "eslint": "^4.19.1",
"eslint-plugin-import": "^2.8.0", "eslint-plugin-import": "^2.11.0",
"eslint-plugin-react": "^7.5.1", "eslint-plugin-react": "^7.7.0",
"eslint-plugin-testcafe": "^0.2.1", "eslint-plugin-testcafe": "^0.2.1",
"randomstring": "^1.1.5", "randomstring": "^1.1.5",
"testcafe": "^0.18.6" "testcafe": "^0.19.2"
} }
} }

3745
yarn.lock

File diff suppressed because it is too large Load Diff