Skip to content

Commit 33a93fc

Browse files
authored
Update emojilib (#115)
1 parent 7c2e3fb commit 33a93fc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
macosx:
11-
runs-on: macos-14
11+
runs-on: macos-latest
1212
steps:
1313
- uses: actions/checkout@main
1414
- uses: actions/setup-node@main

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.2.0",
2+
"version": "2.3.0",
33
"scripts": {
44
"webpack": "webpack",
55
"clean": "rm -f *.alfredworkflow; rm -rf output/*",
@@ -18,13 +18,13 @@
1818
"test"
1919
],
2020
"devDependencies": {
21-
"emojilib": "^3.0.6",
21+
"emojilib": "^4.0.1",
2222
"fontkit": "^1.8.1",
2323
"pre-commit": "^1.2.2",
2424
"snazzy": "^9.0.0",
2525
"standard": "^17.0.0",
2626
"tap": "^16.2.0",
27-
"unicode-emoji-json": "^0.5.0",
27+
"unicode-emoji-json": "^0.8.0",
2828
"webpack": "^5.72.1",
2929
"webpack-cli": "^4.9.2"
3030
}

0 commit comments

Comments
 (0)