build: upgrade deps
This commit is contained in:
parent
41d7e1e6ac
commit
bf2ac02fe3
2 changed files with 701 additions and 646 deletions
46
package.json
46
package.json
|
@ -33,22 +33,22 @@
|
|||
"private": true,
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.7.1",
|
||||
"@babel/runtime": "^7.7.4",
|
||||
"@hot-loader/react-dom": "16.10.2",
|
||||
"@hsjs/react-cache": "0.0.0-alpha.aa94237",
|
||||
"@sentry/browser": "^5.7.1",
|
||||
"@sentry/browser": "^5.9.1",
|
||||
"chart.js": "^2.9.2",
|
||||
"classnames": "^2.2.6",
|
||||
"core-js": "^3.3.6",
|
||||
"date-fns": "^2.7.0",
|
||||
"core-js": "^3.4.5",
|
||||
"date-fns": "^2.8.1",
|
||||
"history": "^4.7.2",
|
||||
"invariant": "^2.2.4",
|
||||
"lodash-es": "^4.17.14",
|
||||
"memoize-one": "^5.1.1",
|
||||
"modern-normalize": "^0.5.0",
|
||||
"prop-types": "^15.5.10",
|
||||
"react": "^0.0.0-experimental-f6b8d31a7",
|
||||
"react-dom": "^0.0.0-experimental-f6b8d31a7",
|
||||
"react": "^0.0.0-experimental-b53ea6ca0",
|
||||
"react-dom": "^0.0.0-experimental-b53ea6ca0",
|
||||
"react-feather": "^2.0.3",
|
||||
"react-modal": "^3.11.1",
|
||||
"react-router-dom": "^5.1.2",
|
||||
|
@ -61,34 +61,34 @@
|
|||
"reselect": "^4.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.7.0",
|
||||
"@babel/plugin-proposal-class-properties": "^7.7.0",
|
||||
"@babel/plugin-proposal-do-expressions": "^7.5.0",
|
||||
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
|
||||
"@babel/plugin-transform-runtime": "^7.6.2",
|
||||
"@babel/preset-env": "^7.7.1",
|
||||
"@babel/core": "^7.7.4",
|
||||
"@babel/plugin-proposal-class-properties": "^7.7.4",
|
||||
"@babel/plugin-proposal-do-expressions": "^7.7.4",
|
||||
"@babel/plugin-syntax-dynamic-import": "^7.7.4",
|
||||
"@babel/plugin-transform-runtime": "^7.7.4",
|
||||
"@babel/preset-env": "^7.7.4",
|
||||
"@babel/preset-flow": "^7.7.4",
|
||||
"@babel/preset-react": "^7.7.0",
|
||||
"autoprefixer": "^9.7.1",
|
||||
"@babel/preset-react": "^7.7.4",
|
||||
"autoprefixer": "^9.7.3",
|
||||
"babel-eslint": "^10.0.3",
|
||||
"babel-loader": "^8.0.5",
|
||||
"clean-webpack-plugin": "^3.0.0",
|
||||
"copy-webpack-plugin": "^5.0.4",
|
||||
"css-loader": "^3.2.0",
|
||||
"cssnano": "^4.1.7",
|
||||
"eslint": "^6.6.0",
|
||||
"eslint": "^6.7.2",
|
||||
"eslint-config-react-app": "^5.0.2",
|
||||
"eslint-import-resolver-webpack": "^0.11.0",
|
||||
"eslint-plugin-flowtype": "^4.3.0",
|
||||
"eslint-plugin-flowtype": "^4.5.2",
|
||||
"eslint-plugin-import": "^2.18.0",
|
||||
"eslint-plugin-jest": "^23.0.2",
|
||||
"eslint-plugin-jest": "^23.1.1",
|
||||
"eslint-plugin-jsx-a11y": "^6.2.3",
|
||||
"eslint-plugin-react": "^7.14.3",
|
||||
"eslint-plugin-react": "^7.17.0",
|
||||
"eslint-plugin-react-hooks": "^2.2.0",
|
||||
"file-loader": "^4.2.0",
|
||||
"file-loader": "^5.0.2",
|
||||
"html-webpack-plugin": "^3.2.0",
|
||||
"husky": "^3.0.9",
|
||||
"lint-staged": "^9.4.1",
|
||||
"husky": "^3.1.0",
|
||||
"lint-staged": "^9.5.0",
|
||||
"mini-css-extract-plugin": "^0.8.0",
|
||||
"postcss-custom-media": "^7.0.8",
|
||||
"postcss-extend-rule": "^3.0.0",
|
||||
|
@ -96,8 +96,8 @@
|
|||
"postcss-loader": "^3.0.0",
|
||||
"postcss-nested": "^4.2.0",
|
||||
"prettier": "^1.17.1",
|
||||
"react-hot-loader": "^4.12.14",
|
||||
"style-loader": "^1.0.0",
|
||||
"react-hot-loader": "^4.12.18",
|
||||
"style-loader": "^1.0.1",
|
||||
"svg-sprite-loader": "^4.1.2",
|
||||
"terser-webpack-plugin": "^2.2.1",
|
||||
"webpack": "^4.41.2",
|
||||
|
|
Loading…
Reference in a new issue