Skip to content

Commit

Permalink
Update SDK version
Browse files Browse the repository at this point in the history
  • Loading branch information
lbeder committed Nov 30, 2023
1 parent 8b33ef0 commit 3f89c5b
Show file tree
Hide file tree
Showing 3 changed files with 210 additions and 261 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ethereum-attestation-service/eas-contracts-example",
"version": "1.3.3",
"version": "1.3.6",
"description": "Ethereum Attestation Service - Example",
"repository": {
"type": "git",
Expand Down Expand Up @@ -37,20 +37,20 @@
"hardhat": "2.19.1"
},
"devDependencies": {
"@ethereum-attestation-service/eas-sdk": "1.3.3",
"@ethereum-attestation-service/eas-sdk": "1.3.6",
"@ethersproject/hardware-wallets": "^5.7.0",
"@ianvs/prettier-plugin-sort-imports": "^4.1.1",
"@nomicfoundation/hardhat-ethers": "^3.0.5",
"@nomicfoundation/hardhat-toolbox": "^4.0.0",
"@nomiclabs/hardhat-solhint": "^3.0.1",
"@openzeppelin/contracts": "4.9.3",
"@typechain/ethers-v6": "^0.5.1",
"@types/chai": "^4.3.10",
"@types/chai": "^4.3.11",
"@types/chance": "^1.1.6",
"@types/mocha": "^10.0.4",
"@types/node": "^20.9.2",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.12.0",
"@types/mocha": "^10.0.6",
"@types/node": "^20.10.1",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"chai-bigint": "^0.2.0",
"decimal.js": "^10.4.3",
"eslint": "^8.54.0",
Expand All @@ -60,7 +60,7 @@
"eslint-plugin-n": "^16.3.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"ethers": "^6.8.1",
"ethers": "^6.9.0",
"glob": "^10.3.10",
"hardhat-dependency-compiler": "^1.1.3",
"mocha": "^10.2.0",
Expand Down
Loading

0 comments on commit 3f89c5b

Please sign in to comment.