Upgrade npm packages

Change-Id: I22d594c91af0416bbfb8a8f7712f690d1c28be36
This commit is contained in:
Manuel Stahl 2019-07-23 18:17:47 +02:00
parent b20a049a64
commit 2bebc445ec
2 changed files with 1258 additions and 475 deletions

1696
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -5,31 +5,35 @@
"dependencies": {
"@material-ui/core": "^4.2.1",
"@material-ui/icons": "^4.2.1",
"@typescript-eslint/eslint-plugin": "^1.13.0",
"@typescript-eslint/parser": "^1.13.0",
"acorn": "^6.2.1",
"ajv": "^6.10.2",
"autoprefixer": "7.1.6",
"autoprefixer": "^9.6.1",
"axios": "^0.18.1",
"babel-core": "6.26.0",
"babel-eslint": "7.2.3",
"babel-core": "^6.26.3",
"babel-eslint": "^10.0.2",
"babel-jest": "^24.8.0",
"babel-loader": "7.1.2",
"babel-loader": "^7.1.5",
"babel-plugin-lodash": "^3.3.2",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-preset-react-app": "^3.1.1",
"babel-runtime": "6.26.0",
"case-sensitive-paths-webpack-plugin": "2.1.1",
"chalk": "1.1.3",
"chalk": "^1.1.3",
"css-loader": "0.28.7",
"dotenv": "4.0.0",
"dotenv-expand": "4.2.0",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.14.0",
"eslint": "4.10.0",
"eslint-config-react-app": "^2.1.0",
"eslint-loader": "1.9.0",
"eslint": "^5.16.0",
"eslint-config-react-app": "^4.0.1",
"eslint-loader": "^2.2.1",
"eslint-plugin-flowtype": "2.39.1",
"eslint-plugin-import": "2.8.0",
"eslint-plugin-jsx-a11y": "5.1.1",
"eslint-plugin-react": "7.4.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-react-hooks": "^1.6.1",
"express-history-api-fallback": "^2.2.1",
"extract-text-webpack-plugin": "3.0.2",
"file-loader": "1.1.5",
@ -43,13 +47,13 @@
"object-assign": "4.1.1",
"postcss-flexbugs-fixes": "3.2.0",
"postcss-loader": "2.0.8",
"promise": "8.0.1",
"raf": "3.4.0",
"promise": "^8.0.3",
"raf": "^3.4.1",
"react": "^16.8.6",
"react-dev-utils": "^5.0.0",
"react-dev-utils": "^5.0.3",
"react-dom": "^16.8.6",
"react-hot-loader": "^4.12.9",
"react-redux": "^5.0.7",
"react-redux": "^5.1.1",
"react-router-dom": "^4.2.2",
"react-router-redux": "5.0.0-alpha.9",
"redux": "^3.7.2",
@ -61,9 +65,10 @@
"sass-loader": "^6.0.7",
"style-loader": "0.19.0",
"sw-precache-webpack-plugin": "0.11.4",
"typescript": "^3.5.3",
"url-loader": "0.6.2",
"webpack": "3.8.1",
"webpack-dev-server": "2.9.4",
"webpack-dev-server": "^2.11.5",
"webpack-manifest-plugin": "1.3.2",
"whatwg-fetch": "2.0.3"
},