Skip to content
This repository was archived by the owner on Aug 16, 2024. It is now read-only.

Commit fe785b2

Browse files
feat: Update all dependencies (facebook#9857)
Co-authored-by: Ian Schmitz <[email protected]>
1 parent 85ab02b commit fe785b2

File tree

11 files changed

+71
-76
lines changed

11 files changed

+71
-76
lines changed

package.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -20,29 +20,29 @@
2020
"compile:lockfile": "node tasks/compile-lockfile.js"
2121
},
2222
"devDependencies": {
23-
"@testing-library/jest-dom": "^5.11.0",
24-
"@testing-library/react": "^11.0.4",
25-
"@testing-library/user-event": "^12.0.11",
26-
"alex": "^8.0.0",
23+
"@testing-library/jest-dom": "^5.11.4",
24+
"@testing-library/react": "^11.1.0",
25+
"@testing-library/user-event": "^12.1.10",
26+
"alex": "^8.2.0",
2727
"eslint": "^7.11.0",
2828
"execa": "1.0.0",
29-
"fs-extra": "^9.0.0",
29+
"fs-extra": "^9.0.1",
3030
"get-port": "^5.1.1",
31-
"globby": "^11.0.0",
32-
"husky": "^4.2.5",
33-
"jest": "26.4.2",
31+
"globby": "^11.0.1",
32+
"husky": "^4.3.0",
33+
"jest": "26.6.0",
3434
"lerna": "3.22.1",
3535
"lerna-changelog": "~0.8.2",
36-
"lint-staged": "^10.2.2",
36+
"lint-staged": "^10.4.2",
3737
"meow": "^6.1.1",
3838
"multimatch": "^4.0.0",
39-
"prettier": "2.1.1",
40-
"puppeteer": "^3.0.2",
39+
"prettier": "2.1.2",
40+
"puppeteer": "^3.3.0",
4141
"strip-ansi": "^6.0.0",
4242
"svg-term-cli": "^2.1.1",
4343
"tempy": "^0.2.1",
44-
"wait-for-localhost": "^3.1.0",
45-
"web-vitals": "^0.2.2"
44+
"wait-for-localhost": "^3.3.0",
45+
"web-vitals": "^0.2.4"
4646
},
4747
"husky": {
4848
"hooks": {

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.4.2"
23+
"jest": "26.6.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.11.6",
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.11.0",
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.11.5",
33-
"@babel/preset-env": "7.11.5",
34-
"@babel/preset-react": "7.10.4",
35-
"@babel/preset-typescript": "7.10.4",
36-
"@babel/runtime": "7.11.2",
24+
"@babel/core": "7.12.3",
25+
"@babel/plugin-proposal-class-properties": "7.12.1",
26+
"@babel/plugin-proposal-decorators": "7.12.1",
27+
"@babel/plugin-proposal-nullish-coalescing-operator": "7.12.1",
28+
"@babel/plugin-proposal-numeric-separator": "7.12.1",
29+
"@babel/plugin-proposal-optional-chaining": "7.12.1",
30+
"@babel/plugin-transform-flow-strip-types": "7.12.1",
31+
"@babel/plugin-transform-react-display-name": "7.12.1",
32+
"@babel/plugin-transform-runtime": "7.12.1",
33+
"@babel/preset-env": "7.12.1",
34+
"@babel/preset-react": "7.12.1",
35+
"@babel/preset-typescript": "7.12.1",
36+
"@babel/runtime": "7.12.1",
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.4.2"
23+
"jest": "26.6.0"
2424
}
2525
}

packages/cra-template-typescript/template.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
"package": {
33
"dependencies": {
44
"@testing-library/jest-dom": "^5.11.4",
5-
"@testing-library/react": "^11.0.4",
6-
"@testing-library/user-event": "^12.1.4",
5+
"@testing-library/react": "^11.1.0",
6+
"@testing-library/user-event": "^12.1.10",
77
"@types/node": "^12.0.0",
8-
"@types/react": "^16.9.49",
8+
"@types/react": "^16.9.53",
99
"@types/react-dom": "^16.9.8",
10-
"@types/jest": "^26.0.13",
11-
"typescript": "^4.0.2",
10+
"@types/jest": "^26.0.15",
11+
"typescript": "^4.0.3",
1212
"web-vitals": "^0.2.4"
1313
},
1414
"eslintConfig": {

packages/cra-template/template.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"package": {
33
"dependencies": {
44
"@testing-library/jest-dom": "^5.11.4",
5-
"@testing-library/react": "^11.0.4",
6-
"@testing-library/user-event": "^12.1.4",
5+
"@testing-library/react": "^11.1.0",
6+
"@testing-library/user-event": "^12.1.10",
77
"web-vitals": "^0.2.4"
88
},
99
"eslintConfig": {

packages/create-react-app/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"dependencies": {
3232
"chalk": "4.1.0",
33-
"commander": "4.1.0",
33+
"commander": "4.1.1",
3434
"cross-spawn": "7.0.3",
3535
"envinfo": "7.7.3",
3636
"fs-extra": "9.0.1",
@@ -43,6 +43,6 @@
4343
},
4444
"devDependencies": {
4545
"cross-env": "^7.0.2",
46-
"jest": "26.4.2"
46+
"jest": "26.6.0"
4747
}
4848
}

packages/eslint-config-react-app/package.json

-5
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,6 @@
3737
"optional": true
3838
}
3939
},
40-
"peerDependenciesMeta": {
41-
"eslint-plugin-jest": {
42-
"optional": true
43-
}
44-
},
4540
"dependencies": {
4641
"confusing-browser-globals": "^1.0.9"
4742
},

packages/react-app-polyfill/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
"stable.js"
2222
],
2323
"dependencies": {
24-
"core-js": "^3.5.0",
24+
"core-js": "^3.6.5",
2525
"object-assign": "^4.1.1",
26-
"promise": "^8.0.3",
26+
"promise": "^8.1.0",
2727
"raf": "^3.4.1",
28-
"regenerator-runtime": "^0.13.3",
29-
"whatwg-fetch": "^3.3.1"
28+
"regenerator-runtime": "^0.13.7",
29+
"whatwg-fetch": "^3.4.1"
3030
}
3131
}

packages/react-error-overlay/package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@
3535
],
3636
"devDependencies": {
3737
"@babel/code-frame": "7.10.4",
38-
"@babel/core": "7.11.6",
39-
"anser": "1.4.9",
38+
"@babel/core": "7.12.3",
39+
"anser": "1.4.10",
4040
"babel-eslint": "^10.1.0",
41-
"babel-jest": "^26.3.0",
41+
"babel-jest": "^26.6.0",
4242
"babel-loader": "8.1.0",
4343
"babel-preset-react-app": "^9.1.2",
4444
"chalk": "2.4.2",
45-
"chokidar": "^3.3.0",
45+
"chokidar": "^3.4.3",
4646
"cross-env": "7.0.2",
4747
"eslint": "^7.11.0",
4848
"eslint-config-react-app": "^5.2.1",
@@ -55,19 +55,19 @@
5555
"eslint-plugin-testing-library": "^3.9.2",
5656
"flow-bin": "^0.116.0",
5757
"html-entities": "1.3.1",
58-
"jest": "26.4.2",
58+
"jest": "26.6.0",
5959
"jest-fetch-mock": "2.1.2",
6060
"object-assign": "4.1.1",
6161
"promise": "8.1.0",
62-
"raw-loader": "^4.0.1",
63-
"react": "^16.12.0",
62+
"raw-loader": "^4.0.2",
63+
"react": "^16.14.0",
6464
"react-app-polyfill": "^1.0.6",
65-
"react-dom": "^16.12.0",
66-
"rimraf": "^3.0.0",
65+
"react-dom": "^16.14.0",
66+
"rimraf": "^3.0.2",
6767
"settle-promise": "1.0.0",
68-
"source-map": "0.5.6",
69-
"terser-webpack-plugin": "4.2.0",
70-
"webpack": "^4.35.0"
68+
"source-map": "0.5.7",
69+
"terser-webpack-plugin": "4.2.3",
70+
"webpack": "^4.44.2"
7171
},
7272
"jest": {
7373
"setupFiles": [

packages/react-scripts/package.json

+18-18
Original file line numberDiff line numberDiff line change
@@ -28,18 +28,18 @@
2828
},
2929
"types": "./lib/react-app.d.ts",
3030
"dependencies": {
31-
"@babel/core": "7.11.6",
31+
"@babel/core": "7.12.3",
3232
"@pmmmwh/react-refresh-webpack-plugin": "0.4.2",
3333
"@svgr/webpack": "5.4.0",
3434
"@typescript-eslint/eslint-plugin": "^4.5.0",
3535
"@typescript-eslint/parser": "^4.5.0",
3636
"babel-eslint": "^10.1.0",
37-
"babel-jest": "^26.3.0",
37+
"babel-jest": "^26.6.0",
3838
"babel-loader": "8.1.0",
3939
"babel-plugin-named-asset-import": "^0.3.6",
4040
"babel-preset-react-app": "^9.1.2",
4141
"bfj": "^7.0.2",
42-
"camelcase": "^6.0.0",
42+
"camelcase": "^6.1.0",
4343
"case-sensitive-paths-webpack-plugin": "2.3.0",
4444
"css-loader": "4.3.0",
4545
"dotenv": "8.2.0",
@@ -54,41 +54,41 @@
5454
"eslint-plugin-react-hooks": "^4.2.0",
5555
"eslint-plugin-testing-library": "^3.9.2",
5656
"eslint-webpack-plugin": "^2.1.0",
57-
"file-loader": "6.1.0",
58-
"fs-extra": "^9.0.0",
59-
"html-webpack-plugin": "4.4.1",
57+
"file-loader": "6.1.1",
58+
"fs-extra": "^9.0.1",
59+
"html-webpack-plugin": "4.5.0",
6060
"identity-obj-proxy": "3.0.0",
61-
"jest": "26.4.2",
62-
"jest-circus": "26.4.2",
63-
"jest-resolve": "26.4.0",
61+
"jest": "26.6.0",
62+
"jest-circus": "26.6.0",
63+
"jest-resolve": "26.6.0",
6464
"jest-watch-typeahead": "0.6.1",
65-
"mini-css-extract-plugin": "0.11.2",
65+
"mini-css-extract-plugin": "0.11.3",
6666
"optimize-css-assets-webpack-plugin": "5.0.4",
6767
"pnp-webpack-plugin": "1.6.4",
6868
"postcss-flexbugs-fixes": "4.2.1",
6969
"postcss-loader": "3.0.0",
7070
"postcss-normalize": "8.0.1",
7171
"postcss-preset-env": "6.7.0",
72-
"postcss-safe-parser": "5.0.0",
72+
"postcss-safe-parser": "5.0.2",
7373
"react-app-polyfill": "^1.0.6",
7474
"react-dev-utils": "^10.2.1",
7575
"react-refresh": "^0.8.3",
76-
"resolve": "1.17.0",
76+
"resolve": "1.18.1",
7777
"resolve-url-loader": "^3.1.2",
7878
"sass-loader": "8.0.2",
7979
"semver": "7.3.2",
80-
"style-loader": "1.2.1",
81-
"terser-webpack-plugin": "4.2.0",
80+
"style-loader": "1.3.0",
81+
"terser-webpack-plugin": "4.2.3",
8282
"ts-pnp": "1.2.0",
83-
"url-loader": "4.1.0",
84-
"webpack": "4.44.1",
83+
"url-loader": "4.1.1",
84+
"webpack": "4.44.2",
8585
"webpack-dev-server": "3.11.0",
8686
"webpack-manifest-plugin": "2.2.0",
8787
"workbox-webpack-plugin": "5.1.4"
8888
},
8989
"devDependencies": {
90-
"react": "^16.12.0",
91-
"react-dom": "^16.12.0"
90+
"react": "^16.14.0",
91+
"react-dom": "^16.14.0"
9292
},
9393
"optionalDependencies": {
9494
"fsevents": "^2.1.3"

0 commit comments

Comments
 (0)