mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-13 21:02:08 +08:00
fix(deps): update dependency react-tooltip to v4.5.1
This commit is contained in:
parent
10fd02c97a
commit
caaec39157
@ -107,7 +107,7 @@
|
||||
"react-responsive": "6.1.2",
|
||||
"react-scrollable-anchor": "0.6.1",
|
||||
"react-spinkit": "3.0.0",
|
||||
"react-tooltip": "4.5.0",
|
||||
"react-tooltip": "4.5.1",
|
||||
"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
@ -503,7 +503,7 @@
|
||||
"react-responsive": "6.1.2",
|
||||
"react-scrollable-anchor": "0.6.1",
|
||||
"react-spinkit": "3.0.0",
|
||||
"react-tooltip": "4.5.0",
|
||||
"react-tooltip": "4.5.1",
|
||||
"react-transition-group": "4.4.5",
|
||||
"react-youtube": "7.14.0",
|
||||
"redux": "4.2.0",
|
||||
@ -45108,9 +45108,9 @@
|
||||
}
|
||||
},
|
||||
"node_modules/react-tooltip": {
|
||||
"version": "4.5.0",
|
||||
"resolved": "https://registry.npmjs.org/react-tooltip/-/react-tooltip-4.5.0.tgz",
|
||||
"integrity": "sha512-mJNurq29atce+TJc9Xe+/FHrcEs3K9J7wkjZZXwbK5Yq6uG5SZeKSFHwd0wcRPUipVwx5crmgzSW8Zu1xyvLTQ==",
|
||||
"version": "4.5.1",
|
||||
"resolved": "https://registry.npmjs.org/react-tooltip/-/react-tooltip-4.5.1.tgz",
|
||||
"integrity": "sha512-Zo+CSFUGXar1uV+bgXFFDe7VeS2iByeIp5rTgTcc2HqtuOS5D76QapejNNfx320MCY91TlhTQat36KGFTqgcvw==",
|
||||
"dependencies": {
|
||||
"prop-types": "^15.8.1",
|
||||
"uuid": "^7.0.3"
|
||||
@ -57417,7 +57417,7 @@
|
||||
"react-scrollable-anchor": "0.6.1",
|
||||
"react-spinkit": "3.0.0",
|
||||
"react-test-renderer": "16.14.0",
|
||||
"react-tooltip": "4.5.0",
|
||||
"react-tooltip": "4.5.1",
|
||||
"react-transition-group": "4.4.5",
|
||||
"react-youtube": "7.14.0",
|
||||
"redux": "4.2.0",
|
||||
@ -86168,9 +86168,9 @@
|
||||
}
|
||||
},
|
||||
"react-tooltip": {
|
||||
"version": "4.5.0",
|
||||
"resolved": "https://registry.npmjs.org/react-tooltip/-/react-tooltip-4.5.0.tgz",
|
||||
"integrity": "sha512-mJNurq29atce+TJc9Xe+/FHrcEs3K9J7wkjZZXwbK5Yq6uG5SZeKSFHwd0wcRPUipVwx5crmgzSW8Zu1xyvLTQ==",
|
||||
"version": "4.5.1",
|
||||
"resolved": "https://registry.npmjs.org/react-tooltip/-/react-tooltip-4.5.1.tgz",
|
||||
"integrity": "sha512-Zo+CSFUGXar1uV+bgXFFDe7VeS2iByeIp5rTgTcc2HqtuOS5D76QapejNNfx320MCY91TlhTQat36KGFTqgcvw==",
|
||||
"requires": {
|
||||
"prop-types": "^15.8.1",
|
||||
"uuid": "^7.0.3"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user