Skip to content

Commit 7ce5fc4

Browse files
committed
chore: bump version and upgrade docs react-tooltip version
1 parent f979a60 commit 7ce5fc4

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
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.7.3"
26+
"react-tooltip": "5.7.5"
2727
},
2828
"devDependencies": {
2929
"@docusaurus/module-type-aliases": "2.3.0",

docs/yarn.lock

Lines changed: 14 additions & 14 deletions
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.0.2":
1609-
version "1.0.2"
1610-
resolved "https://registry.yarnpkg.com/@floating-ui/core/-/core-1.0.2.tgz#d06a66d3ad8214186eda2432ac8b8d81868a571f"
1611-
integrity sha512-Skfy0YS3NJ5nV9us0uuPN0HDk1Q4edljaOhRBJGDWs9EBa7ZVMYBHRFlhLvvmwEoaIM9BlH6QJFn9/uZg0bACg==
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==
16121612

1613-
"@floating-ui/dom@^1.0.4":
1614-
version "1.0.7"
1615-
resolved "https://registry.yarnpkg.com/@floating-ui/dom/-/dom-1.0.7.tgz#9e8e6615ce03e5ebc6a4ae879640a199a366f86d"
1616-
integrity sha512-6RsqvCYe0AYWtsGvuWqCm7mZytnXAZCjWtsWu1Kg8dI3INvj/DbKlDsZO+mKSaQdPT12uxIW9W2dAWJkPx4Y5g==
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==
16171617
dependencies:
1618-
"@floating-ui/core" "^1.0.2"
1618+
"@floating-ui/core" "^1.1.0"
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-
6129-
version "5.7.3"
6130-
resolved "https://registry.yarnpkg.com/react-tooltip/-/react-tooltip-5.7.3.tgz#41971e34d37ba0fdca530b3327915eba96a487c8"
6131-
integrity sha512-aaGMRQKSpsixwekVtL268D2f4mJAw4PTTEAziyjYhalm8YmFkPoZKQDnVInjmBAmcLWmY7o+yJU5SHB3rcC7Tg==
6128+
6129+
version "5.7.5"
6130+
resolved "https://registry.yarnpkg.com/react-tooltip/-/react-tooltip-5.7.5.tgz#f3487e000a24b6ff84c8181064809a57b43c2e99"
6131+
integrity sha512-hAr3AMSF47AuycEnI+ShwloYHTtVrftocXCfEjWAFvvAVpNGE9wredZs6NlUE1JtpOXIOe/oJUpoYj925v5hLQ==
61326132
dependencies:
6133-
"@floating-ui/dom" "^1.0.4"
6133+
"@floating-ui/dom" "1.1.1"
61346134
classnames "^2.3.2"
61356135

61366136

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-tooltip",
3-
"version": "5.7.4",
3+
"version": "5.7.5",
44
"description": "react tooltip component",
55
"scripts": {
66
"dev": "node ./cli.js --env=development && node --max_old_space_size=2048 ./node_modules/rollup/dist/bin/rollup -c rollup.config.dev.js --watch",

0 commit comments

Comments
 (0)