mirror of https://github.com/zulip/zulip.git
package: Upgrade tippy to fix false warnings.
This was an error from tippy which showed false warnings on importing `delegate`. See https://github.com/atomiks/tippyjs/pull/1006 for more details.
This commit is contained in:
parent
01c007ceaf
commit
6ce4561004
|
@ -70,7 +70,7 @@
|
||||||
"stacktrace-gps": "^3.0.4",
|
"stacktrace-gps": "^3.0.4",
|
||||||
"style-loader": "^3.2.1",
|
"style-loader": "^3.2.1",
|
||||||
"text-field-edit": "^3.1.0",
|
"text-field-edit": "^3.1.0",
|
||||||
"tippy.js": "^6.2.7",
|
"tippy.js": "^6.3.7",
|
||||||
"turndown": "^7.0.0",
|
"turndown": "^7.0.0",
|
||||||
"url-loader": "^4.1.1",
|
"url-loader": "^4.1.1",
|
||||||
"webfonts-loader": "^7.0.1",
|
"webfonts-loader": "^7.0.1",
|
||||||
|
|
|
@ -48,4 +48,4 @@ API_FEATURE_LEVEL = 107
|
||||||
# historical commits sharing the same major version, in which case a
|
# historical commits sharing the same major version, in which case a
|
||||||
# minor version bump suffices.
|
# minor version bump suffices.
|
||||||
|
|
||||||
PROVISION_VERSION = "165.1"
|
PROVISION_VERSION = "165.2"
|
||||||
|
|
|
@ -10349,10 +10349,10 @@ tinyqueue@^2.0.3:
|
||||||
resolved "https://registry.yarnpkg.com/tinyqueue/-/tinyqueue-2.0.3.tgz#64d8492ebf39e7801d7bd34062e29b45b2035f08"
|
resolved "https://registry.yarnpkg.com/tinyqueue/-/tinyqueue-2.0.3.tgz#64d8492ebf39e7801d7bd34062e29b45b2035f08"
|
||||||
integrity sha512-ppJZNDuKGgxzkHihX8v9v9G5f+18gzaTfrukGrq6ueg0lmH4nqVnA2IPG0AEH3jKEk2GRJCUhDoqpoiw3PHLBA==
|
integrity sha512-ppJZNDuKGgxzkHihX8v9v9G5f+18gzaTfrukGrq6ueg0lmH4nqVnA2IPG0AEH3jKEk2GRJCUhDoqpoiw3PHLBA==
|
||||||
|
|
||||||
tippy.js@^6.2.7:
|
tippy.js@^6.3.7:
|
||||||
version "6.3.4"
|
version "6.3.7"
|
||||||
resolved "https://registry.yarnpkg.com/tippy.js/-/tippy.js-6.3.4.tgz#e5de7067db148824fe370578722cc56c7ae7ee9f"
|
resolved "https://registry.yarnpkg.com/tippy.js/-/tippy.js-6.3.7.tgz#8ccfb651d642010ed9a32ff29b0e9e19c5b8c61c"
|
||||||
integrity sha512-ZXkQeJQTgDXOt3x6DehdqhpbFDG6b784t7LH0ugMpQSrnbOPi+MGkYQdrd13kzp1jwUPzdCT/95Ce5kw2PPAUQ==
|
integrity sha512-E1d3oP2emgJ9dRQZdf3Kkn0qJgI6ZLpyS5z6ZkY1DF3kaQaBsGZsndEpHwx+eC+tYM41HaSNvNtLx8tU57FzTQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@popperjs/core" "^2.9.0"
|
"@popperjs/core" "^2.9.0"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue