Skip to content

Commit

Permalink
chore(unlock-js) update ethers peer dep to v6 (#14440)
Browse files Browse the repository at this point in the history
* bump peer dep in unlockjs

* version and changelog
  • Loading branch information
clemsos authored Aug 20, 2024
1 parent 1ba8488 commit 2bb7b3f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions packages/unlock-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changes

# 0.48.0

- update `peerDependencies` to require `ethers` v6.

# 0.47.0

- using `purchasePriceFor` when possible in `getPurchaseKeysArguments`
Expand Down
4 changes: 2 additions & 2 deletions packages/unlock-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unlock-protocol/unlock-js",
"version": "0.47.0",
"version": "0.48.0",
"description": "This module provides libraries to include Unlock APIs inside a Javascript application.",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down Expand Up @@ -30,7 +30,7 @@
"license": "MIT",
"peerDependencies": {
"axios": "1.7.4",
"ethers": "5.7.2"
"ethers": "^6.13.0"
},
"devDependencies": {
"@graphql-codegen/cli": "5.0.2",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20677,7 +20677,7 @@ __metadata:
vitest: "npm:1.6.0"
peerDependencies:
axios: 1.7.4
ethers: 5.7.2
ethers: ^6.13.0
languageName: unknown
linkType: soft

Expand Down

0 comments on commit 2bb7b3f

Please sign in to comment.