mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(deps): update dependency react-tooltip to v4.4.0
This commit is contained in:
+1
-1
@@ -107,7 +107,7 @@
|
||||
"react-responsive": "6.1.2",
|
||||
"react-scrollable-anchor": "0.6.1",
|
||||
"react-spinkit": "3.0.0",
|
||||
"react-tooltip": "4.2.21",
|
||||
"react-tooltip": "4.4.0",
|
||||
"react-transition-group": "4.4.5",
|
||||
"react-youtube": "7.14.0",
|
||||
"redux": "4.2.0",
|
||||
|
||||
Generated
+18
-12
@@ -503,7 +503,7 @@
|
||||
"react-responsive": "6.1.2",
|
||||
"react-scrollable-anchor": "0.6.1",
|
||||
"react-spinkit": "3.0.0",
|
||||
"react-tooltip": "4.2.21",
|
||||
"react-tooltip": "4.4.0",
|
||||
"react-transition-group": "4.4.5",
|
||||
"react-youtube": "7.14.0",
|
||||
"redux": "4.2.0",
|
||||
@@ -44744,11 +44744,12 @@
|
||||
}
|
||||
},
|
||||
"node_modules/react-tooltip": {
|
||||
"version": "4.2.21",
|
||||
"license": "MIT",
|
||||
"version": "4.4.0",
|
||||
"resolved": "https://registry.npmjs.org/react-tooltip/-/react-tooltip-4.4.0.tgz",
|
||||
"integrity": "sha512-+pSsbT1UNZS+ZHAm+yfO9p9skHi11ZWxhfccuEq9oIoU52P09d+nzu1nUTqLn/hP7fUG6t+x6u2BuGKCP8vfRQ==",
|
||||
"dependencies": {
|
||||
"prop-types": "^15.7.2",
|
||||
"uuid": "^7.0.3"
|
||||
"prop-types": "^15.8.1",
|
||||
"uuid": "8.3.2"
|
||||
},
|
||||
"engines": {
|
||||
"npm": ">=6.13"
|
||||
@@ -44759,8 +44760,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/react-tooltip/node_modules/uuid": {
|
||||
"version": "7.0.3",
|
||||
"license": "MIT",
|
||||
"version": "8.3.2",
|
||||
"resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
|
||||
"integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==",
|
||||
"bin": {
|
||||
"uuid": "dist/bin/uuid"
|
||||
}
|
||||
@@ -57039,7 +57041,7 @@
|
||||
"react-scrollable-anchor": "0.6.1",
|
||||
"react-spinkit": "3.0.0",
|
||||
"react-test-renderer": "16.14.0",
|
||||
"react-tooltip": "4.2.21",
|
||||
"react-tooltip": "4.4.0",
|
||||
"react-transition-group": "4.4.5",
|
||||
"react-youtube": "7.14.0",
|
||||
"redux": "4.2.0",
|
||||
@@ -85474,14 +85476,18 @@
|
||||
}
|
||||
},
|
||||
"react-tooltip": {
|
||||
"version": "4.2.21",
|
||||
"version": "4.4.0",
|
||||
"resolved": "https://registry.npmjs.org/react-tooltip/-/react-tooltip-4.4.0.tgz",
|
||||
"integrity": "sha512-+pSsbT1UNZS+ZHAm+yfO9p9skHi11ZWxhfccuEq9oIoU52P09d+nzu1nUTqLn/hP7fUG6t+x6u2BuGKCP8vfRQ==",
|
||||
"requires": {
|
||||
"prop-types": "^15.7.2",
|
||||
"uuid": "^7.0.3"
|
||||
"prop-types": "^15.8.1",
|
||||
"uuid": "8.3.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"uuid": {
|
||||
"version": "7.0.3"
|
||||
"version": "8.3.2",
|
||||
"resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz",
|
||||
"integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg=="
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user