Skip to content

Commit e69ebba

Browse files
chore: bump project version and docs package
1 parent f49fe16 commit e69ebba

File tree

3 files changed

+6
-6
lines changed

3 files changed

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

docs/yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -6112,10 +6112,10 @@ react-textarea-autosize@^8.3.2:
61126112
use-composed-ref "^1.3.0"
61136113
use-latest "^1.2.1"
61146114

6115-
react-tooltip@5.4.0:
6116-
version "5.4.0"
6117-
resolved "https://registry.yarnpkg.com/react-tooltip/-/react-tooltip-5.4.0.tgz#522fa9408812ec52c67e67222832519dfa089c12"
6118-
integrity sha512-bfUZUQ1im0TrO49yhG4qtYsx4WTPzF4TSELAgQfcOYuUfO7Ho09SdIU9LxzbBwhH55ZWgYhOpeCp9VKH6Cokdw==
6115+
react-tooltip@^5.5.0:
6116+
version "5.5.0"
6117+
resolved "https://registry.yarnpkg.com/react-tooltip/-/react-tooltip-5.5.0.tgz#c8f86e4f183f755388f5f67311ea8a93b0fa891d"
6118+
integrity sha512-eUYlpy77FX0RaP2J+DU9FbgYNaVCAd5h/aFuTynkeuErlh0Sn9S3O9qSJhH/zvMJBquOkF4llHqmNVP1oZP5Pg==
61196119
dependencies:
61206120
"@floating-ui/dom" "^1.0.4"
61216121
classnames "^2.3.2"

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-tooltip",
3-
"version": "5.4.0",
3+
"version": "5.5.0",
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)