From bb8bb7624036776b6b53a96d10081afe78925773 Mon Sep 17 00:00:00 2001 From: Daniel Barion Date: Mon, 12 Jun 2023 13:54:17 -0300 Subject: [PATCH] docs: upgrade react-tooltip version --- docs/package.json | 2 +- docs/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/package.json b/docs/package.json index be9b13bd..00021510 100644 --- a/docs/package.json +++ b/docs/package.json @@ -23,7 +23,7 @@ "raw-loader": "^4.0.2", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-tooltip": "5.13.1" + "react-tooltip": "5.13.2" }, "devDependencies": { "@docusaurus/module-type-aliases": "^2.4.1", diff --git a/docs/yarn.lock b/docs/yarn.lock index b21e4954..457618b9 100644 --- a/docs/yarn.lock +++ b/docs/yarn.lock @@ -6126,10 +6126,10 @@ react-textarea-autosize@^8.3.2: use-composed-ref "^1.3.0" use-latest "^1.2.1" -react-tooltip@5.13.1: - version "5.13.1" - resolved "https://registry.yarnpkg.com/react-tooltip/-/react-tooltip-5.13.1.tgz#d0b64d6c783301fa87248b45c662299a0a1276f9" - integrity sha512-9NstDFdjyy6cIH9zjeT70zXTHlW/TIGCOWQmhkAyqLFeQioLg1FXvb9ec7AxSpn0zyFUkFSLdFYxZRuewti3Aw== +react-tooltip@5.13.2: + version "5.13.2" + resolved "https://registry.yarnpkg.com/react-tooltip/-/react-tooltip-5.13.2.tgz#96aa7a4947045d98755861314dfacc5474fbb34c" + integrity sha512-0Jtvo2eycYHRerb/+LUFf9p107dqpXxR08pT1SXtXxUPtiH5+kyVCUXFQglkBxjBPfGcEhYqGYnvKZuIVdNNXA== dependencies: "@floating-ui/dom" "^1.0.0" classnames "^2.3.0"