Skip to content

Commit

Permalink
Fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rygine committed Nov 23, 2024
1 parent 8e3c2fb commit e6172a3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/frames-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
"@xmtp/node-sdk": "workspace:^",
"@xmtp/xmtp-js": "^12.0.0",
"ethers": "^6.13.1",
"fast-glob": "^3.3.2",
"rollup": "^4.27.3",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-filesize": "^10.0.0",
Expand Down
3 changes: 2 additions & 1 deletion packages/frames-validator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"@noble/hashes": "^1.4.0",
"@xmtp/node-sdk": "^0.0.26",
"@xmtp/proto": "^3.72.3",
"uint8array-extras": "^1.4.0",
"viem": "^2.16.5"
},
"devDependencies": {
Expand All @@ -51,10 +52,10 @@
"@xmtp/frames-client": "^0.5.5",
"@xmtp/xmtp-js": "^12.1.0",
"ethers": "^6.10.0",
"fast-glob": "^3.3.2",
"rollup": "^4.27.3",
"rollup-plugin-dts": "^6.1.1",
"typescript": "^5.6.3",
"uint8array-extras": "^1.4.0",
"vitest": "^2.1.3"
},
"packageManager": "[email protected]",
Expand Down
2 changes: 2 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5037,6 +5037,7 @@ __metadata:
"@xmtp/proto": "npm:^3.72.3"
"@xmtp/xmtp-js": "npm:^12.0.0"
ethers: "npm:^6.13.1"
fast-glob: "npm:^3.3.2"
long: "npm:^5.2.3"
rollup: "npm:^4.27.3"
rollup-plugin-dts: "npm:^6.1.1"
Expand Down Expand Up @@ -5068,6 +5069,7 @@ __metadata:
"@xmtp/proto": "npm:^3.72.3"
"@xmtp/xmtp-js": "npm:^12.1.0"
ethers: "npm:^6.10.0"
fast-glob: "npm:^3.3.2"
rollup: "npm:^4.27.3"
rollup-plugin-dts: "npm:^6.1.1"
typescript: "npm:^5.6.3"
Expand Down

0 comments on commit e6172a3

Please sign in to comment.