Skip to content

Commit 92a2aa0

Browse files
committed
Update dependency react-tooltip to v5.7.5
1 parent 63a4132 commit 92a2aa0

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

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.7.1",
14-
"react-tooltip": "5.7.4",
14+
"react-tooltip": "5.7.5",
1515
"sharp": "0.31.3",
1616
"yup": "1.0.0"
1717
},

yarn.lock

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -350,17 +350,17 @@
350350
minimatch "^3.1.2"
351351
strip-json-comments "^3.1.1"
352352

353-
"@floating-ui/core@^1.2.0":
353+
"@floating-ui/core@^1.1.0":
354354
version "1.2.0"
355355
resolved "https://registry.yarnpkg.com/@floating-ui/core/-/core-1.2.0.tgz#ae7ae7923d41f3d84cb2fd88740a89436610bbec"
356356
integrity sha512-GHUXPEhMEmTpnpIfesFA2KAoMJPb1SPQw964tToQwt+BbGXdhqTCWT1rOb0VURGylsxsYxiGMnseJ3IlclVpVA==
357357

358-
"@floating-ui/dom@^1.0.4":
359-
version "1.2.0"
360-
resolved "https://registry.yarnpkg.com/@floating-ui/dom/-/dom-1.2.0.tgz#a60212069cc58961c478037c30eba4b191c75316"
361-
integrity sha512-QXzg57o1cjLz3cGETzKXjI3kx1xyS49DW9l7kV2jw2c8Yftd434t2hllX0sVGn2Q8MtcW/4pNm8bfE1/4n6mng==
358+
"@floating-ui/dom@1.1.1":
359+
version "1.1.1"
360+
resolved "https://registry.yarnpkg.com/@floating-ui/dom/-/dom-1.1.1.tgz#66aa747e15894910869bf9144fc54fc7d6e9f975"
361+
integrity sha512-TpIO93+DIujg3g7SykEAGZMDtbJRrmnYRCNYSjJlvIbGhBjRSNTLVbNeDQBrzy9qDgUbiWdc7KA0uZHZ2tJmiw==
362362
dependencies:
363-
"@floating-ui/core" "^1.2.0"
363+
"@floating-ui/core" "^1.1.0"
364364

365365
"@hapi/hoek@^9.0.0":
366366
version "9.3.0"
@@ -4068,12 +4068,12 @@ react-is@^17.0.1:
40684068
resolved "https://registry.yarnpkg.com/react-is/-/react-is-17.0.2.tgz#e691d4a8e9c789365655539ab372762b0efb54f0"
40694069
integrity sha512-w2GsyukL62IJnlaff/nRegPQR94C/XXamvMWmSHRJ4y7Ts/4ocGRmTHvOs8PSE6pB3dWOrD/nueuU5sduBsQ4w==
40704070

4071-
react-tooltip@5.7.4:
4072-
version "5.7.4"
4073-
resolved "https://registry.yarnpkg.com/react-tooltip/-/react-tooltip-5.7.4.tgz#246269b89f55de031e3c964125443e41d3799500"
4074-
integrity sha512-Eocnm5Dl6numT52CXLVecX5p93W4ifU3TIbhGqrNfFw2KY7ES2tZDPQHH5yQ1OSWhAcxWZImuFRcUwe+W/vTig==
4071+
react-tooltip@5.7.5:
4072+
version "5.7.5"
4073+
resolved "https://registry.yarnpkg.com/react-tooltip/-/react-tooltip-5.7.5.tgz#f3487e000a24b6ff84c8181064809a57b43c2e99"
4074+
integrity sha512-hAr3AMSF47AuycEnI+ShwloYHTtVrftocXCfEjWAFvvAVpNGE9wredZs6NlUE1JtpOXIOe/oJUpoYj925v5hLQ==
40754075
dependencies:
4076-
"@floating-ui/dom" "^1.0.4"
4076+
"@floating-ui/dom" "1.1.1"
40774077
classnames "^2.3.2"
40784078

40794079
react@18.2.0:

0 commit comments

Comments
 (0)