Skip to content

Commit a81eeb8

Browse files
authored
chore: bump dependencies (#378)
1 parent 34fe3e2 commit a81eeb8

File tree

5 files changed

+499
-292
lines changed

5 files changed

+499
-292
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
-
2323
uses: actions/[email protected]
2424
with:
25-
node-version: 16
25+
node-version: 20
2626
cache: yarn
2727

2828
- name: Cache node_modules

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
-
3333
uses: actions/[email protected]
3434
with:
35-
node-version: 16
35+
node-version: 20
3636
cache: yarn
3737

3838
- name: Cache node_modules

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@ inputs:
4545
required: false
4646

4747
runs:
48-
using: 'node16'
48+
using: 'node20'
4949
main: "dist/index.js"

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"bugs": "https://github.com/dailydotdev/action-devcard/issues",
2323
"license": "BSD-3-Clause",
2424
"dependencies": {
25-
"@actions/core": "^1.10.0",
26-
"@actions/github": "^5.1.1",
25+
"@actions/core": "^1.10.1",
26+
"@actions/github": "^6.0.0",
2727
"jsdom": "^22.1.0",
2828
"node-fetch": "^3.3.2",
2929
"sharp": "^0.32.6",
@@ -35,14 +35,14 @@
3535
"@types/node": "20.x",
3636
"@types/sharp": "0.32.x",
3737
"@types/uuid": "9.x",
38-
"@typescript-eslint/eslint-plugin": "^5.62.0",
39-
"@typescript-eslint/parser": "^5.62.0",
38+
"@typescript-eslint/eslint-plugin": "^6.7.5",
39+
"@typescript-eslint/parser": "^6.7.5",
4040
"@vercel/ncc": "0.38.0",
4141
"dotenv": "^16.3.1",
42-
"eslint": "^8.44.0",
43-
"eslint-config-prettier": "^8.8.0",
44-
"eslint-plugin-prettier": "^4.2.1",
45-
"prettier": "^2.8.8",
42+
"eslint": "^8.51.0",
43+
"eslint-config-prettier": "^9.0.0",
44+
"eslint-plugin-prettier": "^5.0.1",
45+
"prettier": "^3.0.3",
4646
"typescript": "^5.2.2"
4747
}
4848
}

0 commit comments

Comments
 (0)