Skip to content

Commit 83c6ba9

Browse files
ianschmitzwombleton
authored andcommitted
Upgrade dependencies (facebook#9317)
1 parent 566b216 commit 83c6ba9

File tree

10 files changed

+1404
-1337
lines changed

10 files changed

+1404
-1337
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"get-port": "^5.1.1",
3131
"globby": "^11.0.0",
3232
"husky": "^4.2.5",
33-
"jest": "26.0.1",
33+
"jest": "26.1.0",
3434
"lerna": "3.20.2",
3535
"lerna-changelog": "~0.8.2",
3636
"lint-staged": "^10.2.2",

packages/babel-plugin-named-asset-import/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"devDependencies": {
2222
"babel-plugin-tester": "^8.0.1",
23-
"jest": "26.0.1"
23+
"jest": "26.1.0"
2424
},
2525
"scripts": {
2626
"test": "jest"

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

+13-13
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,19 @@
2121
"test.js"
2222
],
2323
"dependencies": {
24-
"@babel/core": "7.10.3",
25-
"@babel/plugin-proposal-class-properties": "7.10.1",
26-
"@babel/plugin-proposal-decorators": "7.10.3",
27-
"@babel/plugin-proposal-nullish-coalescing-operator": "7.10.1",
28-
"@babel/plugin-proposal-numeric-separator": "7.10.1",
29-
"@babel/plugin-proposal-optional-chaining": "7.10.3",
30-
"@babel/plugin-transform-flow-strip-types": "7.10.1",
31-
"@babel/plugin-transform-react-display-name": "7.10.3",
32-
"@babel/plugin-transform-runtime": "7.10.3",
33-
"@babel/preset-env": "7.10.3",
34-
"@babel/preset-react": "7.10.1",
35-
"@babel/preset-typescript": "7.10.1",
36-
"@babel/runtime": "7.10.3",
24+
"@babel/core": "7.10.5",
25+
"@babel/plugin-proposal-class-properties": "7.10.4",
26+
"@babel/plugin-proposal-decorators": "7.10.5",
27+
"@babel/plugin-proposal-nullish-coalescing-operator": "7.10.4",
28+
"@babel/plugin-proposal-numeric-separator": "7.10.4",
29+
"@babel/plugin-proposal-optional-chaining": "7.10.4",
30+
"@babel/plugin-transform-flow-strip-types": "7.10.4",
31+
"@babel/plugin-transform-react-display-name": "7.10.4",
32+
"@babel/plugin-transform-runtime": "7.10.5",
33+
"@babel/preset-env": "7.10.4",
34+
"@babel/preset-react": "7.10.4",
35+
"@babel/preset-typescript": "7.10.4",
36+
"@babel/runtime": "7.10.5",
3737
"babel-plugin-macros": "2.8.0",
3838
"babel-plugin-transform-react-remove-prop-types": "0.4.24"
3939
}

packages/confusing-browser-globals/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
"index.js"
2121
],
2222
"devDependencies": {
23-
"jest": "26.0.1"
23+
"jest": "26.1.0"
2424
}
2525
}

packages/create-react-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"envinfo": "7.5.1",
3333
"fs-extra": "9.0.1",
3434
"hyperquest": "2.1.3",
35-
"inquirer": "7.2.0",
35+
"inquirer": "7.3.2",
3636
"semver": "7.3.2",
3737
"tar-pack": "3.4.1",
3838
"tmp": "0.2.1",

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

+1,373-1,306
Large diffs are not rendered by default.

packages/react-dev-utils/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@
5252
"webpackHotDevClient.js"
5353
],
5454
"dependencies": {
55-
"@babel/code-frame": "7.10.3",
55+
"@babel/code-frame": "7.10.4",
5656
"address": "1.1.2",
57-
"browserslist": "4.12.0",
57+
"browserslist": "4.13.0",
5858
"chalk": "2.4.2",
5959
"cross-spawn": "7.0.3",
6060
"detect-port-alt": "1.1.6",
@@ -66,7 +66,7 @@
6666
"globby": "11.0.1",
6767
"gzip-size": "5.1.1",
6868
"immer": "1.10.0",
69-
"inquirer": "7.2.0",
69+
"inquirer": "7.3.2",
7070
"is-root": "2.1.0",
7171
"loader-utils": "2.0.0",
7272
"open": "^7.0.2",
@@ -79,7 +79,7 @@
7979
},
8080
"devDependencies": {
8181
"cross-env": "^7.0.2",
82-
"jest": "26.0.1"
82+
"jest": "26.1.0"
8383
},
8484
"scripts": {
8585
"test": "cross-env FORCE_COLOR=true jest"

packages/react-error-overlay/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
"lib/index.js"
3535
],
3636
"devDependencies": {
37-
"@babel/code-frame": "7.10.3",
38-
"@babel/core": "7.10.3",
37+
"@babel/code-frame": "7.10.4",
38+
"@babel/core": "7.10.5",
3939
"anser": "1.4.9",
4040
"babel-eslint": "^10.1.0",
4141
"babel-jest": "^26.0.1",
@@ -53,7 +53,7 @@
5353
"eslint-plugin-react-hooks": "^4.0.4",
5454
"flow-bin": "^0.116.0",
5555
"html-entities": "1.3.1",
56-
"jest": "26.0.1",
56+
"jest": "26.1.0",
5757
"jest-fetch-mock": "2.1.2",
5858
"object-assign": "4.1.1",
5959
"promise": "8.1.0",
@@ -64,7 +64,7 @@
6464
"rimraf": "^3.0.0",
6565
"settle-promise": "1.0.0",
6666
"source-map": "0.5.6",
67-
"terser-webpack-plugin": "3.0.6",
67+
"terser-webpack-plugin": "3.0.7",
6868
"webpack": "^4.35.0"
6969
},
7070
"jest": {

packages/react-scripts/fixtures/kitchensink/template.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"package": {
33
"dependencies": {
44
"bootstrap": "4.3.1",
5-
"jest": "26.0.1",
5+
"jest": "26.1.0",
66
"node-sass": "4.x",
77
"normalize.css": "7.0.0",
88
"prop-types": "15.7.2",

packages/react-scripts/package.json

+5-5
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.10.3",
31+
"@babel/core": "7.10.5",
3232
"@pmmmwh/react-refresh-webpack-plugin": "0.3.3",
3333
"@svgr/webpack": "5.4.0",
3434
"@typescript-eslint/eslint-plugin": "^3.3.0",
@@ -56,9 +56,9 @@
5656
"fs-extra": "^9.0.0",
5757
"html-webpack-plugin": "4.3.0",
5858
"identity-obj-proxy": "3.0.0",
59-
"jest": "26.0.1",
60-
"jest-circus": "26.0.1",
61-
"jest-resolve": "26.0.1",
59+
"jest": "26.1.0",
60+
"jest-circus": "26.1.0",
61+
"jest-resolve": "26.1.0",
6262
"jest-watch-typeahead": "0.6.0",
6363
"mini-css-extract-plugin": "0.9.0",
6464
"optimize-css-assets-webpack-plugin": "5.0.3",
@@ -76,7 +76,7 @@
7676
"sass-loader": "8.0.2",
7777
"semver": "7.3.2",
7878
"style-loader": "1.2.1",
79-
"terser-webpack-plugin": "3.0.6",
79+
"terser-webpack-plugin": "3.0.7",
8080
"ts-pnp": "1.2.0",
8181
"url-loader": "4.1.0",
8282
"webpack": "4.43.0",

0 commit comments

Comments
 (0)