Skip to content

Commit 9cc1bdf

Browse files
authored
Minor/patch dependency upgrades (facebook#8947)
1 parent 3771237 commit 9cc1bdf

File tree

7 files changed

+854
-741
lines changed

7 files changed

+854
-741
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"globby": "^9.1.0",
3232
"husky": "^1.3.1",
3333
"jest": "24.9.0",
34-
"lerna": "3.19.0",
34+
"lerna": "3.20.2",
3535
"lerna-changelog": "~0.8.2",
3636
"lint-staged": "^8.0.4",
3737
"meow": "^5.0.0",

packages/babel-preset-react-app/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,19 @@
2121
"test.js"
2222
],
2323
"dependencies": {
24-
"@babel/core": "7.9.0",
24+
"@babel/core": "7.9.6",
2525
"@babel/plugin-proposal-class-properties": "7.8.3",
2626
"@babel/plugin-proposal-decorators": "7.8.3",
2727
"@babel/plugin-proposal-nullish-coalescing-operator": "7.8.3",
2828
"@babel/plugin-proposal-numeric-separator": "7.8.3",
2929
"@babel/plugin-proposal-optional-chaining": "7.9.0",
3030
"@babel/plugin-transform-flow-strip-types": "7.9.0",
3131
"@babel/plugin-transform-react-display-name": "7.8.3",
32-
"@babel/plugin-transform-runtime": "7.9.0",
33-
"@babel/preset-env": "7.9.0",
34-
"@babel/preset-react": "7.9.1",
32+
"@babel/plugin-transform-runtime": "7.9.6",
33+
"@babel/preset-env": "7.9.6",
34+
"@babel/preset-react": "7.9.4",
3535
"@babel/preset-typescript": "7.9.0",
36-
"@babel/runtime": "7.9.0",
36+
"@babel/runtime": "7.9.6",
3737
"babel-plugin-macros": "2.8.0",
3838
"babel-plugin-transform-react-remove-prop-types": "0.4.24"
3939
}

packages/create-react-app/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@
2828
"dependencies": {
2929
"chalk": "3.0.0",
3030
"commander": "4.1.0",
31-
"cross-spawn": "7.0.1",
32-
"envinfo": "7.5.0",
31+
"cross-spawn": "7.0.2",
32+
"envinfo": "7.5.1",
3333
"fs-extra": "8.1.0",
3434
"hyperquest": "2.1.3",
35-
"inquirer": "7.0.4",
35+
"inquirer": "7.1.0",
3636
"semver": "6.3.0",
3737
"tar-pack": "3.4.1",
3838
"tmp": "0.1.0",

packages/create-react-app/yarn.lock.cached

+825-712
Large diffs are not rendered by default.

packages/react-dev-utils/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -54,19 +54,19 @@
5454
"dependencies": {
5555
"@babel/code-frame": "7.8.3",
5656
"address": "1.1.2",
57-
"browserslist": "4.10.0",
57+
"browserslist": "4.12.0",
5858
"chalk": "2.4.2",
59-
"cross-spawn": "7.0.1",
59+
"cross-spawn": "7.0.2",
6060
"detect-port-alt": "1.1.6",
6161
"escape-string-regexp": "2.0.0",
62-
"filesize": "6.0.1",
62+
"filesize": "6.1.0",
6363
"find-up": "4.1.0",
6464
"fork-ts-checker-webpack-plugin": "3.1.1",
6565
"global-modules": "2.0.0",
6666
"globby": "8.0.2",
6767
"gzip-size": "5.1.1",
6868
"immer": "1.10.0",
69-
"inquirer": "7.0.4",
69+
"inquirer": "7.1.0",
7070
"is-root": "2.1.0",
7171
"loader-utils": "1.2.3",
7272
"open": "^7.0.2",

packages/react-error-overlay/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
],
3636
"devDependencies": {
3737
"@babel/code-frame": "7.8.3",
38-
"@babel/core": "7.9.0",
38+
"@babel/core": "7.9.6",
3939
"anser": "1.4.9",
4040
"babel-eslint": "10.1.0",
4141
"babel-jest": "^24.9.0",
@@ -46,16 +46,16 @@
4646
"cross-env": "6.0.3",
4747
"eslint": "^6.1.0",
4848
"eslint-config-react-app": "^5.2.1",
49-
"eslint-plugin-flowtype": "4.5.2",
50-
"eslint-plugin-import": "2.20.1",
49+
"eslint-plugin-flowtype": "4.7.0",
50+
"eslint-plugin-import": "2.20.2",
5151
"eslint-plugin-jsx-a11y": "6.2.3",
5252
"eslint-plugin-react": "7.19.0",
5353
"flow-bin": "^0.116.0",
54-
"html-entities": "1.2.1",
54+
"html-entities": "1.3.1",
5555
"jest": "24.9.0",
5656
"jest-fetch-mock": "2.1.2",
5757
"object-assign": "4.1.1",
58-
"promise": "8.0.3",
58+
"promise": "8.1.0",
5959
"raw-loader": "^3.1.0",
6060
"react": "^16.12.0",
6161
"react-app-polyfill": "^1.0.6",

packages/react-scripts/package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
"types": "./lib/react-app.d.ts",
3030
"dependencies": {
31-
"@babel/core": "7.9.0",
31+
"@babel/core": "7.9.6",
3232
"@pmmmwh/react-refresh-webpack-plugin": "0.3.0-beta.1",
3333
"@svgr/webpack": "4.3.3",
3434
"@typescript-eslint/eslint-plugin": "^2.10.0",
@@ -40,20 +40,20 @@
4040
"babel-preset-react-app": "^9.1.2",
4141
"camelcase": "^5.3.1",
4242
"case-sensitive-paths-webpack-plugin": "2.3.0",
43-
"css-loader": "3.4.2",
43+
"css-loader": "3.5.3",
4444
"dotenv": "8.2.0",
4545
"dotenv-expand": "5.1.0",
4646
"eslint": "^6.6.0",
4747
"eslint-config-react-app": "^5.2.1",
4848
"eslint-loader": "3.0.3",
49-
"eslint-plugin-flowtype": "4.6.0",
50-
"eslint-plugin-import": "2.20.1",
49+
"eslint-plugin-flowtype": "4.7.0",
50+
"eslint-plugin-import": "2.20.2",
5151
"eslint-plugin-jsx-a11y": "6.2.3",
5252
"eslint-plugin-react": "7.19.0",
5353
"eslint-plugin-react-hooks": "^1.6.1",
5454
"file-loader": "4.3.0",
5555
"fs-extra": "^8.1.0",
56-
"html-webpack-plugin": "4.0.0-beta.11",
56+
"html-webpack-plugin": "4.3.0",
5757
"identity-obj-proxy": "3.0.0",
5858
"jest": "24.9.0",
5959
"jest-environment-jsdom-fourteen": "1.0.1",
@@ -62,23 +62,23 @@
6262
"mini-css-extract-plugin": "0.9.0",
6363
"optimize-css-assets-webpack-plugin": "5.0.3",
6464
"pnp-webpack-plugin": "1.6.4",
65-
"postcss-flexbugs-fixes": "4.1.0",
65+
"postcss-flexbugs-fixes": "4.2.1",
6666
"postcss-loader": "3.0.0",
6767
"postcss-normalize": "8.0.1",
6868
"postcss-preset-env": "6.7.0",
69-
"postcss-safe-parser": "4.0.1",
69+
"postcss-safe-parser": "4.0.2",
7070
"react-app-polyfill": "^1.0.6",
7171
"react-dev-utils": "^10.2.1",
7272
"react-refresh": "^0.8.1",
73-
"resolve": "1.15.0",
73+
"resolve": "1.17.0",
7474
"resolve-url-loader": "3.1.1",
7575
"sass-loader": "8.0.2",
7676
"semver": "6.3.0",
7777
"style-loader": "0.23.1",
7878
"terser-webpack-plugin": "2.3.5",
79-
"ts-pnp": "1.1.6",
79+
"ts-pnp": "1.2.0",
8080
"url-loader": "2.3.0",
81-
"webpack": "4.42.0",
81+
"webpack": "4.43.0",
8282
"webpack-dev-server": "3.10.3",
8383
"webpack-manifest-plugin": "2.2.0",
8484
"workbox-webpack-plugin": "4.3.1"
@@ -88,7 +88,7 @@
8888
"react-dom": "^16.12.0"
8989
},
9090
"optionalDependencies": {
91-
"fsevents": "2.1.2"
91+
"fsevents": "^2.1.3"
9292
},
9393
"peerDependencies": {
9494
"typescript": "^3.2.1"

0 commit comments

Comments
 (0)