From 7f68a4d6734cc0a4257f8dd93e5d9b943f60e037 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 17 Mar 2022 10:02:20 -0700
Subject: [PATCH] Bump antd from 4.18.5 to 4.19.2 in /desktop (#3551)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Summary:
Pull Request resolved: https://github.com/facebook/flipper/pull/3551
Bumps [antd](https://github.com/ant-design/ant-design) from 4.18.5 to 4.19.2.
Release notes
Sourced from antd's releases .
4.19.2
🐞 Fix Dropdown not auto adjust placement when position on the edge of window. #34390
💄 Change PageHeader elements margin from 12px to 8px inside extra. #34428
🛠 Export css variable function in antd/es/config-provider folder to enable ssr requirement. #34436
🛠 Refactor Menu with React hooks. #34433
Input
💄 Fix Input font-size when size is large. #34381
💄 Fix Input.Group wrong border when status is error. #34412
Form
🐞 Fix Form.Item removed in form.validateFields throw Can't perform a React state update on an unmounted component warning. #34405
🐞 Fix to Form that initialValues would change if preserve is false. #34411
Tooltip
💄 Remove Collapse bottom border in simple style. #34366 @PanStar
TypeScript
🐞 修复 Dropdown 在边界情况下不会自动调整展示位置的问题。#34390
💄 缩小 PageHeader extra 内元素间距为 8px。#34428
🛠 导出 antd/es/config-provider 目录下的 css variable 函数以支持 ssr 的需求。#34436
🛠 使用 React hooks 重构 Menu。#34433
Input
💄 修复大尺寸 Input 的字号问题。#34381
💄 修复 Input.Group 多余的错误边框样式。#34412
Form
🐞 修复 Form.Item 在 form.validateFields 中移除时抛出 Can't perform a React state update on an unmounted component 警告的问题。#34405
🐞 修复 Form 组件当 preserve 为 false 时 initialValues 会被更改的问题。#34411
Tooltip
💄 优化 Collapse 简洁模式的底边框。#34366 @PanStar
TypeScript
4.19.1
🐞 Fix less compile error related to custom status. #34350
🐞 Fix error ReferenceError: colorPalette is not defined when customize theme.
🐞 Fix error Error: Invalid class or id selector syntax when import antd/dist/antd.css.
🐞 Fix Input.Passowrd icon color in site. #34354
🐞 Fix ConfigProvider csp sometime not effect on Icon. #34356
🐞 修复自定义状态相关的 less 编译错误 #34350
🐞 修复使用定制主题时 less 编译提示 ReferenceError: colorPalette is not defined 错误。
🐞 修复引入 antd/dist/antd.css 时提示 Error: Invalid class or id selector syntax 错误。
🐞 修复 Input.Passowrd 图标颜色错误。#34354
🐞 修复 ConfigProvider csp 有时在 Icon 上不会生效的问题。#34356
... (truncated)
Changelog
Sourced from antd's changelog .
4.19.2
2022-03-13
🐞 Fix Dropdown not auto adjust placement when position on the edge of window. #34390
💄 Change PageHeader elements margin from 12px to 8px inside extra. #34428
🛠 Export css variable function in antd/es/config-provider folder to enable ssr requirement. #34436
🛠 Refactor Menu with React hooks. #34433
Input
💄 Fix Input font-size when size is large. #34381
💄 Fix Input.Group wrong border when status is error. #34412
Form
🐞 Fix Form.Item removed in form.validateFields throw Can't perform a React state update on an unmounted component warning. #34405
🐞 Fix to Form that initialValues would change if preserve is false. #34411
Tooltip
💄 Remove Collapse bottom border in simple style. #34366 @PanStar
TypeScript
4.19.1
2022-03-08
🐞 Fix less compile error related to custom status. #34350
🐞 Fix error ReferenceError: colorPalette is not defined when customize theme.
🐞 Fix error Error: Invalid class or id selector syntax when import antd/dist/antd.css.
🐞 Fix Input.Passowrd icon color in site. #34354
🐞 Fix ConfigProvider csp sometime not effect on Icon. #34356
4.19.0
2022-03-08
... (truncated)
Commits
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `dependabot rebase` will rebase this PR
- `dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `dependabot merge` will merge this PR after your CI passes on it
- `dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `dependabot cancel merge` will cancel a previously requested merge and block automerging
- `dependabot reopen` will reopen this PR if it is closed
- `dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Pull Request resolved: https://github.com/facebook/flipper/pull/3531
Test Plan:
Imported from GitHub, without a `Test Plan:` line.
yarn start --no-launcher
{F711751713}
Reviewed By: mweststrate
Differential Revision: D34867418
Pulled By: lblasa
fbshipit-source-id: 6af37b791f4e232dc3ae7b7350d2091f4e2f246f
---
desktop/flipper-ui-core/package.json | 2 +-
.../ShareSheetPendingDialog.node.tsx.snap | 4 +-
.../PluginInstaller.node.tsx.snap | 14 +--
.../{antd+4.18.2.patch => antd+4.19.2.patch} | 18 ++--
desktop/yarn.lock | 101 ++++++++++--------
5 files changed, 75 insertions(+), 64 deletions(-)
rename desktop/patches/{antd+4.18.2.patch => antd+4.19.2.patch} (76%)
diff --git a/desktop/flipper-ui-core/package.json b/desktop/flipper-ui-core/package.json
index e4260c207..ffea01024 100644
--- a/desktop/flipper-ui-core/package.json
+++ b/desktop/flipper-ui-core/package.json
@@ -15,7 +15,7 @@
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
"@tanishiking/aho-corasick": "^0.0.1",
- "antd": "4.18.5",
+ "antd": "4.19.2",
"cbuffer": "^2.2.0",
"console-feed": "^3.3.0",
"deep-equal": "^2.0.5",
diff --git a/desktop/flipper-ui-core/src/chrome/__tests__/__snapshots__/ShareSheetPendingDialog.node.tsx.snap b/desktop/flipper-ui-core/src/chrome/__tests__/__snapshots__/ShareSheetPendingDialog.node.tsx.snap
index 7c6a4029b..73a1f069f 100644
--- a/desktop/flipper-ui-core/src/chrome/__tests__/__snapshots__/ShareSheetPendingDialog.node.tsx.snap
+++ b/desktop/flipper-ui-core/src/chrome/__tests__/__snapshots__/ShareSheetPendingDialog.node.tsx.snap
@@ -56,7 +56,7 @@ exports[`ShareSheetPendingDialog is rendered with status update 1`] = `
>
@@ -124,7 +124,7 @@ exports[`ShareSheetPendingDialog is rendered without status update 1`] = `
>
diff --git a/desktop/flipper-ui-core/src/chrome/plugin-manager/__tests__/__snapshots__/PluginInstaller.node.tsx.snap b/desktop/flipper-ui-core/src/chrome/plugin-manager/__tests__/__snapshots__/PluginInstaller.node.tsx.snap
index 66b75922e..7a9ff591c 100644
--- a/desktop/flipper-ui-core/src/chrome/plugin-manager/__tests__/__snapshots__/PluginInstaller.node.tsx.snap
+++ b/desktop/flipper-ui-core/src/chrome/plugin-manager/__tests__/__snapshots__/PluginInstaller.node.tsx.snap
@@ -25,7 +25,7 @@ exports[`load PluginInstaller list 1`] = `
class="ant-input-group-addon"
>
@@ -401,7 +401,7 @@ exports[`load PluginInstaller list with one plugin installed 1`] = `
class="ant-input-group-addon"
>
@@ -670,7 +670,7 @@ exports[`load PluginInstaller list with one plugin installed 1`] = `
style="padding-left: 4px; padding-right: 4px; flex: 0 0 auto; min-width: 0;"
>
diff --git a/desktop/patches/antd+4.18.2.patch b/desktop/patches/antd+4.19.2.patch
similarity index 76%
rename from desktop/patches/antd+4.18.2.patch
rename to desktop/patches/antd+4.19.2.patch
index 654c4667f..6c6d293e8 100644
--- a/desktop/patches/antd+4.18.2.patch
+++ b/desktop/patches/antd+4.19.2.patch
@@ -1,22 +1,22 @@
diff --git a/node_modules/antd/es/button/button.js b/node_modules/antd/es/button/button.js
-index 7202fce..c70b419 100644
+index a1d8a28..f35bec9 100644
--- a/node_modules/antd/es/button/button.js
+++ b/node_modules/antd/es/button/button.js
-@@ -187,6 +187,8 @@ var InternalButton = function InternalButton(props, ref) {
+@@ -197,6 +197,8 @@ var InternalButton = function InternalButton(props, ref) {
}, [loadingOrDelay]);
React.useEffect(fixTwoCNChar, [buttonRef]);
+ var scope = React.useContext(global.FlipperTrackingScopeContext);
+
var handleClick = function handleClick(e) {
- var _a;
-
-@@ -198,7 +200,13 @@ var InternalButton = function InternalButton(props, ref) {
+ var onClick = props.onClick,
+ disabled = props.disabled; // https://github.com/ant-design/ant-design/issues/30207
+@@ -206,7 +208,13 @@ var InternalButton = function InternalButton(props, ref) {
return;
}
-- (_a = onClick) === null || _a === void 0 ? void 0 : _a(e);
-+ if(onClick !== null && onClick !== void 0) {
+- onClick === null || onClick === void 0 ? void 0 : onClick(e);
++ if (onClick !== null && onClick !== void 0) {
+ global.flipperTrackInteraction(
+ 'Button', 'onClick', scope, props.title || props.children || props.icon,
+ onClick,
@@ -27,10 +27,10 @@ index 7202fce..c70b419 100644
devWarning(!(typeof icon === 'string' && icon.length > 2), 'Button', "`icon` is using ReactNode instead of string naming in v4. Please check `".concat(icon, "` at https://ant.design/components/icon"));
diff --git a/node_modules/antd/es/typography/Link.js b/node_modules/antd/es/typography/Link.js
-index 2847840..c58480a 100644
+index 5079ee6..43bf942 100644
--- a/node_modules/antd/es/typography/Link.js
+++ b/node_modules/antd/es/typography/Link.js
-@@ -36,12 +36,23 @@ var Link = function Link(_a, ref) {
+@@ -34,12 +34,23 @@ var Link = function Link(_a, ref) {
}); // https://github.com/ant-design/ant-design/issues/26622
// @ts-ignore
diff --git a/desktop/yarn.lock b/desktop/yarn.lock
index f0dcaba54..7e0f11328 100644
--- a/desktop/yarn.lock
+++ b/desktop/yarn.lock
@@ -3453,10 +3453,10 @@ ansicolors@~0.3.2:
resolved "https://registry.yarnpkg.com/ansicolors/-/ansicolors-0.3.2.tgz#665597de86a9ffe3aa9bfbe6cae5c6ea426b4979"
integrity sha1-ZlWX3oap/+Oqm/vmyuXG6kJrSXk=
-antd@4.18.5:
- version "4.18.5"
- resolved "https://registry.yarnpkg.com/antd/-/antd-4.18.5.tgz#e5ffbe238fd6fdfcd1ed39ba96e4b1bd5f589757"
- integrity sha512-5fN3C2lWAzonhOYYlNpzIw2OHl7vxFZ+4cJ7DK/XZrV+75OY61Y+OkanqMJwrFtDDamIez35OM7cAezGko9tew==
+antd@4.19.2:
+ version "4.19.2"
+ resolved "https://registry.yarnpkg.com/antd/-/antd-4.19.2.tgz#5438478aedf61bf670784611cba077387ff0f1b3"
+ integrity sha512-qXM6d6hFsT5rZJB4TRTHl32dixu1IHmPD0QLzG5YuUpzecv6QoTr1ZMp2/I1MMCb1+n99yQ5gFx7U677AbL5hw==
dependencies:
"@ant-design/colors" "^6.0.0"
"@ant-design/icons" "^4.7.0"
@@ -3473,24 +3473,25 @@ antd@4.18.5:
rc-collapse "~3.1.0"
rc-dialog "~8.6.0"
rc-drawer "~4.4.2"
- rc-dropdown "~3.2.0"
- rc-field-form "~1.22.0-2"
+ rc-dropdown "~3.3.2"
+ rc-field-form "~1.24.0"
rc-image "~5.2.5"
+ rc-input "~0.0.1-alpha.5"
rc-input-number "~7.3.0"
rc-mentions "~1.6.1"
- rc-menu "~9.2.1"
+ rc-menu "~9.3.2"
rc-motion "^2.4.4"
rc-notification "~4.5.7"
rc-pagination "~3.1.9"
- rc-picker "~2.5.17"
+ rc-picker "~2.6.4"
rc-progress "~3.2.1"
rc-rate "~2.9.0"
rc-resize-observer "^1.2.0"
- rc-select "~14.0.0-alpha.15"
- rc-slider "~9.7.4"
+ rc-select "~14.0.2"
+ rc-slider "~10.0.0-alpha.4"
rc-steps "~4.1.0"
rc-switch "~3.2.0"
- rc-table "~7.22.2"
+ rc-table "~7.23.0"
rc-tabs "~11.10.0"
rc-textarea "~0.3.0"
rc-tooltip "~5.1.1"
@@ -3498,7 +3499,7 @@ antd@4.18.5:
rc-tree-select "~5.1.1"
rc-trigger "^5.2.10"
rc-upload "~4.3.0"
- rc-util "^5.14.0"
+ rc-util "^5.19.3"
scroll-into-view-if-needed "^2.2.25"
anymatch@^2.0.0:
@@ -10285,19 +10286,20 @@ rc-drawer@~4.4.2:
classnames "^2.2.6"
rc-util "^5.7.0"
-rc-dropdown@^3.2.0, rc-dropdown@~3.2.0:
- version "3.2.0"
- resolved "https://registry.yarnpkg.com/rc-dropdown/-/rc-dropdown-3.2.0.tgz#da6c2ada403842baee3a9e909a0b1a91ba3e1090"
- integrity sha512-j1HSw+/QqlhxyTEF6BArVZnTmezw2LnSmRk6I9W7BCqNCKaRwleRmMMs1PHbuaG8dKHVqP6e21RQ7vPBLVnnNw==
+rc-dropdown@^3.2.0, rc-dropdown@~3.3.2:
+ version "3.3.3"
+ resolved "https://registry.yarnpkg.com/rc-dropdown/-/rc-dropdown-3.3.3.tgz#17ba32ebd066ae397b00e9e4d570c7c21daed88f"
+ integrity sha512-UNe68VpvtrpU0CS4jh5hD4iGqzi4Pdp7uOya6+H3QIEZxe7K+Xs11BNjZm6W4MaL0jTmzUj+bxvnq5bP3rRoVQ==
dependencies:
"@babel/runtime" "^7.10.1"
classnames "^2.2.6"
rc-trigger "^5.0.4"
+ rc-util "^5.17.0"
-rc-field-form@~1.22.0-2:
- version "1.22.0"
- resolved "https://registry.yarnpkg.com/rc-field-form/-/rc-field-form-1.22.0.tgz#4a4950d7beaef2859245c82059feae4883c89395"
- integrity sha512-IQBNeF4i64lBNLz8HbfXqUpAnrpBtfu2xU6q/wXMfdQm1AfKjiHyMNOxmiA5ZKMOOQPi+YOSzDbictfQP94hUA==
+rc-field-form@~1.24.0:
+ version "1.24.0"
+ resolved "https://registry.yarnpkg.com/rc-field-form/-/rc-field-form-1.24.0.tgz#2510a5c34713831ddcb412d4560be9057fc0dc5e"
+ integrity sha512-5beNBU5gEyi8YRYyqbTWSu5hO0jZQN0AWpY3U7TcllUKrDLcZZdRXuAOpyxJQcttWFs+UAFsbcRAUtnOGBjl7w==
dependencies:
"@babel/runtime" "^7.8.4"
async-validator "^4.0.2"
@@ -10322,6 +10324,15 @@ rc-input-number@~7.3.0:
classnames "^2.2.5"
rc-util "^5.9.8"
+rc-input@~0.0.1-alpha.5:
+ version "0.0.1-alpha.5"
+ resolved "https://registry.yarnpkg.com/rc-input/-/rc-input-0.0.1-alpha.5.tgz#cc043c44570c651f4d10d9809b3d634ed12537e6"
+ integrity sha512-RHvNweOVWFbbx2l/y6hgnSAdOg5fXc1D1VGhX2RNkGGyGr6cemnvyiYMxwZJjcXs0al3YK9jMObm20+DgH/mpw==
+ dependencies:
+ "@babel/runtime" "^7.11.1"
+ classnames "^2.2.1"
+ rc-util "^5.18.1"
+
rc-mentions@~1.6.1:
version "1.6.1"
resolved "https://registry.yarnpkg.com/rc-mentions/-/rc-mentions-1.6.1.tgz#46035027d64aa33ef840ba0fbd411871e34617ae"
@@ -10334,10 +10345,10 @@ rc-mentions@~1.6.1:
rc-trigger "^5.0.4"
rc-util "^5.0.1"
-rc-menu@^9.0.0, rc-menu@~9.2.1:
- version "9.2.1"
- resolved "https://registry.yarnpkg.com/rc-menu/-/rc-menu-9.2.1.tgz#6fbe47f4846363bb81a5a21f0960026c3ada497a"
- integrity sha512-UbEtn3rflJ8zS+etYGTVQuzy7Fm+yWXR5c0Rl6ecNTS/dPknRyWAyhJcbeR0Hu1+RdQT+0VCqrUPrgKnm4iY+w==
+rc-menu@^9.0.0, rc-menu@~9.3.2:
+ version "9.3.2"
+ resolved "https://registry.yarnpkg.com/rc-menu/-/rc-menu-9.3.2.tgz#bb842d37ebf71da912bea201cf7ef0a27267ad49"
+ integrity sha512-h3m45oY1INZyqphGELkdT0uiPnFzxkML8m0VMhJnk2fowtqfiT7F5tJLT3znEVaPIY80vMy1bClCkgq8U91CzQ==
dependencies:
"@babel/runtime" "^7.10.1"
classnames "2.x"
@@ -10394,10 +10405,10 @@ rc-pagination@~3.1.9:
"@babel/runtime" "^7.10.1"
classnames "^2.2.1"
-rc-picker@~2.5.17:
- version "2.5.19"
- resolved "https://registry.yarnpkg.com/rc-picker/-/rc-picker-2.5.19.tgz#73d07546fac3992f0bfabf2789654acada39e46f"
- integrity sha512-u6myoCu/qiQ0vLbNzSzNrzTQhs7mldArCpPHrEI6OUiifs+IPXmbesqSm0zilJjfzrZJLgYeyyOMSznSlh0GKA==
+rc-picker@~2.6.4:
+ version "2.6.4"
+ resolved "https://registry.yarnpkg.com/rc-picker/-/rc-picker-2.6.4.tgz#916aa5fcd8abd11106f1c2fb64bfd549439abfa0"
+ integrity sha512-Mnc1udPyGNSG7/ya5SmYltUjCUcsMH7jfJnuuXVAvEaEdx9qZxDGMWtIii//+ARC06CSHQ83s5iwiGFwM+FcDw==
dependencies:
"@babel/runtime" "^7.10.1"
classnames "^2.2.1"
@@ -10446,10 +10457,10 @@ rc-resize-observer@^1.0.0, rc-resize-observer@^1.1.0, rc-resize-observer@^1.2.0:
rc-util "^5.15.0"
resize-observer-polyfill "^1.5.1"
-rc-select@~14.0.0-alpha.15, rc-select@~14.0.0-alpha.23, rc-select@~14.0.0-alpha.8:
- version "14.0.0-alpha.24"
- resolved "https://registry.yarnpkg.com/rc-select/-/rc-select-14.0.0-alpha.24.tgz#0914c2debe0df84b9cdf20d71359293f727302fe"
- integrity sha512-EBjdBv4aIXNQC4stn/eh3zdsF3piRsFCS+4aYjwkm6T0oc5zI48dlYtrMs/lwR/3H23At6L2w3fhHhhH8qNbJQ==
+rc-select@~14.0.0-alpha.23, rc-select@~14.0.0-alpha.8, rc-select@~14.0.2:
+ version "14.0.3"
+ resolved "https://registry.yarnpkg.com/rc-select/-/rc-select-14.0.3.tgz#4b6ce3232e7d546b3455b38d99c775e32487f200"
+ integrity sha512-f7FZMySpEvuu6ey2ruTER092vfmCtM3q7vkATO65VMy9jqGgicRxDfJw2IsDOgXWOq3bDQpgkoJuZpNe0WhngA==
dependencies:
"@babel/runtime" "^7.10.1"
classnames "2.x"
@@ -10459,15 +10470,15 @@ rc-select@~14.0.0-alpha.15, rc-select@~14.0.0-alpha.23, rc-select@~14.0.0-alpha.
rc-util "^5.16.1"
rc-virtual-list "^3.2.0"
-rc-slider@~9.7.4:
- version "9.7.5"
- resolved "https://registry.yarnpkg.com/rc-slider/-/rc-slider-9.7.5.tgz#193141c68e99b1dc3b746daeb6bf852946f5b7f4"
- integrity sha512-LV/MWcXFjco1epPbdw1JlLXlTgmWpB9/Y/P2yinf8Pg3wElHxA9uajN21lJiWtZjf5SCUekfSP6QMJfDo4t1hg==
+rc-slider@~10.0.0-alpha.4:
+ version "10.0.0-alpha.5"
+ resolved "https://registry.yarnpkg.com/rc-slider/-/rc-slider-10.0.0-alpha.5.tgz#cf13751bda15ce210a1c0d80e1675411e4c4b995"
+ integrity sha512-EUAl7silkx+vtBbRkjUEzFWzxnMJrxOLcmUhCwP2xdZybRInRnLMU6TfE1fJLxb6ZN77ghSai6k7yExayVC+Gg==
dependencies:
"@babel/runtime" "^7.10.1"
classnames "^2.2.5"
rc-tooltip "^5.0.1"
- rc-util "^5.16.1"
+ rc-util "^5.18.1"
shallowequal "^1.1.0"
rc-steps@~4.1.0:
@@ -10488,10 +10499,10 @@ rc-switch@~3.2.0:
classnames "^2.2.1"
rc-util "^5.0.1"
-rc-table@~7.22.2:
- version "7.22.2"
- resolved "https://registry.yarnpkg.com/rc-table/-/rc-table-7.22.2.tgz#218f3f53bc91660560a344c8290a91a841a60b0a"
- integrity sha512-Ng2gNkGi6ybl6dzneRn2H4Gp8XhIbRa5rXQ7ZhZcgWVmfVMok70UHGPXcf68tXW6O0/qckTf/eOVsoviSvK4sw==
+rc-table@~7.23.0:
+ version "7.23.0"
+ resolved "https://registry.yarnpkg.com/rc-table/-/rc-table-7.23.0.tgz#e5f76998ecf3246147d45ed311417c08886e6507"
+ integrity sha512-Q1gneB2+lUa8EzCCfbrq+jO1qNSwQv1RUUXKB84W/Stdp4EvGOt2+QqGyfotMNM4JUw0fgGLwY+WjnhUhnLuQQ==
dependencies:
"@babel/runtime" "^7.10.1"
classnames "^2.2.5"
@@ -10571,10 +10582,10 @@ rc-upload@~4.3.0:
classnames "^2.2.5"
rc-util "^5.2.0"
-rc-util@^5.0.0, rc-util@^5.0.1, rc-util@^5.0.6, rc-util@^5.0.7, rc-util@^5.12.0, rc-util@^5.14.0, rc-util@^5.15.0, rc-util@^5.16.1, rc-util@^5.2.0, rc-util@^5.2.1, rc-util@^5.4.0, rc-util@^5.5.0, rc-util@^5.5.1, rc-util@^5.6.1, rc-util@^5.7.0, rc-util@^5.8.0, rc-util@^5.9.4, rc-util@^5.9.8:
- version "5.16.1"
- resolved "https://registry.yarnpkg.com/rc-util/-/rc-util-5.16.1.tgz#374db7cb735512f05165ddc3d6b2c61c21b8b4e3"
- integrity sha512-kSCyytvdb3aRxQacS/71ta6c+kBWvM1v8/2h9d/HaNWauc3qB8pLnF20PJ8NajkNN8gb+rR1l0eWO+D4Pz+LLQ==
+rc-util@^5.0.0, rc-util@^5.0.1, rc-util@^5.0.6, rc-util@^5.0.7, rc-util@^5.12.0, rc-util@^5.14.0, rc-util@^5.15.0, rc-util@^5.16.1, rc-util@^5.17.0, rc-util@^5.18.1, rc-util@^5.19.3, rc-util@^5.2.0, rc-util@^5.2.1, rc-util@^5.4.0, rc-util@^5.5.0, rc-util@^5.5.1, rc-util@^5.6.1, rc-util@^5.7.0, rc-util@^5.8.0, rc-util@^5.9.4, rc-util@^5.9.8:
+ version "5.19.3"
+ resolved "https://registry.yarnpkg.com/rc-util/-/rc-util-5.19.3.tgz#5f6aa854820f6d5824451d80771035b013eaf6d8"
+ integrity sha512-S28epi9E2s7Nir05q8Ffl3hzDLwkavTGi0PGH1cTqCmkpG1AeBEuZgQDpksYeU6IgHcds5hWIPE5PUcdFiZl8w==
dependencies:
"@babel/runtime" "^7.12.5"
react-is "^16.12.0"