mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-28 21:00:56 +08:00
fix(deps): update dependency react-tooltip to v4.5.0
This commit is contained in:
parent
851c6f0df8
commit
15c19a44a7
@ -108,7 +108,7 @@
|
||||
"react-responsive": "6.1.2",
|
||||
"react-scrollable-anchor": "0.6.1",
|
||||
"react-spinkit": "3.0.0",
|
||||
"react-tooltip": "4.4.3",
|
||||
"react-tooltip": "4.5.0",
|
||||
"react-transition-group": "4.4.5",
|
||||
"react-youtube": "7.14.0",
|
||||
"redux": "4.2.0",
|
||||
|
||||
16
package-lock.json
generated
16
package-lock.json
generated
@ -505,7 +505,7 @@
|
||||
"react-responsive": "6.1.2",
|
||||
"react-scrollable-anchor": "0.6.1",
|
||||
"react-spinkit": "3.0.0",
|
||||
"react-tooltip": "4.4.3",
|
||||
"react-tooltip": "4.5.0",
|
||||
"react-transition-group": "4.4.5",
|
||||
"react-youtube": "7.14.0",
|
||||
"redux": "4.2.0",
|
||||
@ -44987,9 +44987,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/react-tooltip": {
|
||||
"version": "4.4.3",
|
||||
"resolved": "https://registry.npmjs.org/react-tooltip/-/react-tooltip-4.4.3.tgz",
|
||||
"integrity": "sha512-l7/TDBwq3JtuLBtq6FvIs7wsqcHjvoHFT8AvNGpf0JhHwzh+ZhCDN25wM/+gxelj8i1ngw/ULFv53XRQ/wCMzQ==",
|
||||
"version": "4.5.0",
|
||||
"resolved": "https://registry.npmjs.org/react-tooltip/-/react-tooltip-4.5.0.tgz",
|
||||
"integrity": "sha512-mJNurq29atce+TJc9Xe+/FHrcEs3K9J7wkjZZXwbK5Yq6uG5SZeKSFHwd0wcRPUipVwx5crmgzSW8Zu1xyvLTQ==",
|
||||
"dependencies": {
|
||||
"prop-types": "^15.8.1",
|
||||
"uuid": "^7.0.3"
|
||||
@ -57291,7 +57291,7 @@
|
||||
"react-scrollable-anchor": "0.6.1",
|
||||
"react-spinkit": "3.0.0",
|
||||
"react-test-renderer": "16.14.0",
|
||||
"react-tooltip": "4.4.3",
|
||||
"react-tooltip": "4.5.0",
|
||||
"react-transition-group": "4.4.5",
|
||||
"react-youtube": "7.14.0",
|
||||
"redux": "4.2.0",
|
||||
@ -85952,9 +85952,9 @@
|
||||
}
|
||||
},
|
||||
"react-tooltip": {
|
||||
"version": "4.4.3",
|
||||
"resolved": "https://registry.npmjs.org/react-tooltip/-/react-tooltip-4.4.3.tgz",
|
||||
"integrity": "sha512-l7/TDBwq3JtuLBtq6FvIs7wsqcHjvoHFT8AvNGpf0JhHwzh+ZhCDN25wM/+gxelj8i1ngw/ULFv53XRQ/wCMzQ==",
|
||||
"version": "4.5.0",
|
||||
"resolved": "https://registry.npmjs.org/react-tooltip/-/react-tooltip-4.5.0.tgz",
|
||||
"integrity": "sha512-mJNurq29atce+TJc9Xe+/FHrcEs3K9J7wkjZZXwbK5Yq6uG5SZeKSFHwd0wcRPUipVwx5crmgzSW8Zu1xyvLTQ==",
|
||||
"requires": {
|
||||
"prop-types": "^15.8.1",
|
||||
"uuid": "^7.0.3"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user