File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
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.17 .0"
26
+ "react-tooltip" : " 5.18 .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 @@ -2775,9 +2775,9 @@ caniuse-api@^3.0.0:
2775
2775
lodash.uniq "^4.5.0"
2776
2776
2777
2777
caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001400, caniuse-lite@^1.0.30001426 :
2778
- version "1.0.30001434 "
2779
- resolved "https://registry.yarnpkg.com /caniuse-lite/-/caniuse-lite-1.0.30001434 .tgz#ec1ec1cfb0a93a34a0600d37903853030520a4e5 "
2780
- integrity sha512-aOBHrLmTQw//WFa2rcF1If9fa3ypkC1wzqqiKHgfdrXTWcU8C4gKVZT77eQAPWN1APys3+uQ0Df07rKauXGEYA ==
2778
+ version "1.0.30001511 "
2779
+ resolved "https://registry.npmjs.org /caniuse-lite/-/caniuse-lite-1.0.30001511 .tgz"
2780
+ integrity sha512-NaWPJawcoedlghN4P7bDNeADD7K+rZaY6V8ZcME7PkEZo/nfOg+lnrUgRWiKbNxcQ4/toFKSxnS4WdbyPZnKkw ==
2781
2781
2782
2782
ccount@^1.0.0 :
2783
2783
version "1.1.0"
@@ -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.17 .0 :
6130
- version "5.17 .0"
6131
- resolved "https://registry.yarnpkg.com/react-tooltip/-/react-tooltip-5.17 .0.tgz#6a96b6bbbaa9398f2ec04552ea2e52639508db10 "
6132
- integrity sha512-8XvQzUkxUiA14+tfqaZl71iz1oGFMhpcrZMVaVaTzKSAm79pf0lvonzVrTY39f8ECikzlnaRYnOXfjYEwFkxnw ==
6129
+ react-tooltip@5.18 .0 :
6130
+ version "5.18 .0"
6131
+ resolved "https://registry.yarnpkg.com/react-tooltip/-/react-tooltip-5.18 .0.tgz#33e5880ef13e473def47714b17c21b3d77bf258a "
6132
+ integrity sha512-qjDK/skUJJ27sc9lTWeNxp2rLzmenBTskSsRiDOCPnupGSz2GhL5IZxDizK/sOsk0hn5iSCywt+3jKxUJ3Y4Sw ==
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.17 .0" ,
3
+ "version" : " 5.18 .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