File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 23
23
"raw-loader" : " ^4.0.2" ,
24
24
"react" : " ^18.2.0" ,
25
25
"react-dom" : " ^18.2.0" ,
26
- "react-tooltip" : " 5.21.7 "
26
+ "react-tooltip" : " 5.22.0 "
27
27
},
28
28
"devDependencies" : {
29
29
"@docusaurus/module-type-aliases" : " ^2.4.1" ,
Original file line number Diff line number Diff line change @@ -6126,10 +6126,10 @@ react-textarea-autosize@^8.3.2:
6126
6126
use-composed-ref "^1.3.0"
6127
6127
use-latest "^1.2.1"
6128
6128
6129
- react-tooltip@5.21.7 :
6130
- version "5.21.7 "
6131
- resolved "https://registry.yarnpkg.com/react-tooltip/-/react-tooltip-5.21.7 .tgz#37802a9e6395248c76a9b059c0dbdba297054dea "
6132
- integrity sha512-wixHG2I2umJIL4iHG1ewIkkiqyJuXTHJwZWry8jFKonkQQ9xhwPgqGXqE8NGyJGN7n0Did1HjBnaCW5NsGr7zA ==
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 ==
6133
6133
dependencies :
6134
6134
" @floating-ui/dom" " ^1.0.0"
6135
6135
classnames "^2.3.0"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-tooltip" ,
3
- "version" : " 5.21.7 " ,
3
+ "version" : " 5.22.0 " ,
4
4
"description" : " react tooltip component" ,
5
5
"scripts" : {
6
6
"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" ,
You can’t perform that action at this time.
0 commit comments