Skip to content

Commit 42dc65a

Browse files
chore: bump project version and docs package
1 parent f6e63da commit 42dc65a

File tree

3 files changed

+6
-6
lines changed

3 files changed

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

docs/yarn.lock

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

6128-
react-tooltip@5.9.1:
6129-
version "5.9.1"
6130-
resolved "https://registry.yarnpkg.com/react-tooltip/-/react-tooltip-5.9.1.tgz#be89084be7c4dff793a9b7c8f8d2495523a5161e"
6131-
integrity sha512-/lt6ZOr6MI2D/TqTq6Obd3/1LqQ10Ifxw90HLnH8reGoqQKMICe0QRyWhxjxMfRqjsH5TVQulb33ZbrjohZnuw==
6128+
react-tooltip@5.10.0:
6129+
version "5.10.0"
6130+
resolved "https://registry.yarnpkg.com/react-tooltip/-/react-tooltip-5.10.0.tgz#3650b8a903188fbf2511fdf2dcfb87e5beaef919"
6131+
integrity sha512-9qhzkWJNBXf/ajD84e4eIMUgpZW/x+q0QaVjBcELImrH8UHcW1nlIEQOeKsgKgZfqT2vrQho2Dhfh0eALcjTJQ==
61326132
dependencies:
61336133
"@floating-ui/dom" "1.2.3"
61346134
classnames "^2.3.2"

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.9.1",
3+
"version": "5.10.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)