Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): Bump @xmtp/proto from 3.52.0 to 3.56.0 #217

Merged
merged 1 commit into from
May 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/bot-kit-pro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"dependencies": {
"@xmtp/grpc-api-client": "workspace:*",
"@xmtp/proto": "^3.52.0",
"@xmtp/proto": "^3.56.0",
"@xmtp/xmtp-js": "^11.3.12",
"drizzle-orm": "^0.30.1",
"ethers": "^6.8.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/frames-validator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"dependencies": {
"@noble/curves": "^1.3.0",
"@noble/hashes": "^1.4.0",
"@xmtp/proto": "3.52.0",
"@xmtp/proto": "3.56.0",
"viem": "^2.9.28"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/grpc-api-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@protobuf-ts/grpc-transport": "^2.9.1",
"@protobuf-ts/runtime": "^2.9.1",
"@protobuf-ts/runtime-rpc": "^2.9.1",
"@xmtp/proto": "^3.52.0",
"@xmtp/proto": "^3.56.0",
"@xmtp/xmtp-js": "^11.3.12",
"pino": "^8.18.0"
},
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3116,7 +3116,7 @@ __metadata:
resolution: "@xmtp/bot-kit-pro@workspace:packages/bot-kit-pro"
dependencies:
"@xmtp/grpc-api-client": "workspace:*"
"@xmtp/proto": "npm:^3.52.0"
"@xmtp/proto": "npm:^3.56.0"
"@xmtp/xmtp-js": "npm:^11.3.12"
drizzle-kit: "npm:^0.20.17"
drizzle-orm: "npm:^0.30.1"
Expand Down Expand Up @@ -3226,7 +3226,7 @@ __metadata:
"@open-frames/types": "npm:^0.0.7"
"@rollup/plugin-typescript": "npm:^11.1.6"
"@xmtp/frames-client": "npm:^0.4.3"
"@xmtp/proto": "npm:3.52.0"
"@xmtp/proto": "npm:3.56.0"
"@xmtp/xmtp-js": "npm:^11.3.12"
ethers: "npm:^6.10.0"
rollup: "npm:^4.13.0"
Expand All @@ -3253,7 +3253,7 @@ __metadata:
"@protobuf-ts/grpc-transport": "npm:^2.9.1"
"@protobuf-ts/runtime": "npm:^2.9.1"
"@protobuf-ts/runtime-rpc": "npm:^2.9.1"
"@xmtp/proto": "npm:^3.52.0"
"@xmtp/proto": "npm:^3.56.0"
"@xmtp/xmtp-js": "npm:^11.3.12"
pino: "npm:^8.18.0"
vitest: "npm:^1.0.1"
Expand All @@ -3272,15 +3272,15 @@ __metadata:
languageName: node
linkType: hard

"@xmtp/proto@npm:3.52.0, @xmtp/proto@npm:^3.52.0":
version: 3.52.0
resolution: "@xmtp/proto@npm:3.52.0"
"@xmtp/proto@npm:3.56.0, @xmtp/proto@npm:^3.56.0":
version: 3.56.0
resolution: "@xmtp/proto@npm:3.56.0"
dependencies:
long: "npm:^5.2.0"
protobufjs: "npm:^7.0.0"
rxjs: "npm:^7.8.0"
undici: "npm:^5.8.1"
checksum: 35ce6a60c6e0f45ec3dac6a4ae5f98225e9e1038bea505ebb4ecca768f510bad7d1acac2e1d26c7d476d08bddcbe4c7a0e18a8afc7d619ffd559c6b9469a5de5
checksum: f752e6858692464319d6f22861fe8f23c46d9bb0eb390fe2220e0b4932a4de84be2e9e1cbafc0200e1bfe2a0ed3a3fb6079941630e57fb80e6325bc2a52bf10d
languageName: node
linkType: hard

Expand Down
Loading