Skip to content

Commit 2f71d12

Browse files
authored
Bump dependencies (facebook#7986)
1 parent b13b30b commit 2f71d12

File tree

2 files changed

+7
-12
lines changed

2 files changed

+7
-12
lines changed

config/webpack.config.js

-5
Original file line numberDiff line numberDiff line change
@@ -252,11 +252,6 @@ module.exports = function(webpackEnv) {
252252
ascii_only: true,
253253
},
254254
},
255-
// Use multi-process parallel running to improve the build speed
256-
// Default number of concurrent runs: os.cpus().length - 1
257-
parallel: true,
258-
// Enable file caching
259-
cache: true,
260255
sourceMap: shouldUseSourceMap,
261256
}),
262257
// This is only used in production mode

package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -30,19 +30,19 @@
3030
"dependencies": {
3131
"@babel/core": "7.7.2",
3232
"@svgr/webpack": "4.3.3",
33-
"@typescript-eslint/eslint-plugin": "^2.6.1",
34-
"@typescript-eslint/parser": "^2.6.1",
33+
"@typescript-eslint/eslint-plugin": "^2.7.0",
34+
"@typescript-eslint/parser": "^2.7.0",
3535
"babel-eslint": "10.0.3",
3636
"babel-jest": "^24.9.0",
3737
"babel-loader": "8.0.6",
3838
"babel-plugin-named-asset-import": "^0.3.4",
3939
"babel-preset-react-app": "^9.0.2",
40-
"camelcase": "^5.2.0",
40+
"camelcase": "^5.3.1",
4141
"case-sensitive-paths-webpack-plugin": "2.2.0",
4242
"css-loader": "3.2.0",
4343
"dotenv": "8.2.0",
4444
"dotenv-expand": "5.1.0",
45-
"eslint": "^6.1.0",
45+
"eslint": "^6.6.0",
4646
"eslint-config-react-app": "^5.0.2",
4747
"eslint-loader": "3.0.2",
4848
"eslint-plugin-flowtype": "3.13.0",
@@ -69,12 +69,12 @@
6969
"react-app-polyfill": "^1.0.4",
7070
"react-dev-utils": "^9.1.0",
7171
"resolve": "1.12.0",
72-
"resolve-url-loader": "3.1.0",
72+
"resolve-url-loader": "3.1.1",
7373
"sass-loader": "8.0.0",
7474
"semver": "6.3.0",
7575
"style-loader": "1.0.0",
7676
"terser-webpack-plugin": "2.2.1",
77-
"ts-pnp": "1.1.4",
77+
"ts-pnp": "1.1.5",
7878
"url-loader": "2.2.0",
7979
"webpack": "4.41.2",
8080
"webpack-dev-server": "3.2.1",
@@ -86,7 +86,7 @@
8686
"react-dom": "^16.11.0"
8787
},
8888
"optionalDependencies": {
89-
"fsevents": "2.1.1"
89+
"fsevents": "2.1.2"
9090
},
9191
"peerDependenciesMeta": {
9292
"typescript": {

0 commit comments

Comments
 (0)