diff options
author | Justin Thomas <justin@jdt.io> | 2022-11-05 15:02:41 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-05 23:02:41 +0100 |
commit | 18ac5f1cc8aa68ff17632f7fe99981f6a653dd62 (patch) | |
tree | 904acbcafd94091ff2a4cc82e01ab5e962da9ee3 | |
parent | b5b1a202ccf12a2c4907bc9831a5960bb10f2404 (diff) |
version emoji-mart (#19715)
* version emoji-mart * add lock file
-rw-r--r-- | package.json | 2 | ||||
-rw-r--r-- | yarn.lock | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json index 9ba819964..b1d575986 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "cssnano": "^4.1.11", "detect-passive-events": "^2.0.3", "dotenv": "^16.0.3", - "emoji-mart": "npm:emoji-mart-lazyload", + "emoji-mart": "npm:emoji-mart-lazyload@latest", "es6-symbol": "^3.1.3", "escape-html": "^1.0.3", "exif-js": "^2.3.0", diff --git a/yarn.lock b/yarn.lock index 7005028af..9351abfbc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4454,9 +4454,9 @@ emittery@^0.13.1: resolved "https://registry.yarnpkg.com/emittery/-/emittery-0.13.1.tgz#c04b8c3457490e0847ae51fced3af52d338e3dad" integrity sha512-DeWwawk6r5yR9jFgnDKYt4sLS0LmHJJi3ZOnb5/JdbYwj3nW+FxQnHIjhBKz8YLC7oRNPVM9NQ47I3CVx34eqQ== -"emoji-mart@npm:emoji-mart-lazyload": +"emoji-mart@npm:emoji-mart-lazyload@latest": version "3.0.1-j" - resolved "https://registry.npmjs.org/emoji-mart-lazyload/-/emoji-mart-lazyload-3.0.1-j.tgz#87a90d30b79d9145ece078d53e3e683c1a10ce9c" + resolved "https://registry.yarnpkg.com/emoji-mart-lazyload/-/emoji-mart-lazyload-3.0.1-j.tgz#87a90d30b79d9145ece078d53e3e683c1a10ce9c" integrity sha512-0wKF7MR0/iAeCIoiBLY+JjXCugycTgYRC2SL0y9/bjNSQlbeMdzILmPQJAufU/mgLFDUitOvjxLDhOZ9yxZ48g== dependencies: "@babel/runtime" "^7.0.0" |