Skip to content

Commit

Permalink
Update Dependencies (easy) (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
bh2smith authored May 8, 2024
1 parent 46eeea2 commit dd4b185
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"eslint": "^8.57.0",
"ethers": "^6.12.0",
"jest": "^29.7.0",
"opensea-js": "^7.0.9",
"opensea-js": "^7.1.8",
"prettier": "^3.2.5",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
Expand All @@ -30,6 +30,6 @@
"@near-wallet-selector/core": "^8.9.5",
"elliptic": "^6.5.5",
"near-api-js": "^3.0.3",
"viem": "^2.8.14"
"viem": "^2.10.2"
}
}
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2907,7 +2907,7 @@ onetime@^5.1.2:
dependencies:
mimic-fn "^2.1.0"

opensea-js@^7.0.9:
opensea-js@^7.1.8:
version "7.1.8"
resolved "https://registry.yarnpkg.com/opensea-js/-/opensea-js-7.1.8.tgz#d43434d47a1bb5c3e643ece80cc9dc8f2118a152"
integrity sha512-DBlfMuBoNfMvVO7siQQE72wCdgQqG0qgJWi9H8CNkaBrU2IMl2kAjZE//cbqZyWEb9Kie/CEpbT6ICy0wjh4dg==
Expand Down Expand Up @@ -3459,7 +3459,7 @@ v8-to-istanbul@^9.0.1:
"@types/istanbul-lib-coverage" "^2.0.1"
convert-source-map "^2.0.0"

viem@^2.8.14:
viem@^2.10.2:
version "2.10.2"
resolved "https://registry.yarnpkg.com/viem/-/viem-2.10.2.tgz#65c2ca82b64e6fb9ee84c02b95dcf2c270ffe651"
integrity sha512-gcOL+XxA0UWDarli856OEgumaBz4df/qNMpgno4NTSSZtJSC1XixIb3gWjVBei6Vx085ivw/U9ZE8gdniIo7fA==
Expand Down

0 comments on commit dd4b185

Please sign in to comment.