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

pkg patch #1018

Closed
wants to merge 1 commit into from
Closed
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 apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@coinbase/onchainkit": "^0.28.5",
"@datadog/browser-logs": "^5.23.3",
"@datadog/browser-rum": "^5.23.3",
"@frames.js/render": "^0.3.7",
"@frames.js/render": "0.3.11",
"@guildxyz/sdk": "2.6.0",
"@headlessui/react": "^1.7.19",
"@heroicons/react": "^2.1.3",
Expand Down
33 changes: 22 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ __metadata:
"@coinbase/onchainkit": ^0.28.5
"@datadog/browser-logs": ^5.23.3
"@datadog/browser-rum": ^5.23.3
"@frames.js/render": ^0.3.7
"@frames.js/render": 0.3.11
"@guildxyz/sdk": 2.6.0
"@headlessui/react": ^1.7.19
"@heroicons/react": ^2.1.3
Expand Down Expand Up @@ -3693,13 +3693,13 @@ __metadata:
languageName: node
linkType: hard

"@frames.js/render@npm:^0.3.7":
version: 0.3.7
resolution: "@frames.js/render@npm:0.3.7"
"@frames.js/render@npm:0.3.11":
version: 0.3.11
resolution: "@frames.js/render@npm:0.3.11"
dependencies:
"@farcaster/core": ^0.14.7
"@noble/ed25519": ^2.0.0
frames.js: ^0.19.1
frames.js: ^0.19.3
peerDependencies:
"@lens-protocol/client": 2.0.0
"@rainbow-me/rainbowkit": ^2.1.2
Expand All @@ -3712,7 +3712,7 @@ __metadata:
react-native: ^0.74.3
viem: ^2.7.8
wagmi: ^2.9.10
checksum: 1391c86861b5d8c637f6c3fdea265ad0f81a0a8b7bed57180e90e998302a709131efe4488a7a1dc3dae84ef128c1a4db94dd9599ba795cb9b8ef5e3f8595d670
checksum: 5035392f049abb1d5560f6e936cabaf8004eeb3b2bcb753101f1044a48334641c59a1048decf16dfd20141a4f2a2caf9dc8df1eb8540954a4dac54fc497f25e8
languageName: node
linkType: hard

Expand Down Expand Up @@ -8870,6 +8870,17 @@ __metadata:
languageName: node
linkType: hard

"@vercel/og@npm:^0.6.3":
version: 0.6.3
resolution: "@vercel/og@npm:0.6.3"
dependencies:
"@resvg/resvg-wasm": 2.4.0
satori: 0.10.9
yoga-wasm-web: 0.3.3
checksum: bae2fa64533faf7ae25fabecca30ed1c213d3856aa823777997ea29155237bb7cdd18af1b9add31c7959ec69cd996287ad0c58ef9b221a05e16f2c38c64be0b5
languageName: node
linkType: hard

"@vercel/postgres-kysely@npm:^0.8.0":
version: 0.8.0
resolution: "@vercel/postgres-kysely@npm:0.8.0"
Expand Down Expand Up @@ -15212,11 +15223,11 @@ __metadata:
languageName: node
linkType: hard

"frames.js@npm:^0.19.1":
version: 0.19.1
resolution: "frames.js@npm:0.19.1"
"frames.js@npm:^0.19.3":
version: 0.19.3
resolution: "frames.js@npm:0.19.3"
dependencies:
"@vercel/og": ^0.6.2
"@vercel/og": ^0.6.3
cheerio: ^1.0.0-rc.12
protobufjs: ^7.2.6
viem: ^2.7.8
Expand All @@ -15228,7 +15239,7 @@ __metadata:
next: ^14.1.0
react: ^18.2.0
react-dom: ^18.2.0
checksum: 56e9735c3005a2ade000f43790a3446f98e71b827bd95be80e609eb1ae7e9fa7eaf778676fdabd882420ace1230cfec7174318fea6a5d7858b9cd044074c04aa
checksum: 28d6465e12e658b28768bfa8860b155eee443ac3cf0f8d32a4701dd92e2bb182dbc83f2e8d4a378fe75b35903bda34c4fe16f3351438845c05b5fd272f481052
languageName: node
linkType: hard

Expand Down
Loading