Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3afbbc0

Browse filesBrowse files
authored
Update all dependencies (#11624)
1 parent f5467d5 commit 3afbbc0
Copy full SHA for 3afbbc0

File tree

Expand file treeCollapse file tree

14 files changed

+14467
-25959
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

14 files changed

+14467
-25959
lines changed
Open diff view settings
Collapse file

‎package-lock.json‎

Copy file name to clipboardExpand all lines: package-lock.json
+12,428-23,854Lines changed: 12428 additions & 23854 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Collapse file

‎package.json‎

Copy file name to clipboardExpand all lines: package.json
+17-17Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -21,29 +21,29 @@
2121
"compile:lockfile": "node tasks/compile-lockfile.js"
2222
},
2323
"devDependencies": {
24-
"@testing-library/jest-dom": "^5.11.4",
25-
"@testing-library/react": "^11.1.0",
26-
"@testing-library/user-event": "^12.1.10",
24+
"@testing-library/jest-dom": "^5.15.1",
25+
"@testing-library/react": "^12.1.2",
26+
"@testing-library/user-event": "^13.5.0",
2727
"alex": "^8.2.0",
2828
"eslint": "^8.3.0",
2929
"execa": "^5.1.1",
30-
"fs-extra": "^9.0.1",
30+
"fs-extra": "^10.0.0",
3131
"get-port": "^5.1.1",
32-
"globby": "^11.0.1",
33-
"husky": "^4.3.0",
34-
"jest": "^27.1.0",
35-
"lerna": "^3.22.1",
36-
"lerna-changelog": "~0.8.2",
37-
"lint-staged": "^10.4.2",
38-
"meow": "^6.1.1",
39-
"multimatch": "^4.0.0",
40-
"prettier": "^2.1.2",
41-
"puppeteer": "^3.3.0",
42-
"strip-ansi": "^6.0.0",
32+
"globby": "^11.0.4",
33+
"husky": "^4.3.8",
34+
"jest": "^27.4.3",
35+
"lerna": "^4.0.0",
36+
"lerna-changelog": "^2.2.0",
37+
"lint-staged": "^12.1.2",
38+
"meow": "^9.0.0",
39+
"multimatch": "^5.0.0",
40+
"prettier": "^2.5.0",
41+
"puppeteer": "^12.0.1",
42+
"strip-ansi": "^6.0.1",
4343
"svg-term-cli": "^2.1.1",
44-
"tempy": "^0.2.1",
44+
"tempy": "^1.0.1",
4545
"wait-for-localhost": "^3.3.0",
46-
"web-vitals": "^1.0.1"
46+
"web-vitals": "^2.1.2"
4747
},
4848
"husky": {
4949
"hooks": {
Collapse file

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

Copy file name to clipboardExpand all lines: packages/babel-plugin-named-asset-import/package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"@babel/core": "^7.1.0"
2020
},
2121
"devDependencies": {
22-
"babel-plugin-tester": "^8.0.1",
23-
"jest": "^27.1.0"
22+
"babel-plugin-tester": "^10.1.0",
23+
"jest": "^27.4.3"
2424
},
2525
"scripts": {
2626
"test": "jest"
Collapse file

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

Copy file name to clipboardExpand all lines: packages/babel-preset-react-app/package.json
+14-14Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -21,20 +21,20 @@
2121
"test.js"
2222
],
2323
"dependencies": {
24-
"@babel/core": "^7.14.6",
25-
"@babel/plugin-proposal-class-properties": "^7.14.5",
26-
"@babel/plugin-proposal-decorators": "^7.14.5",
27-
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.5",
28-
"@babel/plugin-proposal-numeric-separator": "^7.14.5",
29-
"@babel/plugin-proposal-optional-chaining": "^7.14.5",
30-
"@babel/plugin-proposal-private-methods": "^7.14.5",
31-
"@babel/plugin-transform-flow-strip-types": "^7.14.5",
32-
"@babel/plugin-transform-react-display-name": "^7.14.5",
33-
"@babel/plugin-transform-runtime": "^7.14.5",
34-
"@babel/preset-env": "^7.14.5",
35-
"@babel/preset-react": "^7.14.5",
36-
"@babel/preset-typescript": "^7.14.5",
37-
"@babel/runtime": "^7.14.5",
24+
"@babel/core": "^7.16.0",
25+
"@babel/plugin-proposal-class-properties": "^7.16.0",
26+
"@babel/plugin-proposal-decorators": "^7.16.4",
27+
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.0",
28+
"@babel/plugin-proposal-numeric-separator": "^7.16.0",
29+
"@babel/plugin-proposal-optional-chaining": "^7.16.0",
30+
"@babel/plugin-proposal-private-methods": "^7.16.0",
31+
"@babel/plugin-transform-flow-strip-types": "^7.16.0",
32+
"@babel/plugin-transform-react-display-name": "^7.16.0",
33+
"@babel/plugin-transform-runtime": "^7.16.4",
34+
"@babel/preset-env": "^7.16.4",
35+
"@babel/preset-react": "^7.16.0",
36+
"@babel/preset-typescript": "^7.16.0",
37+
"@babel/runtime": "^7.16.3",
3838
"babel-plugin-macros": "^3.1.0",
3939
"babel-plugin-transform-react-remove-prop-types": "^0.4.24"
4040
}
Collapse file

‎packages/confusing-browser-globals/package.json‎

Copy file name to clipboardExpand all lines: packages/confusing-browser-globals/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
"index.js"
2121
],
2222
"devDependencies": {
23-
"jest": "^27.1.0"
23+
"jest": "^27.4.3"
2424
}
2525
}
Collapse file

‎packages/create-react-app/package.json‎

Copy file name to clipboardExpand all lines: packages/create-react-app/package.json
+7-7Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,20 +29,20 @@
2929
"test": "cross-env FORCE_COLOR=true jest"
3030
},
3131
"dependencies": {
32-
"chalk": "^4.1.0",
32+
"chalk": "^4.1.2",
3333
"commander": "^4.1.1",
3434
"cross-spawn": "^7.0.3",
35-
"envinfo": "^7.7.3",
36-
"fs-extra": "^9.0.1",
35+
"envinfo": "^7.8.1",
36+
"fs-extra": "^10.0.0",
3737
"hyperquest": "^2.1.3",
38-
"prompts": "^2.4.0",
39-
"semver": "^7.3.2",
38+
"prompts": "^2.4.2",
39+
"semver": "^7.3.5",
4040
"tar-pack": "^3.4.1",
4141
"tmp": "^0.2.1",
4242
"validate-npm-package-name": "^3.0.0"
4343
},
4444
"devDependencies": {
45-
"cross-env": "^7.0.2",
46-
"jest": "^27.1.0"
45+
"cross-env": "^7.0.3",
46+
"jest": "^27.4.3"
4747
}
4848
}
Collapse file

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

Copy file name to clipboardExpand all lines: packages/create-react-app/yarn.lock.cached
+1,931-1,996Lines changed: 1931 additions & 1996 deletions
Large diffs are not rendered by default.
Collapse file

‎packages/react-app-polyfill/package.json‎

Copy file name to clipboardExpand all lines: packages/react-app-polyfill/package.json
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
"stable.js"
2222
],
2323
"dependencies": {
24-
"core-js": "^3.6.5",
24+
"core-js": "^3.19.2",
2525
"object-assign": "^4.1.1",
2626
"promise": "^8.1.0",
2727
"raf": "^3.4.1",
28-
"regenerator-runtime": "^0.13.7",
29-
"whatwg-fetch": "^3.4.1"
28+
"regenerator-runtime": "^0.13.9",
29+
"whatwg-fetch": "^3.6.2"
3030
}
3131
}
Collapse file

‎packages/react-dev-utils/__tests__/getCSSModuleLocalIdent.test.js‎

Copy file name to clipboardExpand all lines: packages/react-dev-utils/__tests__/getCSSModuleLocalIdent.test.js
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,19 @@ const options = { context: undefined, hashPrefix: '', regExp: null };
1616
const tests = [
1717
{
1818
resourcePath: '/path/to/file.module.css',
19-
expected: 'file_class__13tFD',
19+
expected: 'file_class__jqNYY',
2020
},
2121
{
2222
resourcePath: '/path/to/file.module.scss',
23-
expected: 'file_class__3lYUI',
23+
expected: 'file_class__BjEjJ',
2424
},
2525
{
2626
resourcePath: '/path/to/file.module.sass',
27-
expected: 'file_class__2KnOB',
27+
expected: 'file_class__dINZX',
2828
},
2929
{
3030
resourcePath: '/path/to/file.name.module.css',
31-
expected: 'file_name_class__1OzEh',
31+
expected: 'file_name_class__XpUJW',
3232
},
3333
];
3434

Collapse file

‎packages/react-dev-utils/package.json‎

Copy file name to clipboardExpand all lines: packages/react-dev-utils/package.json
+17-17Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -52,34 +52,34 @@
5252
"webpackHotDevClient.js"
5353
],
5454
"dependencies": {
55-
"@babel/code-frame": "^7.10.4",
55+
"@babel/code-frame": "^7.16.0",
5656
"address": "^1.1.2",
57-
"browserslist": "^4.16.5",
58-
"chalk": "^2.4.2",
57+
"browserslist": "^4.18.1",
58+
"chalk": "^4.1.2",
5959
"cross-spawn": "^7.0.3",
6060
"detect-port-alt": "^1.1.6",
61-
"escape-string-regexp": "^2.0.0",
62-
"filesize": "^6.1.0",
63-
"find-up": "^4.1.0",
64-
"fork-ts-checker-webpack-plugin": "^6.0.5",
61+
"escape-string-regexp": "^4.0.0",
62+
"filesize": "^8.0.6",
63+
"find-up": "^5.0.0",
64+
"fork-ts-checker-webpack-plugin": "^6.5.0",
6565
"global-modules": "^2.0.0",
66-
"globby": "^11.0.1",
67-
"gzip-size": "^5.1.1",
68-
"immer": "^9.0.6",
66+
"globby": "^11.0.4",
67+
"gzip-size": "^6.0.0",
68+
"immer": "^9.0.7",
6969
"is-root": "^2.1.0",
70-
"loader-utils": "^2.0.0",
71-
"open": "^7.0.2",
70+
"loader-utils": "^3.2.0",
71+
"open": "^8.4.0",
7272
"pkg-up": "^3.1.0",
73-
"prompts": "^2.4.0",
73+
"prompts": "^2.4.2",
7474
"react-error-overlay": "^6.0.9",
7575
"recursive-readdir": "^2.2.2",
76-
"shell-quote": "^1.7.2",
77-
"strip-ansi": "^6.0.0",
76+
"shell-quote": "^1.7.3",
77+
"strip-ansi": "^6.0.1",
7878
"text-table": "^0.2.0"
7979
},
8080
"devDependencies": {
81-
"cross-env": "^7.0.2",
82-
"jest": "^27.1.0"
81+
"cross-env": "^7.0.3",
82+
"jest": "^27.4.3"
8383
},
8484
"scripts": {
8585
"test": "cross-env FORCE_COLOR=true jest"

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.