Skip to content

Commit 49fc47d

Browse files
committed
chore: bump project version and upgrade docs package
1 parent cf23dba commit 49fc47d

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

docs/yarn.lock

Lines changed: 4 additions & 4 deletions
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.1.3:
6116-
version "5.1.3"
6117-
resolved "https://registry.yarnpkg.com/react-tooltip/-/react-tooltip-5.1.3.tgz#b90491b4dc3b22999b470f38d772cee8e97f5a59"
6118-
integrity sha512-taUR/Qk8RvQDq1pEET9kV7cHTmnAaGXg/pAOFA1GVfbEWtlTABLwVJPnDCOAFdtVBntGS1y7lS14fC+dNFX0uQ==
6115+
react-tooltip@5.2.0:
6116+
version "5.2.0"
6117+
resolved "https://registry.yarnpkg.com/react-tooltip/-/react-tooltip-5.2.0.tgz#e10e7de2385e8fe6bf3438739c574558b455de3b"
6118+
integrity sha512-EH6XIg2MDbMTEElSAZQVXMVeFoOhTgQuea2or0iwyzsr9v8rJf3ImMhOtq7Xe/BPlougxC+PmOibazodLdaRoA==
61196119
dependencies:
61206120
"@floating-ui/dom" "^1.0.4"
61216121
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.1.3",
3+
"version": "5.2.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)