From e548a7c9b0c0d8bead03dd49ea86c600515e42db Mon Sep 17 00:00:00 2001 From: kimsible Date: Tue, 11 Aug 2020 02:15:37 +0200 Subject: [PATCH] Remove unused markdown-it-emoji types dependency --- client/package.json | 1 - client/yarn.lock | 9 +-------- 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/client/package.json b/client/package.json index 11e3bf45b..9769cc813 100644 --- a/client/package.json +++ b/client/package.json @@ -61,7 +61,6 @@ "@types/linkifyjs": "^2.1.2", "@types/lodash-es": "^4.17.0", "@types/markdown-it": "^10.0.1", - "@types/markdown-it-emoji": "^1.4.0", "@types/node": "^14.0.14", "@types/sanitize-html": "1.23.2", "@types/socket.io-client": "^1.4.32", diff --git a/client/yarn.lock b/client/yarn.lock index 594ca6750..d33a7020f 100644 --- a/client/yarn.lock +++ b/client/yarn.lock @@ -1569,14 +1569,7 @@ dependencies: "@types/node" "*" -"@types/markdown-it-emoji@^1.4.0": - version "1.4.0" - resolved "https://registry.yarnpkg.com/@types/markdown-it-emoji/-/markdown-it-emoji-1.4.0.tgz#2102dcb3cdaf15d7ee1c01df0fda00f61ca5fece" - integrity sha512-TeSq2kwZZwzt/6mfKW3FXtvVdtt9ne+Fvf5/jiBejOhGcnG3keVfsxQaHSUhy0xyHaCXDfj+kZLSPQrDtR5N4w== - dependencies: - "@types/markdown-it" "*" - -"@types/markdown-it@*", "@types/markdown-it@^10.0.1": +"@types/markdown-it@^10.0.1": version "10.0.1" resolved "https://registry.yarnpkg.com/@types/markdown-it/-/markdown-it-10.0.1.tgz#94e252ab689c8e9ceb9aff2946e0a458390105eb" integrity sha512-L1ibTdA5IUe/cRBlf3N3syAOBQSN1WCMGtAWir6mKxibiRl4LmpZM4jLz+7zAqiMnhQuAP1sqZOF9wXgn2kpEg== -- 2.41.0