Bump dependencies (#7986)

This commit is contained in:
Ian Schmitz
2019-11-15 20:15:52 -08:00
committed by GitHub
parent 3d6d0a1f9c
commit 58b4738a49
6 changed files with 11 additions and 16 deletions

View File

@@ -36,7 +36,7 @@
"lint-staged": "^8.0.4",
"meow": "^5.0.0",
"multimatch": "^3.0.0",
"prettier": "1.19.0",
"prettier": "1.19.1",
"puppeteer": "^1.13.0",
"strip-ansi": "^5.1.0",
"svg-term-cli": "^2.1.1",

View File

@@ -38,7 +38,7 @@
"@babel/preset-typescript": "7.7.2",
"@babel/runtime": "7.7.2",
"babel-plugin-dynamic-import-node": "2.3.0",
"babel-plugin-macros": "2.6.1",
"babel-plugin-macros": "2.6.2",
"babel-plugin-transform-react-remove-prop-types": "0.4.24"
}
}

View File

@@ -21,7 +21,7 @@
"stable.js"
],
"dependencies": {
"core-js": "3.4.0",
"core-js": "3.4.1",
"object-assign": "4.1.1",
"promise": "8.0.3",
"raf": "3.4.1",

View File

@@ -59,7 +59,7 @@
"escape-string-regexp": "1.0.5",
"filesize": "3.6.1",
"find-up": "3.0.0",
"fork-ts-checker-webpack-plugin": "1.5.0",
"fork-ts-checker-webpack-plugin": "3.1.0",
"global-modules": "2.0.0",
"globby": "8.0.2",
"gzip-size": "5.1.1",

View File

@@ -252,11 +252,6 @@ module.exports = function(webpackEnv) {
ascii_only: true,
},
},
// Use multi-process parallel running to improve the build speed
// Default number of concurrent runs: os.cpus().length - 1
parallel: true,
// Enable file caching
cache: true,
sourceMap: shouldUseSourceMap,
}),
// This is only used in production mode

View File

@@ -30,19 +30,19 @@
"dependencies": {
"@babel/core": "7.7.2",
"@svgr/webpack": "4.3.3",
"@typescript-eslint/eslint-plugin": "^2.6.1",
"@typescript-eslint/parser": "^2.6.1",
"@typescript-eslint/eslint-plugin": "^2.7.0",
"@typescript-eslint/parser": "^2.7.0",
"babel-eslint": "10.0.3",
"babel-jest": "^24.9.0",
"babel-loader": "8.0.6",
"babel-plugin-named-asset-import": "^0.3.4",
"babel-preset-react-app": "^9.0.2",
"camelcase": "^5.2.0",
"camelcase": "^5.3.1",
"case-sensitive-paths-webpack-plugin": "2.2.0",
"css-loader": "3.2.0",
"dotenv": "8.2.0",
"dotenv-expand": "5.1.0",
"eslint": "^6.1.0",
"eslint": "^6.6.0",
"eslint-config-react-app": "^5.0.2",
"eslint-loader": "3.0.2",
"eslint-plugin-flowtype": "3.13.0",
@@ -69,12 +69,12 @@
"react-app-polyfill": "^1.0.4",
"react-dev-utils": "^9.1.0",
"resolve": "1.12.0",
"resolve-url-loader": "3.1.0",
"resolve-url-loader": "3.1.1",
"sass-loader": "8.0.0",
"semver": "6.3.0",
"style-loader": "1.0.0",
"terser-webpack-plugin": "2.2.1",
"ts-pnp": "1.1.4",
"ts-pnp": "1.1.5",
"url-loader": "2.2.0",
"webpack": "4.41.2",
"webpack-dev-server": "3.2.1",
@@ -86,7 +86,7 @@
"react-dom": "^16.11.0"
},
"optionalDependencies": {
"fsevents": "2.1.1"
"fsevents": "2.1.2"
},
"peerDependenciesMeta": {
"typescript": {