chore(deps): bump react-tooltip from 5.13.1 to 5.14.0

Bumps [react-tooltip](https://github.com/ReactTooltip/react-tooltip) from 5.13.1 to 5.14.0.
- [Release notes](https://github.com/ReactTooltip/react-tooltip/releases)
- [Changelog](https://github.com/ReactTooltip/react-tooltip/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ReactTooltip/react-tooltip/compare/v5.13.1...v5.14.0)

---
updated-dependencies:
- dependency-name: react-tooltip
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-06-20 21:09:59 +00:00 committed by Nicolas Meienberger
parent 1424ae31d5
commit 9fd40a320d
2 changed files with 6 additions and 6 deletions

View file

@ -69,7 +69,7 @@
"react-hot-toast": "^2.4.1",
"react-markdown": "^8.0.7",
"react-select": "^5.7.3",
"react-tooltip": "^5.13.1",
"react-tooltip": "^5.14.0",
"redaxios": "^0.5.1",
"redis": "^4.6.7",
"remark-breaks": "^3.0.3",

View file

@ -119,8 +119,8 @@ dependencies:
specifier: ^5.7.3
version: 5.7.3(@types/react@18.2.13)(react-dom@18.2.0)(react@18.2.0)
react-tooltip:
specifier: ^5.13.1
version: 5.13.1(react-dom@18.2.0)(react@18.2.0)
specifier: ^5.14.0
version: 5.14.0(react-dom@18.2.0)(react@18.2.0)
redaxios:
specifier: ^0.5.1
version: 0.5.1
@ -8719,13 +8719,13 @@ packages:
tslib: 2.5.3
dev: false
/react-tooltip@5.13.1(react-dom@18.2.0)(react@18.2.0):
resolution: {integrity: sha512-9NstDFdjyy6cIH9zjeT70zXTHlW/TIGCOWQmhkAyqLFeQioLg1FXvb9ec7AxSpn0zyFUkFSLdFYxZRuewti3Aw==}
/react-tooltip@5.14.0(react-dom@18.2.0)(react@18.2.0):
resolution: {integrity: sha512-fvHgZKSdDC/Zv7G7IL6kPJi99Fqty6zkQsYQZGSkhMmmDQhVnsBLAmY8s14Nh8bshgPmR5EvbjUDZg0yMsp1hg==}
peerDependencies:
react: '>=16.14.0'
react-dom: '>=16.14.0'
dependencies:
'@floating-ui/dom': 1.2.1
'@floating-ui/dom': 1.2.9
classnames: 2.3.2
react: 18.2.0
react-dom: 18.2.0(react@18.2.0)