npm: Upgrade packages

Change-Id: Ibff0ea44effc15492006d8d0366b9b1d042e41e9
This commit is contained in:
Manuel Stahl 2019-08-19 11:06:15 +02:00
parent 10240571af
commit 3dd9a168e6
2 changed files with 2157 additions and 2381 deletions

4520
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -3,17 +3,17 @@
"version": "0.1.0", "version": "0.1.0",
"private": true, "private": true,
"dependencies": { "dependencies": {
"@material-ui/core": "^4.2.1", "@material-ui/core": "^4.3.2",
"@material-ui/icons": "^4.2.1", "@material-ui/icons": "^4.2.1",
"@typescript-eslint/eslint-plugin": "^1.13.0", "@typescript-eslint/eslint-plugin": "^1.13.0",
"@typescript-eslint/parser": "^1.13.0", "@typescript-eslint/parser": "^1.13.0",
"acorn": "^6.2.1", "acorn": "^6.3.0",
"ajv": "^6.10.2", "ajv": "^6.10.2",
"autoprefixer": "^9.6.1", "autoprefixer": "^9.6.1",
"axios": "^0.18.1", "axios": "^0.18.1",
"babel-core": "^6.26.3", "babel-core": "^6.26.3",
"babel-eslint": "^10.0.2", "babel-eslint": "^10.0.2",
"babel-jest": "^24.8.0", "babel-jest": "^24.9.0",
"babel-loader": "^7.1.5", "babel-loader": "^7.1.5",
"babel-plugin-lodash": "^3.3.2", "babel-plugin-lodash": "^3.3.2",
"babel-plugin-syntax-dynamic-import": "^6.18.0", "babel-plugin-syntax-dynamic-import": "^6.18.0",
@ -21,7 +21,7 @@
"babel-runtime": "6.26.0", "babel-runtime": "6.26.0",
"case-sensitive-paths-webpack-plugin": "2.1.1", "case-sensitive-paths-webpack-plugin": "2.1.1",
"chalk": "^1.1.3", "chalk": "^1.1.3",
"css-loader": "0.28.7", "css-loader": "^3.2.0",
"dotenv": "4.0.0", "dotenv": "4.0.0",
"dotenv-expand": "4.2.0", "dotenv-expand": "4.2.0",
"enzyme": "^3.10.0", "enzyme": "^3.10.0",
@ -33,13 +33,13 @@
"eslint-plugin-import": "^2.18.2", "eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3", "eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.14.3", "eslint-plugin-react": "^7.14.3",
"eslint-plugin-react-hooks": "^1.6.1", "eslint-plugin-react-hooks": "^1.7.0",
"express-history-api-fallback": "^2.2.1", "express-history-api-fallback": "^2.2.1",
"extract-text-webpack-plugin": "3.0.2", "extract-text-webpack-plugin": "3.0.2",
"file-loader": "1.1.5", "file-loader": "1.1.5",
"fs-extra": "3.0.1", "fs-extra": "3.0.1",
"html-webpack-plugin": "2.29.0", "html-webpack-plugin": "2.29.0",
"jest": "20.0.4", "jest": "^24.9.0",
"lodash": "^4.17.15", "lodash": "^4.17.15",
"matrix-js-sdk": "^2.3.0", "matrix-js-sdk": "^2.3.0",
"nock": "^9.2.3", "nock": "^9.2.3",
@ -49,10 +49,10 @@
"postcss-loader": "2.0.8", "postcss-loader": "2.0.8",
"promise": "^8.0.3", "promise": "^8.0.3",
"raf": "^3.4.1", "raf": "^3.4.1",
"react": "^16.8.6", "react": "^16.9.0",
"react-dev-utils": "^5.0.3", "react-dev-utils": "^5.0.3",
"react-dom": "^16.8.6", "react-dom": "^16.9.0",
"react-hot-loader": "^4.12.9", "react-hot-loader": "^4.12.11",
"react-redux": "^5.1.1", "react-redux": "^5.1.1",
"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",