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 Jul 13, 2023
1 parent 0fb9f89 commit 1fd05aa
Show file tree
Hide file tree
Showing 6 changed files with 506 additions and 394 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@v3
with:
node-version: 16
node-version: 18
cache: yarn

- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- uses: actions/setup-node@v3
with:
node-version: 16
node-version: 18
cache: yarn

- name: Install dependencies
Expand Down
87 changes: 49 additions & 38 deletions dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

19 changes: 9 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "foundry-storage-check",
"version": "3.5.0",
"version": "3.6.0",
"description": "Github Action checking the storage layout diff from Foundry storage layout reports",
"author": {
"name": "Romain (Rubilmax) Milon",
Expand All @@ -16,7 +16,6 @@
"build": "rm -rf lib && tsc --build ./tsconfig.build.json",
"format": "prettier --write '**/*.ts'",
"format:check": "prettier --check '**/*.ts'",
"lint": "eslint src/**/*.ts",
"package": "ncc build --source-map --license licenses.txt",
"release": "yarn build && yarn package",
"test": "jest --coverage"
Expand Down Expand Up @@ -45,28 +44,28 @@
"@actions/github": "^5.1.1",
"@ethersproject/providers": "^5.7.2",
"@ethersproject/solidity": "^5.7.0",
"@octokit/core": "^4.2.1",
"@solidity-parser/parser": "^0.16.0",
"@octokit/core": "^5.0.0",
"@solidity-parser/parser": "^0.16.1",
"js-sha3": "^0.8.0",
"lodash": "^4.17.21",
"shell-quote": "^1.8.1"
},
"devDependencies": {
"@actions/exec": "^1.1.1",
"@jest/types": "^29.5.0",
"@jest/types": "^29.6.1",
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
"@types/adm-zip": "^0.5.0",
"@types/jest": "^29.5.2",
"@types/jest": "^29.5.3",
"@types/lodash": "^4.14.195",
"@types/node": "^20.3.1",
"@types/node": "^20.4.2",
"@types/shell-quote": "^1.7.1",
"@vercel/ncc": "^0.36.1",
"adm-zip": "^0.5.10",
"colors": "^1.4.0",
"jest": "^29.5.0",
"jest": "^29.6.1",
"prettier": "^2.8.8",
"ts-jest": "^29.1.0",
"typescript": "^5.1.3"
"ts-jest": "^29.1.1",
"typescript": "^5.1.6"
},
"jest": {
"clearMocks": true,
Expand Down
Loading

0 comments on commit 1fd05aa

Please sign in to comment.