Skip to content

Commit 00dcb45

Browse files
committed
Update dependency react-tooltip to v5.26.3
1 parent d65f529 commit 00dcb45

File tree

2 files changed

+23
-15
lines changed

2 files changed

+23
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"react": "18.2.0",
1212
"react-dom": "18.2.0",
1313
"react-icons": "4.12.0",
14-
"react-tooltip": "5.21.5",
14+
"react-tooltip": "5.26.3",
1515
"sharp": "0.32.6",
1616
"yup": "1.3.2"
1717
},

yarn.lock

Lines changed: 22 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -377,17 +377,25 @@
377377
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-8.57.0.tgz#a5417ae8427873f1dd08b70b3574b453e67b5f7f"
378378
integrity sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==
379379

380-
"@floating-ui/core@^1.2.4":
381-
version "1.2.4"
382-
resolved "https://registry.yarnpkg.com/@floating-ui/core/-/core-1.2.4.tgz#89e6311b021190c9e121fcf20306e76ac66e4066"
383-
integrity sha512-SQOeVbMwb1di+mVWWJLpsUTToKfqVNioXys011beCAhyOIFtS+GQoW4EQSneuxzmQKddExDwQ+X0hLl4lJJaSQ==
380+
"@floating-ui/core@^1.0.0":
381+
version "1.6.0"
382+
resolved "https://registry.yarnpkg.com/@floating-ui/core/-/core-1.6.0.tgz#fa41b87812a16bf123122bf945946bae3fdf7fc1"
383+
integrity sha512-PcF++MykgmTj3CIyOQbKA/hDzOAiqI3mhuoN44WRCopIs1sgoDoU4oty4Jtqaj/y3oDU6fnVSm4QG0a3t5i0+g==
384+
dependencies:
385+
"@floating-ui/utils" "^0.2.1"
384386

385-
"@floating-ui/dom@^1.0.0":
386-
version "1.2.5"
387-
resolved "https://registry.yarnpkg.com/@floating-ui/dom/-/dom-1.2.5.tgz#c9ec259a24ce0958b1ea29674df4eee4455361a9"
388-
integrity sha512-+sAUfpQ3Frz+VCbPCqj+cZzvEESy3fjSeT/pDWkYCWOBXYNNKZfuVsHuv8/JO2zze8+Eb/Q7a6hZVgzS81fLbQ==
387+
"@floating-ui/dom@^1.6.1":
388+
version "1.6.3"
389+
resolved "https://registry.yarnpkg.com/@floating-ui/dom/-/dom-1.6.3.tgz#954e46c1dd3ad48e49db9ada7218b0985cee75ef"
390+
integrity sha512-RnDthu3mzPlQ31Ss/BTwQ1zjzIhr3lk1gZB1OC56h/1vEtaXkESrOqL5fQVMfXpwGtRwX+YsZBdyHtJMQnkArw==
389391
dependencies:
390-
"@floating-ui/core" "^1.2.4"
392+
"@floating-ui/core" "^1.0.0"
393+
"@floating-ui/utils" "^0.2.0"
394+
395+
"@floating-ui/utils@^0.2.0", "@floating-ui/utils@^0.2.1":
396+
version "0.2.1"
397+
resolved "https://registry.yarnpkg.com/@floating-ui/utils/-/utils-0.2.1.tgz#16308cea045f0fc777b6ff20a9f25474dd8293d2"
398+
integrity sha512-9TANp6GPoMtYzQdt54kfAyMmz1+osLlXdg2ENroU7zzrtflTLrrC/lgrIfaSe+Wu0b89GKccT7vxXA0MoAIO+Q==
391399

392400
"@hapi/hoek@^9.0.0":
393401
version "9.3.0"
@@ -4131,12 +4139,12 @@ react-is@^17.0.1:
41314139
resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.2.tgz#e691d4a8e9c789365655539ab372762b0efb54f0"
41324140
integrity sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==
41334141

4134-
react-tooltip@5.21.5:
4135-
version "5.21.5"
4136-
resolved "https://registry.yarnpkg.com/react-tooltip/-/react-tooltip-5.21.5.tgz#3e1bc02a0e674369dea81bb201d6106724dd60cf"
4137-
integrity sha512-ey70qf6pBGi4U6xpyNlZAHobAhlo2dfxmImR2Bzd/DbLTsAYWz3TEaK+RMFuUZMq6hSPRbUHQSkP2rHBq4uFVg==
4142+
react-tooltip@5.26.3:
4143+
version "5.26.3"
4144+
resolved "https://registry.yarnpkg.com/react-tooltip/-/react-tooltip-5.26.3.tgz#bcb9a53e15bdbf9ae007ddf8bf413a317a637054"
4145+
integrity sha512-MpYAws8CEHUd/RC4GaDCdoceph/T4KHM5vS5Dbk8FOmLMvvIht2ymP2htWdrke7K6lqPO8rz8+bnwWUIXeDlzg==
41384146
dependencies:
4139-
"@floating-ui/dom" "^1.0.0"
4147+
"@floating-ui/dom" "^1.6.1"
41404148
classnames "^2.3.0"
41414149

41424150

0 commit comments

Comments
 (0)