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.10.6 "
26
+ "react-tooltip" : " 5.11.2 "
27
27
},
28
28
"devDependencies" : {
29
29
"@docusaurus/module-type-aliases" : " 2.3.0" ,
Original file line number Diff line number Diff line change @@ -6125,10 +6125,10 @@ react-textarea-autosize@^8.3.2:
6125
6125
use-composed-ref "^1.3.0"
6126
6126
use-latest "^1.2.1"
6127
6127
6128
- react-tooltip@5.10.6 :
6129
- version "5.10.6 "
6130
- resolved "https://registry.yarnpkg.com/react-tooltip/-/react-tooltip-5.10.6 .tgz#b9e6bc91b002b52b52d3ec8cd3375dceb1186104 "
6131
- integrity sha512-eYxJsP4H/u0eD6key23rZB80mT2xPy8ehu9CgrXuqZT6+ol7HY1Zx7G31xS6nDzwlQs4vFLd6v1muZ1luPie+w ==
6128
+ react-tooltip@5.11.2 :
6129
+ version "5.11.2 "
6130
+ resolved "https://registry.yarnpkg.com/react-tooltip/-/react-tooltip-5.11.2 .tgz#6131108d30944e9e5294ebe069677340c828d13b "
6131
+ integrity sha512-yKTX6FeHtv2DjvuHHIjvNkBcTzbTk63wqVbAe7+Ub09ePzby54AdfYppZKbx5KT1+k9+vEv+k+jTaOZMNxsTnA ==
6132
6132
dependencies :
6133
6133
" @floating-ui/dom" " ^1.0.0"
6134
6134
classnames "^2.3.0"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-tooltip" ,
3
- "version" : " 5.11.1 " ,
3
+ "version" : " 5.11.2 " ,
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