Skip to content

Commit

Permalink
build(deps): bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Rubilmax committed Oct 22, 2024
1 parent 0e44213 commit 094334f
Show file tree
Hide file tree
Showing 6 changed files with 116 additions and 58 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 22
cache: yarn

- name: Install dependencies
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
22
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@ outputs:
description: The gas diff between the base gas report and the freshly generated gas report, specifically formatted for markdown display

runs:
using: node16
using: node22
main: dist/index.js
19 changes: 9 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,29 +33,28 @@
"hardhat"
],
"dependencies": {
"@actions/artifact": "^2.1.7",
"@actions/core": "^1.10.1",
"@actions/artifact": "^2.1.11",
"@actions/core": "^1.11.1",
"@actions/exec": "^1.1.1",
"@actions/github": "^5.1.1",
"@octokit/core": "^6.1.2",
"adm-zip": "^0.5.12",
"adm-zip": "^0.5.16",
"lodash": "^4.17.21",
"minimatch": "^9.0.4"
"minimatch": "^10.0.1"
},
"devDependencies": {
"@jest/types": "^29.6.3",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/adm-zip": "^0.5.5",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.17.4",
"@types/jest": "^29.5.13",
"@types/lodash": "^4.17.12",
"@types/minimatch": "^5.1.2",
"@types/node": "^20.12.12",
"@types/node": "^22.7.8",
"@vercel/ncc": "^0.36.1",
"colors": "^1.4.0",
"jest": "^29.7.0",
"prettier": "^2.8.8",
"ts-jest": "^29.1.4",
"typescript": "^5.4.5"
"ts-jest": "^29.2.5",
"typescript": "^5.6.3"
},
"jest": {
"clearMocks": true,
Expand Down
Loading

0 comments on commit 094334f

Please sign in to comment.