Skip to content

Commit

Permalink
Update emojilib (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsumners authored Feb 1, 2025
1 parent 7c2e3fb commit 33a93fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
macosx:
runs-on: macos-14
runs-on: macos-latest
steps:
- uses: actions/checkout@main
- uses: actions/setup-node@main
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.2.0",
"version": "2.3.0",
"scripts": {
"webpack": "webpack",
"clean": "rm -f *.alfredworkflow; rm -rf output/*",
Expand All @@ -18,13 +18,13 @@
"test"
],
"devDependencies": {
"emojilib": "^3.0.6",
"emojilib": "^4.0.1",
"fontkit": "^1.8.1",
"pre-commit": "^1.2.2",
"snazzy": "^9.0.0",
"standard": "^17.0.0",
"tap": "^16.2.0",
"unicode-emoji-json": "^0.5.0",
"unicode-emoji-json": "^0.8.0",
"webpack": "^5.72.1",
"webpack-cli": "^4.9.2"
}
Expand Down

0 comments on commit 33a93fc

Please sign in to comment.