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.7.1 "
26
+ "react-tooltip" : " ^5.7.2 "
27
27
},
28
28
"devDependencies" : {
29
29
"@docusaurus/module-type-aliases" : " 2.2.0" ,
Original file line number Diff line number Diff line change @@ -6112,10 +6112,10 @@ react-textarea-autosize@^8.3.2:
6112
6112
use-composed-ref "^1.3.0"
6113
6113
use-latest "^1.2.1"
6114
6114
6115
- react-tooltip@^5.7.1 :
6116
- version "5.7.1 "
6117
- resolved "https://registry.yarnpkg.com/react-tooltip/-/react-tooltip-5.7.1 .tgz#8b4d55ed8b6a85cdb0c51847c33b619a1941a51c "
6118
- integrity sha512-QfGco3XdjmB2zM3DDsjK09+NmP/8JPG4Jpz26KHpvjmZB12MolvraBtub9h7xrhV6FeuMTQfd+P2DpTxmQZaaQ ==
6115
+ react-tooltip@^5.7.2 :
6116
+ version "5.7.2 "
6117
+ resolved "https://registry.yarnpkg.com/react-tooltip/-/react-tooltip-5.7.2 .tgz#d6896c4e2264f73be135377fbc7685c8b5bb1e3d "
6118
+ integrity sha512-Lv6SCgDCejnjs8EKEFW0f+5V0KXbgZYAQvbhMNleF2AJfcXsLn1EbL9XeCoCDeMziHCaC/HxOBnsw+xbMmZ3Og ==
6119
6119
dependencies :
6120
6120
" @floating-ui/dom" " ^1.0.4"
6121
6121
classnames "^2.3.2"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-tooltip" ,
3
- "version" : " 5.7.1 " ,
3
+ "version" : " 5.7.2 " ,
4
4
"description" : " react tooltip component" ,
5
5
"scripts" : {
6
6
"dev" : " node ./cli.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