chore: roll react-tooltip back to 4.1.0

Later versions use random classnames, breaking snapshots.
This commit is contained in:
Oliver Eyton-Williams
2020-03-31 09:37:18 +02:00
committed by Mrugesh Mohapatra
parent db4b94f5ad
commit 8300a669a3
2 changed files with 115 additions and 4 deletions

117
client/package-lock.json generated
View File

@ -2682,6 +2682,16 @@
"normalize-path": "^2.1.1"
}
},
"aphrodite-jss": {
"version": "2.1.0",
"resolved": "https://registry.npmjs.org/aphrodite-jss/-/aphrodite-jss-2.1.0.tgz",
"integrity": "sha512-25gINvLunuuVbegcnkLTXcCGKN/xeuVSW+Gl5elV5DhUeT+ueIpTghdyjaXmpiklzrQjXKZGSWbic+33DM+Q0A==",
"requires": {
"jss": "^8.1.0",
"jss-preset-default": "^3.0.0",
"murmurhash-js": "^1.0.0"
}
},
"application-config-path": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/application-config-path/-/application-config-path-0.1.0.tgz",
@ -5075,6 +5085,14 @@
}
}
},
"css-vendor": {
"version": "0.3.8",
"resolved": "https://registry.npmjs.org/css-vendor/-/css-vendor-0.3.8.tgz",
"integrity": "sha1-ZCHP0wNM5mT+dnOXL9ARn8KJQfo=",
"requires": {
"is-in-browser": "^1.0.2"
}
},
"css-what": {
"version": "2.1.3",
"resolved": "https://registry.npmjs.org/css-what/-/css-what-2.1.3.tgz",
@ -10768,6 +10786,11 @@
"resolved": "https://registry.npmjs.org/is-hexadecimal/-/is-hexadecimal-1.0.4.tgz",
"integrity": "sha512-gyPJuv83bHMpocVYoqof5VDiZveEoGoFL8m3BXNb2VW8Xs+rz9kqO8LOQ5DH6EsuvilT1ApazU0pyl+ytbPtlw=="
},
"is-in-browser": {
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/is-in-browser/-/is-in-browser-1.1.3.tgz",
"integrity": "sha1-Vv9NtoOgeMYILrldrX3GLh0E+DU="
},
"is-installed-globally": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/is-installed-globally/-/is-installed-globally-0.1.0.tgz",
@ -11851,6 +11874,88 @@
"verror": "1.10.0"
}
},
"jss": {
"version": "8.1.0",
"resolved": "https://registry.npmjs.org/jss/-/jss-8.1.0.tgz",
"integrity": "sha512-NZ4CNAoPaPlM2rqHxPG5uGQbQEFZ9n1PITn0+wGIdAk2ZtA/F6el0SphLHf8So1Sx6N34hnVFFIuc32/hdsEzw==",
"requires": {
"is-in-browser": "^1.0.2",
"warning": "^3.0.0"
}
},
"jss-camel-case": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/jss-camel-case/-/jss-camel-case-5.0.0.tgz",
"integrity": "sha512-vz11ip5EIlGuevtlUo9xIgiuD+it4Ebbb0+Y4o0A4oA8eOWY4aY7ihi/L7WvkQ54xnGOjUvLZ6nm2VYch2ufYg=="
},
"jss-compose": {
"version": "4.0.0",
"resolved": "https://registry.npmjs.org/jss-compose/-/jss-compose-4.0.0.tgz",
"integrity": "sha512-VnsEziD2Lwrfwp10wx39FNybRLW5+RX/E2qQAXPAMbS+nHc0Jf2dC6ZiCfn5FaBGrpzLfIZ9MalTJDx4CQoMAQ==",
"requires": {
"warning": "^3.0.0"
}
},
"jss-default-unit": {
"version": "7.0.0",
"resolved": "https://registry.npmjs.org/jss-default-unit/-/jss-default-unit-7.0.0.tgz",
"integrity": "sha512-U1Oi1h45vFRuISr+g1DQ3Oua7CkNKNs47fTdiT/lHkuBMc6BBDUbPv9IbPPhk9gsEaX45Iy9TX8CAuaHLPCfEA=="
},
"jss-expand": {
"version": "4.0.1",
"resolved": "https://registry.npmjs.org/jss-expand/-/jss-expand-4.0.1.tgz",
"integrity": "sha512-LRIMXXChAOgnhwSqYLJg8MS6dI98bf/sg52pAg04pbjOAtjfzyS0JTnQAiyk3PxqR3nKFR/Yv44ahpIpkdcxVA=="
},
"jss-extend": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/jss-extend/-/jss-extend-5.0.0.tgz",
"integrity": "sha512-fUp+9KipbdmzSfTxNHoT3mrFnE7fYn7EyHg3LTUexfpWrwj5Afkwb3iCfYV7GYCpg9OKDsqc18atwjHvSPWWKg==",
"requires": {
"warning": "^3.0.0"
}
},
"jss-global": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/jss-global/-/jss-global-2.0.0.tgz",
"integrity": "sha512-/FSOMp4lF/vg47T/w8kKvL9tu7ka9am8N4izS63W81Qlay9hAq6xe9RxrPxygLpnn4KEb8LNbkKRoUv4SJfQsQ=="
},
"jss-nested": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/jss-nested/-/jss-nested-5.0.0.tgz",
"integrity": "sha512-9Molau+XVpSc6QEco3EC5yXmzeGMc5ZVII8+qy6jD6bvu6Y9mpfGoJ00LalR/n7xr/LC7Cxgs44UQQlLzumMBg==",
"requires": {
"warning": "^3.0.0"
}
},
"jss-preset-default": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/jss-preset-default/-/jss-preset-default-3.0.0.tgz",
"integrity": "sha512-5wRsHsV89XjnQlUVN5jQfo6gcfcirDJmsMJL52HmWoQlV9SA+jhUtt1w3LjcJHe4e3tX4u/To/x3Btmhi+LZtQ==",
"requires": {
"jss-camel-case": "^5.0.0",
"jss-compose": "^4.0.0",
"jss-default-unit": "^7.0.0",
"jss-expand": "^4.0.0",
"jss-extend": "^5.0.0",
"jss-global": "^2.0.0",
"jss-nested": "^5.0.0",
"jss-props-sort": "^5.0.0",
"jss-vendor-prefixer": "^6.0.0"
}
},
"jss-props-sort": {
"version": "5.0.0",
"resolved": "https://registry.npmjs.org/jss-props-sort/-/jss-props-sort-5.0.0.tgz",
"integrity": "sha512-xtoVE7BlcPaMN/dzypHPYJn+QiphLPB1skypAOp9zLkOozPbR/x0JVAFdZnd7zqmmjvg+Ma/txjSg0HN/eZsGA=="
},
"jss-vendor-prefixer": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/jss-vendor-prefixer/-/jss-vendor-prefixer-6.0.0.tgz",
"integrity": "sha512-leqW7B2QLXYsUNR3jsUZP3CkuOYcWXyfF8TSJc4XNxhVCNH7ztK5dcnF8nLoMnxT0w/ajloeJKcch2ty/viCAA==",
"requires": {
"css-vendor": "^0.3.8"
}
},
"jsx-ast-utils": {
"version": "2.2.3",
"resolved": "https://registry.npmjs.org/jsx-ast-utils/-/jsx-ast-utils-2.2.3.tgz",
@ -12858,6 +12963,11 @@
"resolved": "https://registry.npmjs.org/multicast-dns-service-types/-/multicast-dns-service-types-1.1.0.tgz",
"integrity": "sha1-iZ8R2WhuXgXLkbNdXw5jt3PPyQE="
},
"murmurhash-js": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/murmurhash-js/-/murmurhash-js-1.0.0.tgz",
"integrity": "sha1-sGJ44h/Gw3+lMTcysEEry2rhX1E="
},
"mute-stream": {
"version": "0.0.7",
"resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.7.tgz",
@ -15570,10 +15680,11 @@
}
},
"react-tooltip": {
"version": "4.1.2",
"resolved": "https://registry.npmjs.org/react-tooltip/-/react-tooltip-4.1.2.tgz",
"integrity": "sha512-AXQ5uumN/ZpPO6mlPrV52S1As1OOHhyp3pinWFEtTlpKojS8+CL5r/n0oiO8GR5hWqrvEONU34NEF01N2ODwqg==",
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/react-tooltip/-/react-tooltip-4.1.0.tgz",
"integrity": "sha512-SA+5oinbM21YnzX9Mi6QwY8zEIfjwSTOLuO38XfrxXnfrBWjDAgV+aJXNYyaqSiDittaecGP5L/xi6T+b3M0kQ==",
"requires": {
"aphrodite-jss": "^2.1.0",
"prop-types": "^15.7.2"
}
},

View File

@ -62,7 +62,7 @@
"react-responsive": "^6.1.1",
"react-spinkit": "^3.0.0",
"react-stripe-elements": "^2.0.3",
"react-tooltip": "^4.1.2",
"react-tooltip": "^4.1.0",
"react-transition-group": "^4.3.0",
"react-youtube": "^7.9.0",
"redux": "^4.0.4",