Skip to content

Commit

Permalink
Remove unused markdown-it-emoji types dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kimsible committed Aug 11, 2020
1 parent 02b3ac6 commit d5c6cfe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
1 change: 0 additions & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
9 changes: 1 addition & 8 deletions client/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1571,14 +1571,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==
Expand Down

0 comments on commit d5c6cfe

Please sign in to comment.