Skip to content

Commit 9e9ff0e

Browse files
chore(version): v5.23.0
1 parent f0b6e4c commit 9e9ff0e

File tree

3 files changed

+22
-14
lines changed

3 files changed

+22
-14
lines changed

docs/package.json

+1-1
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.22.0"
26+
"react-tooltip": "5.23.0"
2727
},
2828
"devDependencies": {
2929
"@docusaurus/module-type-aliases": "^2.4.1",

docs/yarn.lock

+20-12
Original file line numberDiff line numberDiff line change
@@ -1606,17 +1606,25 @@
16061606
url-loader "^4.1.1"
16071607
webpack "^5.73.0"
16081608

1609-
"@floating-ui/core@^1.2.4":
1610-
version "1.2.5"
1611-
resolved "https://registry.yarnpkg.com/@floating-ui/core/-/core-1.2.5.tgz#612f0d203e6f647490d572c7b798eebac9e3cf54"
1612-
integrity sha512-qrcbyfnRVziRlB6IYwjCopYhO7Vud750JlJyuljruIXcPxr22y8zdckcJGsuOdnQ639uVD1tTXddrcH3t3QYIQ==
1609+
"@floating-ui/core@^1.4.2":
1610+
version "1.5.0"
1611+
resolved "https://registry.yarnpkg.com/@floating-ui/core/-/core-1.5.0.tgz#5c05c60d5ae2d05101c3021c1a2a350ddc027f8c"
1612+
integrity sha512-kK1h4m36DQ0UHGj5Ah4db7R0rHemTqqO0QLvUqi1/mUUp3LuAWbWxdxSIf/XsnH9VS6rRVPLJCncjRzUvyCLXg==
1613+
dependencies:
1614+
"@floating-ui/utils" "^0.1.3"
16131615

16141616
"@floating-ui/dom@^1.0.0":
1615-
version "1.2.5"
1616-
resolved "https://registry.yarnpkg.com/@floating-ui/dom/-/dom-1.2.5.tgz#c9ec259a24ce0958b1ea29674df4eee4455361a9"
1617-
integrity sha512-+sAUfpQ3Frz+VCbPCqj+cZzvEESy3fjSeT/pDWkYCWOBXYNNKZfuVsHuv8/JO2zze8+Eb/Q7a6hZVgzS81fLbQ==
1617+
version "1.5.3"
1618+
resolved "https://registry.yarnpkg.com/@floating-ui/dom/-/dom-1.5.3.tgz#54e50efcb432c06c23cd33de2b575102005436fa"
1619+
integrity sha512-ClAbQnEqJAKCJOEbbLo5IUlZHkNszqhuxS4fHAVxRPXPya6Ysf2G8KypnYcOTpx6I8xcgF9bbHb6g/2KpbV8qA==
16181620
dependencies:
1619-
"@floating-ui/core" "^1.2.4"
1621+
"@floating-ui/core" "^1.4.2"
1622+
"@floating-ui/utils" "^0.1.3"
1623+
1624+
"@floating-ui/utils@^0.1.3":
1625+
version "0.1.6"
1626+
resolved "https://registry.yarnpkg.com/@floating-ui/utils/-/utils-0.1.6.tgz#22958c042e10b67463997bd6ea7115fe28cbcaf9"
1627+
integrity sha512-OfX7E2oUDYxtBvsuS4e/jSn4Q9Qb6DzgeYtsAdkPZ47znpoNsMgZw0+tVijiv3uGNR6dgNlty6r9rzIzHjtd/A==
16201628

16211629
"@hapi/hoek@^9.0.0":
16221630
version "9.3.0"
@@ -6126,10 +6134,10 @@ react-textarea-autosize@^8.3.2:
61266134
use-composed-ref "^1.3.0"
61276135
use-latest "^1.2.1"
61286136

6129-
react-tooltip@5.22.0:
6130-
version "5.22.0"
6131-
resolved "https://registry.yarnpkg.com/react-tooltip/-/react-tooltip-5.22.0.tgz#3082065b1efbd207813f484b617b1b75325f15d5"
6132-
integrity sha512-xbJBRY1LyHYd7j00UeBOqZR9SH/1S47Pe+m8vM1a+ZXglkeSNnBt5YYoPttU/amjC/VZJAPQ8+2B9x8Fl8U1qA==
6137+
react-tooltip@5.23.0:
6138+
version "5.23.0"
6139+
resolved "https://registry.yarnpkg.com/react-tooltip/-/react-tooltip-5.23.0.tgz#dbbc950194a10e00c1b3072e71cbe0b3fcb84dfe"
6140+
integrity sha512-MYqn6n+Af8NHHDL3zrSqzVSoK2LLqTNFp30CuuHCYlBEf+q88FWfg+8pSO+0GnDvOa5ZaryNDq9sAVQeNhnsgw==
61336141
dependencies:
61346142
"@floating-ui/dom" "^1.0.0"
61356143
classnames "^2.3.0"

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-tooltip",
3-
"version": "5.22.0",
3+
"version": "5.23.0",
44
"description": "react tooltip component",
55
"scripts": {
66
"dev-rollup": "node ./prebuild.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)