Skip to content

Commit

Permalink
Merge pull request #159 from xmtp/rygine/upgrade-js-sdk
Browse files Browse the repository at this point in the history
Fix MetaMask snaps integration
  • Loading branch information
rygine authored Jan 24, 2024
2 parents 0da7507 + a73d36b commit e04c26a
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 9 deletions.
5 changes: 5 additions & 0 deletions .changeset/modern-toes-share.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@xmtp/react-sdk": patch
---

Fix MetaMask snaps integration
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
"@changesets/cli": "^2.27.1"
},
"resolutions": {
"@xmtp/xmtp-js": "^11.3.5"
"@xmtp/xmtp-js": "^11.3.7"
}
}
4 changes: 2 additions & 2 deletions packages/react-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"@xmtp/content-type-reaction": "^1.1.5",
"@xmtp/content-type-remote-attachment": "^1.1.6",
"@xmtp/content-type-reply": "^1.1.7",
"@xmtp/xmtp-js": "^11.3.5",
"@xmtp/xmtp-js": "^11.3.7",
"async-mutex": "^0.4.1",
"date-fns": "^3.3.1",
"dexie": "^3.2.4",
Expand Down Expand Up @@ -111,7 +111,7 @@
"vitest": "^1.2.1"
},
"peerDependencies": {
"@xmtp/xmtp-js": "^11.3.5",
"@xmtp/xmtp-js": "^11.3.7",
"react": ">=16.14"
},
"engines": {
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4362,7 +4362,7 @@ __metadata:
"@xmtp/content-type-remote-attachment": "npm:^1.1.6"
"@xmtp/content-type-reply": "npm:^1.1.7"
"@xmtp/tsconfig": "workspace:*"
"@xmtp/xmtp-js": "npm:^11.3.5"
"@xmtp/xmtp-js": "npm:^11.3.7"
async-mutex: "npm:^0.4.1"
date-fns: "npm:^3.3.1"
dexie: "npm:^3.2.4"
Expand All @@ -4387,7 +4387,7 @@ __metadata:
vitest: "npm:^1.2.1"
zod: "npm:^3.22.4"
peerDependencies:
"@xmtp/xmtp-js": ^11.3.5
"@xmtp/xmtp-js": ^11.3.7
react: ">=16.14"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -4429,9 +4429,9 @@ __metadata:
languageName: node
linkType: hard

"@xmtp/xmtp-js@npm:^11.3.5":
version: 11.3.5
resolution: "@xmtp/xmtp-js@npm:11.3.5"
"@xmtp/xmtp-js@npm:^11.3.7":
version: 11.3.7
resolution: "@xmtp/xmtp-js@npm:11.3.7"
dependencies:
"@noble/secp256k1": "npm:^1.5.2"
"@xmtp/proto": "npm:^3.34.0"
Expand All @@ -4441,7 +4441,7 @@ __metadata:
ethers: "npm:^5.5.3"
js-sha3: "npm:^0.9.3"
long: "npm:^5.2.0"
checksum: d3b51af91cccbb2a8e131049fdec3ed2b02a9002069bc9f865d83c03aa888b5a191d3c15c0fa179f3c56caa7425dfe1b2a1bf3bb4e376c9794b2d8851c607cee
checksum: 7edc06ea2517c5879f057d17d065a1bfef8f6abd13c8bdc892bb137a7ecc8e2b07a424f98f98c93e121201e87526453ca9eaa79f937b194a8dd2516bee102fcd
languageName: node
linkType: hard

Expand Down

0 comments on commit e04c26a

Please sign in to comment.