Skip to content

Commit

Permalink
Merge branch 'next' into pr/16190
Browse files Browse the repository at this point in the history
  • Loading branch information
shilman committed Sep 30, 2021
2 parents b015579 + 88ff469 commit 247f481
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 6 deletions.
2 changes: 1 addition & 1 deletion app/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"global": "^4.4.0",
"lodash": "^4.17.20",
"prop-types": "^15.7.2",
"react-dev-utils": "^11.0.3",
"react-dev-utils": "^11.0.4",
"react-refresh": "^0.10.0",
"read-pkg-up": "^7.0.1",
"regenerator-runtime": "^0.13.7",
Expand Down
2 changes: 1 addition & 1 deletion lib/builder-webpack4/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"postcss-flexbugs-fixes": "^4.2.1",
"postcss-loader": "^4.2.0",
"raw-loader": "^4.0.2",
"react-dev-utils": "^11.0.3",
"react-dev-utils": "^11.0.4",
"stable": "^0.1.8",
"style-loader": "^1.3.0",
"terser-webpack-plugin": "^4.2.3",
Expand Down
2 changes: 1 addition & 1 deletion lib/builder-webpack5/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"glob": "^7.1.6",
"glob-promise": "^3.4.0",
"html-webpack-plugin": "^5.0.0",
"react-dev-utils": "^11.0.3",
"react-dev-utils": "^11.0.4",
"stable": "^0.1.8",
"style-loader": "^2.0.0",
"terser-webpack-plugin": "^5.0.3",
Expand Down
38 changes: 35 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7664,7 +7664,7 @@ __metadata:
postcss-flexbugs-fixes: ^4.2.1
postcss-loader: ^4.2.0
raw-loader: ^4.0.2
react-dev-utils: ^11.0.3
react-dev-utils: ^11.0.4
stable: ^0.1.8
style-loader: ^1.3.0
terser-webpack-plugin: ^4.2.3
Expand Down Expand Up @@ -7741,7 +7741,7 @@ __metadata:
glob: ^7.1.6
glob-promise: ^3.4.0
html-webpack-plugin: ^5.0.0
react-dev-utils: ^11.0.3
react-dev-utils: ^11.0.4
stable: ^0.1.8
style-loader: ^2.0.0
terser-webpack-plugin: ^5.0.3
Expand Down Expand Up @@ -8611,7 +8611,7 @@ __metadata:
global: ^4.4.0
lodash: ^4.17.20
prop-types: ^15.7.2
react-dev-utils: ^11.0.3
react-dev-utils: ^11.0.4
react-refresh: ^0.10.0
read-pkg-up: ^7.0.1
regenerator-runtime: ^0.13.7
Expand Down Expand Up @@ -37325,6 +37325,38 @@ fsevents@^1.2.7:
languageName: node
linkType: hard

"react-dev-utils@npm:^11.0.4":
version: 11.0.4
resolution: "react-dev-utils@npm:11.0.4"
dependencies:
"@babel/code-frame": 7.10.4
address: 1.1.2
browserslist: 4.14.2
chalk: 2.4.2
cross-spawn: 7.0.3
detect-port-alt: 1.1.6
escape-string-regexp: 2.0.0
filesize: 6.1.0
find-up: 4.1.0
fork-ts-checker-webpack-plugin: 4.1.6
global-modules: 2.0.0
globby: 11.0.1
gzip-size: 5.1.1
immer: 8.0.1
is-root: 2.1.0
loader-utils: 2.0.0
open: ^7.0.2
pkg-up: 3.1.0
prompts: 2.4.0
react-error-overlay: ^6.0.9
recursive-readdir: 2.2.2
shell-quote: 1.7.2
strip-ansi: 6.0.0
text-table: 0.2.0
checksum: 3982f6a35035627b4465c8afd2f6db6a571b9e7b09c7d2f2e517de9cd48bb76778f4c692cdc99a26d2961d7dac371553fd7815ec0d2ec281927feeba60ce8a70
languageName: node
linkType: hard

"react-docgen-typescript-plugin@npm:^0.6.2":
version: 0.6.3
resolution: "react-docgen-typescript-plugin@npm:0.6.3"
Expand Down

0 comments on commit 247f481

Please sign in to comment.