Skip to content

Commit

Permalink
Merge pull request #14015 from phated/phated/update-react-dev-utils
Browse files Browse the repository at this point in the history
Deps: upgrade react-dev-utils to get newer immer
  • Loading branch information
shilman committed Feb 23, 2021
2 parents 6a8f302 + 3e2ce4b commit c762a15
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion app/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"global": "^4.4.0",
"lodash": "^4.17.20",
"prop-types": "^15.7.2",
"react-dev-utils": "^11.0.1",
"react-dev-utils": "^11.0.3",
"react-docgen-typescript-plugin": "^0.6.2",
"react-refresh": "^0.8.3",
"read-pkg-up": "^7.0.1",
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 @@ -94,7 +94,7 @@
"postcss-flexbugs-fixes": "^4.2.1",
"postcss-loader": "^4.2.0",
"raw-loader": "^4.0.2",
"react-dev-utils": "^11.0.1",
"react-dev-utils": "^11.0.3",
"stable": "^0.1.8",
"style-loader": "^1.3.0",
"terser-webpack-plugin": "^3.1.0",
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 @@ -85,7 +85,7 @@
"html-webpack-plugin": "^5.0.0",
"pnp-webpack-plugin": "1.6.4",
"raw-loader": "^4.0.2",
"react-dev-utils": "^11.0.1",
"react-dev-utils": "^11.0.3",
"stable": "^0.1.8",
"style-loader": "^2.0.0",
"terser-webpack-plugin": "^5.0.3",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18301,10 +18301,10 @@ immer@1.10.0:
resolved "https://registry.yarnpkg.com/immer/-/immer-1.10.0.tgz#bad67605ba9c810275d91e1c2a47d4582e98286d"
integrity sha512-O3sR1/opvCDGLEVcvrGTMtLac8GJ5IwZC4puPrLuRj3l7ICKvkmA0vGuU9OW8mV9WIBRnaxp5GJh9IEAaNOoYg==

immer@7.0.9:
version "7.0.9"
resolved "https://registry.yarnpkg.com/immer/-/immer-7.0.9.tgz#28e7552c21d39dd76feccd2b800b7bc86ee4a62e"
integrity sha512-Vs/gxoM4DqNAYR7pugIxi0Xc8XAun/uy7AQu4fLLqaTBHxjOP9pJ266Q9MWA/ly4z6rAFZbvViOtihxUZ7O28A==
immer@8.0.1:
version "8.0.1"
resolved "https://registry.yarnpkg.com/immer/-/immer-8.0.1.tgz#9c73db683e2b3975c424fb0572af5889877ae656"
integrity sha512-aqXhGP7//Gui2+UrEtvxZxSquQVXTpZ7KDxfCcKAF3Vysvw0CViVaW9RZ1j1xlIYqaaaipBoqdqeibkc18PNvA==

import-cwd@^2.0.0:
version "2.1.0"
Expand Down Expand Up @@ -27639,10 +27639,10 @@ react-dev-utils@^10.2.1:
strip-ansi "6.0.0"
text-table "0.2.0"

react-dev-utils@^11.0.1, react-dev-utils@^11.0.2:
version "11.0.2"
resolved "https://registry.yarnpkg.com/react-dev-utils/-/react-dev-utils-11.0.2.tgz#98aed16ef50f808ee17b32def75eb15f89655802"
integrity sha512-xG7GlMoYkrgc2M1kDCHKRywXMDbFnjOB+/VzpytQyYBusEzR8NlGTMmUbvN86k94yyKu5XReHB8eZC2JZrNchQ==
react-dev-utils@^11.0.2, react-dev-utils@^11.0.3:
version "11.0.3"
resolved "https://registry.yarnpkg.com/react-dev-utils/-/react-dev-utils-11.0.3.tgz#b61ed499c7d74f447d4faddcc547e5e671e97c08"
integrity sha512-4lEA5gF4OHrcJLMUV1t+4XbNDiJbsAWCH5Z2uqlTqW6dD7Cf5nEASkeXrCI/Mz83sI2o527oBIFKVMXtRf1Vtg==
dependencies:
"@babel/code-frame" "7.10.4"
address "1.1.2"
Expand All @@ -27657,7 +27657,7 @@ react-dev-utils@^11.0.1, react-dev-utils@^11.0.2:
global-modules "2.0.0"
globby "11.0.1"
gzip-size "5.1.1"
immer "7.0.9"
immer "8.0.1"
is-root "2.1.0"
loader-utils "2.0.0"
open "^7.0.2"
Expand Down

0 comments on commit c762a15

Please sign in to comment.