Skip to content

Commit 009b2d6

Browse files
committed
docs: upgrade react tooltip package
1 parent 90efbfc commit 009b2d6

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

docs/docs/getting-started.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ export const TooltipAnchor = ({ children, id, ...rest }) => {
3838
## Installation
3939

4040
```bash
41-
npm install react-tooltip@5.0.0-beta.0
41+
npm install react-tooltip@5.0.0-beta.1
4242
```
4343

4444
or
4545

4646
```bash
47-
yarn add react-tooltip@5.0.0-beta.0
47+
yarn add react-tooltip@5.0.0-beta.1
4848
```
4949

5050
## Usage

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"prism-react-renderer": "^1.3.5",
2323
"react": "18.2.0",
2424
"react-dom": "18.2.0",
25-
"react-tooltip": "5.0.0-beta.0"
25+
"react-tooltip": "5.0.0-beta.1"
2626
},
2727
"devDependencies": {
2828
"@docusaurus/module-type-aliases": "2.2.0",

docs/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6126,10 +6126,10 @@ react-textarea-autosize@^8.3.2:
61266126
use-composed-ref "^1.3.0"
61276127
use-latest "^1.2.1"
61286128

6129-
react-tooltip@5.0.0-beta.0:
6130-
version "5.0.0-beta.0"
6131-
resolved "https://registry.yarnpkg.com/react-tooltip/-/react-tooltip-5.0.0-beta.0.tgz#6411d37a9e874492901dc2205a86ee59e0d77f97"
6132-
integrity sha512-9CDjdFnow4UJrjKdIC8mR+PDFgJlkgkgOwd1xQO6nJLOCdQ7RJzWJEisuUjQzbr0ZX8zCIVTFnd9anOUKavkWA==
6129+
react-tooltip@5.0.0-beta.1:
6130+
version "5.0.0-beta.1"
6131+
resolved "https://registry.yarnpkg.com/react-tooltip/-/react-tooltip-5.0.0-beta.1.tgz#3b3efa3df05f27a91b020f414b333081f8a5e29f"
6132+
integrity sha512-jv6d3udHWqZu3ItIMvNLdo+XM9fMPWNi/Y59y1noQAoFaqT11+7c1sLqLGaAoHxUaSivOr6J+hXAIpMhyBJCPw==
61336133
dependencies:
61346134
"@floating-ui/dom" "^1.0.4"
61356135
"@floating-ui/react-dom" "^1.0.0"

0 commit comments

Comments
 (0)