Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-preset-react-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
2 changes: 1 addition & 1 deletion packages/react-app-polyfill/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-dev-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
5 changes: 0 additions & 5 deletions packages/react-scripts/config/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why delete the parallel flag? Is it become default on now?

// Enable file caching
cache: true,
sourceMap: shouldUseSourceMap,
}),
// This is only used in production mode
Expand Down
14 changes: 7 additions & 7 deletions packages/react-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -86,7 +86,7 @@
"react-dom": "^16.11.0"
},
"optionalDependencies": {
"fsevents": "2.1.1"
"fsevents": "2.1.2"
},
"peerDependenciesMeta": {
"typescript": {
Expand Down