Skip to content

Commit 1bc3732

Browse files
authored
Merge pull request #851 from ReactTooltip/docs/v5-1-0
docs: upgrade react tooltip version in docs
2 parents 5d912bb + 0af7b4d commit 1bc3732

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/package.json

Lines changed: 1 addition & 1 deletion
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.0.0"
26+
"react-tooltip": "5.1.0"
2727
},
2828
"devDependencies": {
2929
"@docusaurus/module-type-aliases": "2.2.0",

docs/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6112,10 +6112,10 @@ react-textarea-autosize@^8.3.2:
61126112
use-composed-ref "^1.3.0"
61136113
use-latest "^1.2.1"
61146114

6115-
react-tooltip@5.0.0:
6116-
version "5.0.0"
6117-
resolved "https://registry.yarnpkg.com/react-tooltip/-/react-tooltip-5.0.0.tgz#5e68f2ebd46e47ad03ee348050ed444b603b657b"
6118-
integrity sha512-e7V+Umk8nKPIiyDqnFfwnx+5kYvwHyowwmqaKHkLU6plF6mwMFfDeh4pr+xe7urqWt2pyWmI2p5h2zPJTNGmRQ==
6115+
react-tooltip@5.1.0:
6116+
version "5.1.0"
6117+
resolved "https://registry.yarnpkg.com/react-tooltip/-/react-tooltip-5.1.0.tgz#c128ae224c33e4a47354aea5e150e0e2e4f2a546"
6118+
integrity sha512-7lFBLVWUfUS1tf+4rIvL8QOWpKjmxGWuLQOh0gvXvgd3Mso9OixYRNiLy9vqDyf8pRWz4RNnXqJmPNRF6P/oZQ==
61196119
dependencies:
61206120
"@floating-ui/dom" "^1.0.4"
61216121
classnames "^2.3.2"

0 commit comments

Comments
 (0)