We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c2e3fb commit 33a93fcCopy full SHA for 33a93fc
.github/workflows/ci.yml
@@ -8,7 +8,7 @@ on:
8
9
jobs:
10
macosx:
11
- runs-on: macos-14
+ runs-on: macos-latest
12
steps:
13
- uses: actions/checkout@main
14
- uses: actions/setup-node@main
package.json
@@ -1,5 +1,5 @@
1
{
2
- "version": "2.2.0",
+ "version": "2.3.0",
3
"scripts": {
4
"webpack": "webpack",
5
"clean": "rm -f *.alfredworkflow; rm -rf output/*",
@@ -18,13 +18,13 @@
18
"test"
19
],
20
"devDependencies": {
21
- "emojilib": "^3.0.6",
+ "emojilib": "^4.0.1",
22
"fontkit": "^1.8.1",
23
"pre-commit": "^1.2.2",
24
"snazzy": "^9.0.0",
25
"standard": "^17.0.0",
26
"tap": "^16.2.0",
27
- "unicode-emoji-json": "^0.5.0",
+ "unicode-emoji-json": "^0.8.0",
28
"webpack": "^5.72.1",
29
"webpack-cli": "^4.9.2"
30
}
0 commit comments