Skip to content

Commit d5a7e3e

Browse files
committedNov 11, 2023
Update emoji-toolkit lib to 8.0.0 (#478)
1 parent 3ca7b61 commit d5a7e3e

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed
 

‎README.md

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

243243
```bash
244-
npm install emoji-toolkit@^7.0.0 --save
244+
npm install emoji-toolkit@^8.0.0 --save
245245
```
246246

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

‎lib/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
},
4141
"optionalDependencies": {
4242
"clipboard": "^2.0.11",
43-
"emoji-toolkit": "^7.0.0",
43+
"emoji-toolkit": "^8.0.0",
4444
"katex": "^0.16.0",
4545
"mermaid": "^10.6.0",
4646
"prismjs": "^1.28.0"

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"@angular/platform-browser-dynamic": "^16.0.0",
5959
"@angular/router": "^16.0.0",
6060
"clipboard": "^2.0.11",
61-
"emoji-toolkit": "^7.0.0",
61+
"emoji-toolkit": "^8.0.0",
6262
"gumshoejs": "^5.1.2",
6363
"hammerjs": "~2.0.8",
6464
"katex": "^0.16.2",

‎yarn.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -4904,10 +4904,10 @@ emoji-regex@^9.2.2:
49044904
resolved "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz"
49054905
integrity sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==
49064906

4907-
emoji-toolkit@^7.0.0:
4908-
version "7.0.1"
4909-
resolved "https://registry.npmjs.org/emoji-toolkit/-/emoji-toolkit-7.0.1.tgz"
4910-
integrity sha512-l5aJyAhpC5s4mDuoVuqt4SzVjwIsIvakPh4ZGJJE4KWuWFCEHaXacQFkStVdD9zbRR+/BbRXob7u99o0lQFr8A==
4907+
emoji-toolkit@^8.0.0:
4908+
version "8.0.0"
4909+
resolved "https://registry.yarnpkg.com/emoji-toolkit/-/emoji-toolkit-8.0.0.tgz#59e0273a4a32d653b5125e9a1b8823f0611a042a"
4910+
integrity sha512-Vz8YIqQJsQ+QZ4yuKMMzliXceayqfWbNjb6bST+vm77QAhU2is3I+/PRxrNknW+q1bvHHMgjLCQXxzINWLVapg==
49114911

49124912
emojis-list@^3.0.0:
49134913
version "3.0.0"
@@ -8146,7 +8146,7 @@ ng-packagr@^16.0.0:
81468146
tslib "^2.3.0"
81478147
optionalDependencies:
81488148
clipboard "^2.0.11"
8149-
emoji-toolkit "^7.0.0"
8149+
emoji-toolkit "^8.0.0"
81508150
katex "^0.16.0"
81518151
mermaid "^10.6.0"
81528152
prismjs "^1.28.0"

0 commit comments

Comments
 (0)
Please sign in to comment.