Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lbeder committed Dec 1, 2023
1 parent 7cdd96c commit 26dac84
Show file tree
Hide file tree
Showing 4 changed files with 110 additions and 171 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ethereum-attestation-service/eas-sdk",
"version": "1.3.6",
"version": "1.3.7",
"description": "Ethereum Attestation Service - TypeScript/JavaScript SDK",
"repository": "[email protected]:ethereum-attestation-service/eas-sdk.git",
"author": "Leonid Beder <[email protected]>",
Expand All @@ -18,7 +18,7 @@
"prepare:release": "pnpm lint && pnpm test && pnpm build"
},
"dependencies": {
"@ethereum-attestation-service/eas-contracts": "1.3.3",
"@ethereum-attestation-service/eas-contracts": "1.3.7",
"ethers": "^6.9.0",
"js-base64": "^3.7.5",
"lodash": "^4.17.21",
Expand All @@ -30,11 +30,11 @@
"@ianvs/prettier-plugin-sort-imports": "^4.1.1",
"@metamask/eth-sig-util": "^7.0.1",
"@types/lodash": "^4.14.202",
"@types/node": "^20.10.0",
"@types/node": "^20.10.2",
"@types/pako": "^2.0.3",
"@types/semver": "^7.5.6",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"eslint": "^8.54.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
Expand Down
Loading

0 comments on commit 26dac84

Please sign in to comment.