Skip to content

Commit

Permalink
Merge branch 'feat/update-packages' into fix/update-config
Browse files Browse the repository at this point in the history
  • Loading branch information
dristpunk committed Nov 28, 2023
2 parents d79252e + 106f38a commit a28ddef
Show file tree
Hide file tree
Showing 3 changed files with 340 additions and 380 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

strategy:
matrix:
node-version: [16.x]
node-version: [18.x]

steps:
- uses: actions/checkout@v3
Expand All @@ -38,9 +38,9 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
cache: "yarn"
cache: 'yarn'

- name: Install dependencies
run: yarn --frozen-lockfile --network-concurrency 1

- run: yarn lint:check
- run: yarn lint:check
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,12 @@
"package.json": "sort-package-json"
},
"dependencies": {
"@openzeppelin/contracts": "5.0.0",
"ds-test": "github:dapphub/ds-test#e282159",
"forge-std": "github:foundry-rs/forge-std#v1.5.6",
"forge-std": "github:foundry-rs/forge-std#v1.7.3",
"isolmate": "github:defi-wonderland/isolmate#59e1804",
"prb/test": "github:paulrberg/prb-test#a245c71"
"prb/test": "github:paulrberg/prb-test#v0.6.5",
"semver": ">=5.7.2"
},
"devDependencies": {
"@commitlint/cli": "17.0.3",
Expand Down
Loading

0 comments on commit a28ddef

Please sign in to comment.