Skip to content

Commit 39dfb63

Browse files
authored
Add support for emoji-toolkit 9.0.0 (#546)
1 parent 1bcaa29 commit 39dfb63

File tree

4 files changed

+11
-36
lines changed

4 files changed

+11
-36
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ Optionally, to automatically present some lines as output without providing the
226226
To add [Emoji-Toolkit](https://github.com/joypixels/emoji-toolkit) library to your `package.json` use the following command.
227227

228228
```bash
229-
npm install emoji-toolkit@^8.0.0 --save
229+
npm install emoji-toolkit@^9.0.0 --save
230230
```
231231

232232
To activate [Emoji-Toolkit](https://github.com/joypixels/emoji-toolkit) for emoji suppport you will need to include...

lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
"optionalDependencies": {
4141
"clipboard": "^2.0.11",
42-
"emoji-toolkit": "^8.0.0",
42+
"emoji-toolkit": ">= 8.0.0 < 10.0.0",
4343
"katex": "^0.16.0",
4444
"mermaid": "^10.6.0",
4545
"prismjs": "^1.28.0"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"@angular/platform-browser-dynamic": "^18.0.0",
6161
"@angular/router": "^18.0.0",
6262
"clipboard": "^2.0.11",
63-
"emoji-toolkit": "^8.0.0",
63+
"emoji-toolkit": "^9.0.0",
6464
"gumshoejs": "^5.1.2",
6565
"hammerjs": "~2.0.8",
6666
"katex": "^0.16.2",

yarn.lock

Lines changed: 8 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -5919,10 +5919,10 @@ emoji-regex@^9.2.2:
59195919
resolved "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz"
59205920
integrity sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==
59215921

5922-
emoji-toolkit@^8.0.0:
5923-
version "8.0.0"
5924-
resolved "https://registry.yarnpkg.com/emoji-toolkit/-/emoji-toolkit-8.0.0.tgz#59e0273a4a32d653b5125e9a1b8823f0611a042a"
5925-
integrity sha512-Vz8YIqQJsQ+QZ4yuKMMzliXceayqfWbNjb6bST+vm77QAhU2is3I+/PRxrNknW+q1bvHHMgjLCQXxzINWLVapg==
5922+
"emoji-toolkit@>= 8.0.0 < 10.0.0", emoji-toolkit@^9.0.0:
5923+
version "9.0.1"
5924+
resolved "https://registry.yarnpkg.com/emoji-toolkit/-/emoji-toolkit-9.0.1.tgz#b3da51a4d9b1e89608b6a8506a5df6dbc3125495"
5925+
integrity sha512-sMMNqKNLVHXJfIKoPbrRJwtYuysVNC9GlKetr72zE3SSVbHqoeDLWVrxP0uM0AE0qvdl3hbUk+tJhhwXZrDHaw==
59265926

59275927
emojis-list@^3.0.0:
59285928
version "3.0.0"
@@ -9332,7 +9332,7 @@ ng-packagr@^18.0.0:
93329332
tslib "^2.3.0"
93339333
optionalDependencies:
93349334
clipboard "^2.0.11"
9335-
emoji-toolkit "^8.0.0"
9335+
emoji-toolkit ">= 8.0.0 < 10.0.0"
93369336
katex "^0.16.0"
93379337
mermaid "^10.6.0"
93389338
prismjs "^1.28.0"
@@ -11307,16 +11307,7 @@ streamroller@^3.1.5:
1130711307
debug "^4.3.4"
1130811308
fs-extra "^8.1.0"
1130911309

11310-
"string-width-cjs@npm:string-width@^4.2.0":
11311-
version "4.2.3"
11312-
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz"
11313-
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
11314-
dependencies:
11315-
emoji-regex "^8.0.0"
11316-
is-fullwidth-code-point "^3.0.0"
11317-
strip-ansi "^6.0.1"
11318-
11319-
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
11310+
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
1132011311
version "4.2.3"
1132111312
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz"
1132211313
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -11375,14 +11366,7 @@ string_decoder@~1.1.1:
1137511366
dependencies:
1137611367
safe-buffer "~5.1.0"
1137711368

11378-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
11379-
version "6.0.1"
11380-
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz"
11381-
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
11382-
dependencies:
11383-
ansi-regex "^5.0.1"
11384-
11385-
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
11369+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
1138611370
version "6.0.1"
1138711371
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz"
1138811372
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -12196,7 +12180,7 @@ wildcard@^2.0.0:
1219612180
resolved "https://registry.npmjs.org/wildcard/-/wildcard-2.0.1.tgz"
1219712181
integrity sha512-CC1bOL87PIWSBhDcTrdeLo6eGT7mCFtrg0uIJtqJUFyK+eJnzl8A1niH56uu7KMa5XFrtiV+AQuHO3n7DsHnLQ==
1219812182

12199-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
12183+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
1220012184
version "7.0.0"
1220112185
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz"
1220212186
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -12214,15 +12198,6 @@ wrap-ansi@^6.2.0:
1221412198
string-width "^4.1.0"
1221512199
strip-ansi "^6.0.0"
1221612200

12217-
wrap-ansi@^7.0.0:
12218-
version "7.0.0"
12219-
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz"
12220-
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
12221-
dependencies:
12222-
ansi-styles "^4.0.0"
12223-
string-width "^4.1.0"
12224-
strip-ansi "^6.0.0"
12225-
1222612201
wrap-ansi@^8.1.0:
1222712202
version "8.1.0"
1222812203
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz"

0 commit comments

Comments
 (0)