Skip to content

Commit

Permalink
Update dependencies and to the newer SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
lbeder committed Oct 17, 2023
1 parent 0f570f6 commit 264e7b3
Show file tree
Hide file tree
Showing 2 changed files with 279 additions and 269 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,33 +34,33 @@
},
"dependencies": {
"@ethereum-attestation-service/eas-contracts": "1.2.0-beta.0",
"hardhat": "2.17.4"
"hardhat": "2.18.1"
},
"devDependencies": {
"@ethereum-attestation-service/eas-sdk": "1.2.0-beta.0",
"@ethereum-attestation-service/eas-sdk": "1.2.1-beta.1",
"@ethersproject/hardware-wallets": "^5.7.0",
"@ianvs/prettier-plugin-sort-imports": "^4.1.0",
"@ianvs/prettier-plugin-sort-imports": "^4.1.1",
"@nomicfoundation/hardhat-ethers": "^3.0.4",
"@nomicfoundation/hardhat-toolbox": "^3.0.0",
"@nomiclabs/hardhat-solhint": "^3.0.1",
"@openzeppelin/contracts": "4.9.3",
"@typechain/ethers-v6": "^0.5.0",
"@types/chai": "^4.3.6",
"@typechain/ethers-v6": "^0.5.1",
"@types/chai": "^4.3.8",
"@types/chance": "^1.1.4",
"@types/mocha": "^10.0.2",
"@types/node": "^20.8.2",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"@types/node": "^20.8.6",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"chai-bigint": "^0.2.0",
"decimal.js": "^10.4.3",
"eslint": "^8.50.0",
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-n": "^16.1.0",
"eslint-plugin-n": "^16.2.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"ethers": "^6.7.1",
"ethers": "^6.8.0",
"glob": "^10.3.10",
"hardhat-dependency-compiler": "^1.1.3",
"mocha": "^10.2.0",
Expand Down
Loading

0 comments on commit 264e7b3

Please sign in to comment.