diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0f6981d..066d328 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,12 +10,12 @@ jobs: macosx: runs-on: macos-latest steps: - - uses: actions/checkout@v2 - - uses: actions/setup-node@v2 + - uses: actions/checkout@main + - uses: actions/setup-node@main - run: npm install - run: npm test - run: ./build.sh - - uses: actions/upload-artifact@v2 + - uses: actions/upload-artifact@main with: name: alfred-emoji.alfredworkflow path: alfred-emoji.alfredworkflow diff --git a/package.json b/package.json index bd175c7..f3339c5 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.11.1", + "version": "1.12.0", "scripts": { "webpack": "webpack", "clean": "rm -f *.alfredworkflow; rm -rf output/*", @@ -17,16 +17,15 @@ "lint", "test" ], - "dependencies": {}, "devDependencies": { - "emojilib": "^3.0.2", + "emojilib": "^3.0.6", "fontkit": "^1.8.1", "pre-commit": "^1.2.2", "snazzy": "^9.0.0", - "standard": "^16.0.4", - "tap": "^15.1.6", - "unicode-emoji-json": "^0.3.0", - "webpack": "^5.67.0", + "standard": "^17.0.0", + "tap": "^16.2.0", + "unicode-emoji-json": "^0.3.1", + "webpack": "^5.72.1", "webpack-cli": "^4.9.2" } -} \ No newline at end of file +} diff --git a/webpack.config.js b/webpack.config.js index 51fff4b..c3a324b 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -1,7 +1,7 @@ const path = require('path') module.exports = { - mode: 'production', + mode: 'none', entry: './src/emoji.js', target: 'web', output: {