Skip to content

Commit

Permalink
🔁 Bump deps
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>
  • Loading branch information
pcaversaccio committed Jun 28, 2023
1 parent 20de03b commit ef664e2
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 42 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
os:
- ubuntu-latest
node_version:
- 18.15 # https://github.com/NomicFoundation/hardhat/issues/3877
- 18

steps:
- name: Checkout
Expand Down
75 changes: 41 additions & 34 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"README.md"
],
"devDependencies": {
"@nomicfoundation/hardhat-ethers": "^3.0.2",
"@nomicfoundation/hardhat-ethers": "^3.0.3",
"@openzeppelin/contracts": "^4.9.2",
"@types/chai": "^4.3.5",
"@types/fs-extra": "^11.0.1",
Expand All @@ -52,19 +52,19 @@
"dotenv": "^16.3.1",
"eslint": "^8.43.0",
"eslint-config-prettier": "^8.8.0",
"ethers": "^6.6.1",
"hardhat": "^2.16.0",
"ethers": "^6.6.2",
"hardhat": "^2.16.1",
"mocha": "^10.2.0",
"prettier": "^2.8.8",
"prettier-plugin-solidity": "^1.1.3",
"ts-node": "^10.9.1",
"typescript": "^5.1.3",
"typescript": "^5.1.5",
"undici": "^5.22.1"
},
"peerDependencies": {
"@nomicfoundation/hardhat-ethers": "^3.0.2",
"@nomicfoundation/hardhat-ethers": "^3.0.3",
"@openzeppelin/contracts": "^4.9.2",
"ethers": "^6.6.1",
"hardhat": "^2.16.0"
"ethers": "^6.6.2",
"hardhat": "^2.16.1"
}
}

0 comments on commit ef664e2

Please sign in to comment.