Skip to content

Commit 4248d20

Browse files
committed
bump deps
1 parent 0b41349 commit 4248d20

File tree

3 files changed

+54
-41
lines changed

3 files changed

+54
-41
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- name: Setup NodeJS
3030
if: startsWith(matrix.os, 'macOS') != true
31-
uses: actions/setup-node@v3
31+
uses: actions/setup-node@v4
3232
with:
3333
node-version: ${{ env.NODE_VERSION }}
3434
cache: 'pnpm'

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176
"@types/electron-localshortcut": "3.1.2",
177177
"@types/howler": "2.2.10",
178178
"@types/html-to-text": "9.0.3",
179-
"@typescript-eslint/eslint-plugin": "6.8.0",
179+
"@typescript-eslint/eslint-plugin": "6.9.0",
180180
"auto-changelog": "2.4.0",
181181
"builtin-modules": "^3.3.0",
182182
"cross-env": "7.0.3",
@@ -185,7 +185,7 @@
185185
"electron-builder": "24.6.4",
186186
"electron-devtools-installer": "3.2.0",
187187
"eslint": "8.52.0",
188-
"eslint-plugin-import": "2.28.1",
188+
"eslint-plugin-import": "2.29.0",
189189
"eslint-plugin-prettier": "5.0.1",
190190
"node-gyp": "9.4.0",
191191
"playwright": "1.39.0",

pnpm-lock.yaml

Lines changed: 51 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)