Skip to content

Commit 4fa1a38

Browse files
committed
chore: upgrade react-tooltip version in docs
1 parent d820f8b commit 4fa1a38

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

Diff for: docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"raw-loader": "^4.0.2",
2424
"react": "^18.2.0",
2525
"react-dom": "^18.2.0",
26-
"react-tooltip": "5.8.4-beta.2"
26+
"react-tooltip": "5.9.0"
2727
},
2828
"devDependencies": {
2929
"@docusaurus/module-type-aliases": "2.3.0",

Diff for: docs/yarn.lock

+14-14
Original file line numberDiff line numberDiff line change
@@ -1605,17 +1605,17 @@
16051605
url-loader "^4.1.1"
16061606
webpack "^5.73.0"
16071607

1608-
"@floating-ui/core@^1.1.0":
1609-
version "1.2.0"
1610-
resolved "https://registry.yarnpkg.com/@floating-ui/core/-/core-1.2.0.tgz#ae7ae7923d41f3d84cb2fd88740a89436610bbec"
1611-
integrity sha512-GHUXPEhMEmTpnpIfesFA2KAoMJPb1SPQw964tToQwt+BbGXdhqTCWT1rOb0VURGylsxsYxiGMnseJ3IlclVpVA==
1608+
"@floating-ui/core@^1.2.2":
1609+
version "1.2.2"
1610+
resolved "https://registry.yarnpkg.com/@floating-ui/core/-/core-1.2.2.tgz#66f62cf1b7de2ed23a09c101808536e68caffaec"
1611+
integrity sha512-FaO9KVLFnxknZaGWGmNtjD2CVFuc0u4yeGEofoyXO2wgRA7fLtkngT6UB0vtWQWuhH3iMTZZ/Y89CMeyGfn8pA==
16121612

1613-
"@floating-ui/dom@1.1.1":
1614-
version "1.1.1"
1615-
resolved "https://registry.yarnpkg.com/@floating-ui/dom/-/dom-1.1.1.tgz#66aa747e15894910869bf9144fc54fc7d6e9f975"
1616-
integrity sha512-TpIO93+DIujg3g7SykEAGZMDtbJRrmnYRCNYSjJlvIbGhBjRSNTLVbNeDQBrzy9qDgUbiWdc7KA0uZHZ2tJmiw==
1613+
"@floating-ui/dom@1.2.3":
1614+
version "1.2.3"
1615+
resolved "https://registry.yarnpkg.com/@floating-ui/dom/-/dom-1.2.3.tgz#8dc6fbf799fbb5c29f705b54bdd51f3ab0ee03a2"
1616+
integrity sha512-lK9cZUrHSJLMVAdCvDqs6Ug8gr0wmqksYiaoj/bxj2gweRQkSuhg2/V6Jswz2KiQ0RAULbqw1oQDJIMpQ5GfGA==
16171617
dependencies:
1618-
"@floating-ui/core" "^1.1.0"
1618+
"@floating-ui/core" "^1.2.2"
16191619

16201620
"@hapi/hoek@^9.0.0":
16211621
version "9.3.0"
@@ -6125,12 +6125,12 @@ react-textarea-autosize@^8.3.2:
61256125
use-composed-ref "^1.3.0"
61266126
use-latest "^1.2.1"
61276127

6128-
react-tooltip@5.8.4-beta.2:
6129-
version "5.8.4-beta.2"
6130-
resolved "https://registry.yarnpkg.com/react-tooltip/-/react-tooltip-5.8.4-beta.2.tgz#5a553ea1101e492f60ea0075df37cb7326d7f4aa"
6131-
integrity sha512-GVdpVwbbm+fMIQKiWYJBWpRJ3kYSvzWr/A9j8JUQuEmxSW/JJ+Lj+6jJcF7oVU9iA9tgkbzd+tg52f5GukxfNg==
6128+
react-tooltip@5.9.0:
6129+
version "5.9.0"
6130+
resolved "https://registry.yarnpkg.com/react-tooltip/-/react-tooltip-5.9.0.tgz#ce1c25fe1487f03c5c6a638ebce03cd220c922a2"
6131+
integrity sha512-Yqn0uigyv+bbmNbuHdc6B+zmCjEb+OhBZO4yEJuyB3V/h6JKGoqg4YI3OP1Tr7LkyrF/EHYQ8M2ZNTQ2IhX2fw==
61326132
dependencies:
6133-
"@floating-ui/dom" "1.1.1"
6133+
"@floating-ui/dom" "1.2.3"
61346134
classnames "^2.3.2"
61356135

61366136
react@^18.2.0:

0 commit comments

Comments
 (0)