Skip to content

Commit 23a9b57

Browse files
Bump rc-tooltip from 5.2.2 to 6.4.0
Bumps [rc-tooltip](https://github.com/react-component/tooltip) from 5.2.2 to 6.4.0. - [Release notes](https://github.com/react-component/tooltip/releases) - [Changelog](https://github.com/react-component/tooltip/blob/master/CHANGELOG.md) - [Commits](react-component/tooltip@v5.2.2...v6.4.0) --- updated-dependencies: - dependency-name: rc-tooltip dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c51878b commit 23a9b57

File tree

2 files changed

+54
-45
lines changed

2 files changed

+54
-45
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@
218218
"pump": "3.0.2",
219219
"qhistory": "1.1.0",
220220
"qs": "6.13.1",
221-
"rc-tooltip": "5.2.2",
221+
"rc-tooltip": "6.4.0",
222222
"react": "18.3.1",
223223
"react-autosuggest": "10.1.0",
224224
"react-cookie": "4.1.1",

yarn.lock

Lines changed: 53 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1005,10 +1005,10 @@
10051005
resolved "https://registry.yarnpkg.com/@babel/regjsgen/-/regjsgen-0.8.0.tgz#f0ba69b075e1f05fb2825b7fad991e7adbb18310"
10061006
integrity sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==
10071007

1008-
"@babel/runtime@^7.1.2", "@babel/runtime@^7.10.1", "@babel/runtime@^7.11.1", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.1", "@babel/runtime@^7.12.13", "@babel/runtime@^7.12.5", "@babel/runtime@^7.18.3", "@babel/runtime@^7.20.13", "@babel/runtime@^7.23.2", "@babel/runtime@^7.5.5", "@babel/runtime@^7.6.3", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7", "@babel/runtime@^7.9.2":
1009-
version "7.23.8"
1010-
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.23.8.tgz#8ee6fe1ac47add7122902f257b8ddf55c898f650"
1011-
integrity sha512-Y7KbAP984rn1VGMbGqKmBLio9V7y5Je9GvU4rQPCPinCyNfUcToxIXl06d59URp/F3LwinvODxab5N/G6qggkw==
1008+
"@babel/runtime@^7.1.2", "@babel/runtime@^7.11.1", "@babel/runtime@^7.11.2", "@babel/runtime@^7.12.1", "@babel/runtime@^7.12.13", "@babel/runtime@^7.12.5", "@babel/runtime@^7.18.0", "@babel/runtime@^7.18.3", "@babel/runtime@^7.20.13", "@babel/runtime@^7.20.7", "@babel/runtime@^7.23.2", "@babel/runtime@^7.5.5", "@babel/runtime@^7.6.3", "@babel/runtime@^7.8.4", "@babel/runtime@^7.8.7", "@babel/runtime@^7.9.2":
1009+
version "7.26.0"
1010+
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.26.0.tgz#8600c2f595f277c60815256418b85356a65173c1"
1011+
integrity sha512-FDSOghenHTiToteC/QRlv2q3DhPZ/oOXTBoirfWNx1Cx3TMVcGWQtMMmQcSvb/JjpNeGzx8Pq/b4fKEJuWm1sw==
10121012
dependencies:
10131013
regenerator-runtime "^0.14.0"
10141014

@@ -1490,6 +1490,27 @@
14901490
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
14911491
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
14921492

1493+
"@rc-component/portal@^1.1.0":
1494+
version "1.1.2"
1495+
resolved "https://registry.yarnpkg.com/@rc-component/portal/-/portal-1.1.2.tgz#55db1e51d784e034442e9700536faaa6ab63fc71"
1496+
integrity sha512-6f813C0IsasTZms08kfA8kPAGxbbkYToa8ALaiDIGGECU4i9hj8Plgbx0sNJDrey3EtHO30hmdaxtT0138xZcg==
1497+
dependencies:
1498+
"@babel/runtime" "^7.18.0"
1499+
classnames "^2.3.2"
1500+
rc-util "^5.24.4"
1501+
1502+
"@rc-component/trigger@^2.0.0":
1503+
version "2.2.6"
1504+
resolved "https://registry.yarnpkg.com/@rc-component/trigger/-/trigger-2.2.6.tgz#bfe6602313b3fadd659687746511f813299d5ea4"
1505+
integrity sha512-/9zuTnWwhQ3S3WT1T8BubuFTT46kvnXgaERR9f4BTKyn61/wpf/BvbImzYBubzJibU707FxwbKszLlHjcLiv1Q==
1506+
dependencies:
1507+
"@babel/runtime" "^7.23.2"
1508+
"@rc-component/portal" "^1.1.0"
1509+
classnames "^2.3.2"
1510+
rc-motion "^2.0.0"
1511+
rc-resize-observer "^1.3.1"
1512+
rc-util "^5.44.0"
1513+
14931514
"@redux-saga/core@^1.3.0":
14941515
version "1.3.0"
14951516
resolved "https://registry.yarnpkg.com/@redux-saga/core/-/core-1.3.0.tgz#2ce08b73d407fc6ea9e7f7d83d2e97d981a3a8b8"
@@ -3111,7 +3132,7 @@ cjs-module-lexer@^1.0.0:
31113132
resolved "https://registry.yarnpkg.com/cjs-module-lexer/-/cjs-module-lexer-1.2.2.tgz#9f84ba3244a512f3a54e5277e8eef4c489864e40"
31123133
integrity sha512-cOU9usZw8/dXIXKtwa8pM0OTJQuJkxMN6w30csNRUerHfeQ5R6U3kkU/FtJeIf3M202OHfY2U8ccInBG7/xogA==
31133134

3114-
[email protected], classnames@2.x, classnames@^2.2.1, classnames@^2.2.6, classnames@^2.3.1:
3135+
[email protected], classnames@^2.2.1, classnames@^2.3.1, classnames@^2.3.2:
31153136
version "2.5.1"
31163137
resolved "https://registry.yarnpkg.com/classnames/-/classnames-2.5.1.tgz#ba774c614be0f016da105c858e7159eae8e7687b"
31173138
integrity sha512-saHYOzhIQs6wy2sVxTM6bUDsQO4F50V9RQ22qBpEdCW+I+/Wmke2HOl6lS6dTpdxVhb88/I6+Hs+438c3lfUow==
@@ -3907,11 +3928,6 @@ dom-accessibility-api@^0.6.3:
39073928
resolved "https://registry.yarnpkg.com/dom-accessibility-api/-/dom-accessibility-api-0.6.3.tgz#993e925cc1d73f2c662e7d75dd5a5445259a8fd8"
39083929
integrity sha512-7ZgogeTnjuHbo+ct10G9Ffp0mif17idi0IyWNVA/wcwcm7NPOD/WEHVP3n7n3MhXqxoIYm8d6MuZohYWIZ4T3w==
39093930

3910-
dom-align@^1.7.0:
3911-
version "1.12.4"
3912-
resolved "https://registry.yarnpkg.com/dom-align/-/dom-align-1.12.4.tgz#3503992eb2a7cfcb2ed3b2a6d21e0b9c00d54511"
3913-
integrity sha512-R8LUSEay/68zE5c8/3BDxiTEvgb4xZTF0RKmAHfiEVN3klfIpXfi2/QCoiWPccVQ0J/ZGdz9OjzL4uJEP/MRAw==
3914-
39153931
dom-converter@^0.2.0:
39163932
version "0.2.0"
39173933
resolved "https://registry.yarnpkg.com/dom-converter/-/dom-converter-0.2.0.tgz#6721a9daee2e293682955b6afe416771627bb768"
@@ -8848,17 +8864,6 @@ [email protected]:
88488864
iconv-lite "0.4.24"
88498865
unpipe "1.0.0"
88508866

8851-
rc-align@^4.0.0:
8852-
version "4.0.15"
8853-
resolved "https://registry.yarnpkg.com/rc-align/-/rc-align-4.0.15.tgz#2bbd665cf85dfd0b0244c5a752b07565e9098577"
8854-
integrity sha512-wqJtVH60pka/nOX7/IspElA8gjPNQKIx/ZqJ6heATCkXpe1Zg4cPVrMD2vC96wjsFFL8WsmhPbx9tdMo1qqlIA==
8855-
dependencies:
8856-
"@babel/runtime" "^7.10.1"
8857-
classnames "2.x"
8858-
dom-align "^1.7.0"
8859-
rc-util "^5.26.0"
8860-
resize-observer-polyfill "^1.5.1"
8861-
88628867
rc-motion@^2.0.0:
88638868
version "2.6.2"
88648869
resolved "https://registry.yarnpkg.com/rc-motion/-/rc-motion-2.6.2.tgz#3d31f97e41fb8e4f91a4a4189b6a98ac63342869"
@@ -8868,34 +8873,33 @@ rc-motion@^2.0.0:
88688873
classnames "^2.2.1"
88698874
rc-util "^5.21.0"
88708875

8871-
8872-
version "5.2.2"
8873-
resolved "https://registry.yarnpkg.com/rc-tooltip/-/rc-tooltip-5.2.2.tgz#e5cafa8ecebf78108936a0bcb93c150fa81ac93b"
8874-
integrity sha512-jtQzU/18S6EI3lhSGoDYhPqNpWajMtS5VV/ld1LwyfrDByQpYmw/LW6U7oFXXLukjfDHQ7Ju705A82PRNFWYhg==
8876+
rc-resize-observer@^1.3.1:
8877+
version "1.4.3"
8878+
resolved "https://registry.yarnpkg.com/rc-resize-observer/-/rc-resize-observer-1.4.3.tgz#4fd41fa561ba51362b5155a07c35d7c89a1ea569"
8879+
integrity sha512-YZLjUbyIWox8E9i9C3Tm7ia+W7euPItNWSPX5sCcQTYbnwDb5uNpnLHQCG1f22oZWUhLw4Mv2tFmeWe68CDQRQ==
88758880
dependencies:
8876-
"@babel/runtime" "^7.11.2"
8877-
classnames "^2.3.1"
8878-
rc-trigger "^5.0.0"
8881+
"@babel/runtime" "^7.20.7"
8882+
classnames "^2.2.1"
8883+
rc-util "^5.44.1"
8884+
resize-observer-polyfill "^1.5.1"
88798885

8880-
rc-trigger@^5.0.0:
8881-
version "5.3.4"
8882-
resolved "https://registry.yarnpkg.com/rc-trigger/-/rc-trigger-5.3.4.tgz#6b4b26e32825677c837d1eb4d7085035eecf9a61"
8883-
integrity sha512-mQv+vas0TwKcjAO2izNPkqR4j86OemLRmvL2nOzdP9OWNWA1ivoTt5hzFqYNW9zACwmTezRiN8bttrC7cZzYSw==
8886+
8887+
version "6.4.0"
8888+
resolved "https://registry.yarnpkg.com/rc-tooltip/-/rc-tooltip-6.4.0.tgz#e832ed0392872025e59928cfc1ad9045656467fd"
8889+
integrity sha512-kqyivim5cp8I5RkHmpsp1Nn/Wk+1oeloMv9c7LXNgDxUpGm+RbXJGL+OPvDlcRnx9DBeOe4wyOIl4OKUERyH1g==
88848890
dependencies:
8885-
"@babel/runtime" "^7.18.3"
8886-
classnames "^2.2.6"
8887-
rc-align "^4.0.0"
8888-
rc-motion "^2.0.0"
8889-
rc-util "^5.19.2"
8891+
"@babel/runtime" "^7.11.2"
8892+
"@rc-component/trigger" "^2.0.0"
8893+
classnames "^2.3.1"
8894+
rc-util "^5.44.3"
88908895

8891-
rc-util@^5.19.2, rc-util@^5.21.0, rc-util@^5.26.0:
8892-
version "5.26.0"
8893-
resolved "https://registry.yarnpkg.com/rc-util/-/rc-util-5.26.0.tgz#683c4a63eaec98f159ea18c587a53d458d2b0036"
8894-
integrity sha512-dduMsbbrioH9NtetALsRjtOTF8IgymELZeQAn1Ar34pZuUycrY8zDa4y0gMMBDRZZtCjjpL7aHGX4kzRwyYkMg==
8896+
rc-util@^5.21.0, rc-util@^5.24.4, rc-util@^5.44.0, rc-util@^5.44.1, rc-util@^5.44.3:
8897+
version "5.44.3"
8898+
resolved "https://registry.yarnpkg.com/rc-util/-/rc-util-5.44.3.tgz#9eca5039906446113c4032859f88c15234547961"
8899+
integrity sha512-q6KCcOFk3rv/zD3MckhJteZxb0VjAIFuf622B7ElK4vfrZdAzs16XR5p3VTdy3+U5jfJU5ACz4QnhLSuAGe5dA==
88958900
dependencies:
88968901
"@babel/runtime" "^7.18.3"
8897-
react-is "^16.12.0"
8898-
shallowequal "^1.1.0"
8902+
react-is "^18.2.0"
88998903

89008904
89018905
version "10.1.0"
@@ -8954,7 +8958,7 @@ react-hot-loader@^4.13.1:
89548958
shallowequal "^1.1.0"
89558959
source-map "^0.7.3"
89568960

8957-
react-is@^16.12.0, react-is@^16.13.1, react-is@^16.6.0, react-is@^16.7.0:
8961+
react-is@^16.13.1, react-is@^16.6.0, react-is@^16.7.0:
89588962
version "16.13.1"
89598963
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.13.1.tgz#789729a4dc36de2999dc156dd6c1d9c18cea56a4"
89608964
integrity sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==
@@ -8969,6 +8973,11 @@ react-is@^18.0.0:
89698973
resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.2.0.tgz#199431eeaaa2e09f86427efbb4f1473edb47609b"
89708974
integrity sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==
89718975

8976+
react-is@^18.2.0:
8977+
version "18.3.1"
8978+
resolved "https://registry.yarnpkg.com/react-is/-/react-is-18.3.1.tgz#e83557dc12eae63a99e003a46388b1dcbb44db7e"
8979+
integrity sha512-/LLMVyas0ljjAtoYiPqYiL8VWXzUUdThrmU5+n20DZv+a+ClRoevUzw5JxU+Ieh5/c87ytoTBV9G1FiKfNJdmg==
8980+
89728981
89738982
version "1.9.12"
89748983
resolved "https://registry.yarnpkg.com/react-keydown/-/react-keydown-1.9.12.tgz#9e10157775c9e3f21e124987e14af45a2ed52384"

0 commit comments

Comments
 (0)