summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorMeiMei <30769358+mei23@users.noreply.github.com>2021-05-30 20:52:39 +0900
committerGitHub <noreply@github.com>2021-05-30 20:52:39 +0900
commit798aedfc0f15419c1f37298ce2242d240e0e11fe (patch)
tree59048ceef2efdff5620f279c0ba9d2f65a6ac62c /package.json
parent:art: (diff)
downloadmisskey-798aedfc0f15419c1f37298ce2242d240e0e11fe.tar.gz
misskey-798aedfc0f15419c1f37298ce2242d240e0e11fe.tar.bz2
misskey-798aedfc0f15419c1f37298ce2242d240e0e11fe.zip
Supports Emoji 13.1 (#7539)
* Supports Emoji 13.1 * Fix regex
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json
index 610678989f..365fb865b9 100644
--- a/package.json
+++ b/package.json
@@ -30,6 +30,7 @@
"format": "gulp format"
},
"resolutions": {
+ "mfm-js/twemoji-parser": "13.1.x",
"chokidar": "^3.3.1",
"constantinople": "^4.0.1",
"jsonld/rdf-canonize/node-forge": "0.10.0",
@@ -233,6 +234,7 @@
"tsconfig-paths": "3.9.0",
"tslint": "6.1.3",
"tslint-sonarts": "1.9.0",
+ "twemoji-parser": "13.1.0",
"typeorm": "0.2.32",
"typescript": "4.2.4",
"ulid": "2.3.0",