From 6ce4561004e3ee3faeef637ba011e723249c66f1 Mon Sep 17 00:00:00 2001 From: Aman Agrawal Date: Wed, 10 Nov 2021 15:03:32 +0000 Subject: [PATCH] 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. --- package.json | 2 +- version.py | 2 +- yarn.lock | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 99de1bde0b..acb93ac687 100644 --- a/package.json +++ b/package.json @@ -70,7 +70,7 @@ "stacktrace-gps": "^3.0.4", "style-loader": "^3.2.1", "text-field-edit": "^3.1.0", - "tippy.js": "^6.2.7", + "tippy.js": "^6.3.7", "turndown": "^7.0.0", "url-loader": "^4.1.1", "webfonts-loader": "^7.0.1", diff --git a/version.py b/version.py index 8da03e590e..438559289e 100644 --- a/version.py +++ b/version.py @@ -48,4 +48,4 @@ API_FEATURE_LEVEL = 107 # historical commits sharing the same major version, in which case a # minor version bump suffices. -PROVISION_VERSION = "165.1" +PROVISION_VERSION = "165.2" diff --git a/yarn.lock b/yarn.lock index cff0bc541b..534f1b2466 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10349,10 +10349,10 @@ tinyqueue@^2.0.3: resolved "https://registry.yarnpkg.com/tinyqueue/-/tinyqueue-2.0.3.tgz#64d8492ebf39e7801d7bd34062e29b45b2035f08" integrity sha512-ppJZNDuKGgxzkHihX8v9v9G5f+18gzaTfrukGrq6ueg0lmH4nqVnA2IPG0AEH3jKEk2GRJCUhDoqpoiw3PHLBA== -tippy.js@^6.2.7: - version "6.3.4" - resolved "https://registry.yarnpkg.com/tippy.js/-/tippy.js-6.3.4.tgz#e5de7067db148824fe370578722cc56c7ae7ee9f" - integrity sha512-ZXkQeJQTgDXOt3x6DehdqhpbFDG6b784t7LH0ugMpQSrnbOPi+MGkYQdrd13kzp1jwUPzdCT/95Ce5kw2PPAUQ== +tippy.js@^6.3.7: + version "6.3.7" + resolved "https://registry.yarnpkg.com/tippy.js/-/tippy.js-6.3.7.tgz#8ccfb651d642010ed9a32ff29b0e9e19c5b8c61c" + integrity sha512-E1d3oP2emgJ9dRQZdf3Kkn0qJgI6ZLpyS5z6ZkY1DF3kaQaBsGZsndEpHwx+eC+tYM41HaSNvNtLx8tU57FzTQ== dependencies: "@popperjs/core" "^2.9.0"