Skip to content

Commit

Permalink
patch ffmpeg deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Prajjawalk committed Apr 4, 2024
1 parent 068ec6c commit bddbbd7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
1 change: 0 additions & 1 deletion packages/nextjs/app/page.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// import { DEFAULT_DEBUGGER_HUB_URL } from "./debug";
import { RandomNumberRequestStateValue } from "./slow-fetch/types";
import "@ffmpeg-installer/ffmpeg";
// import { currentURL } from "./utils";
import { kv } from "@vercel/kv";
import {
Expand Down
2 changes: 2 additions & 0 deletions packages/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@
"dependencies": {
"@ethersproject/providers": "~5.7.2",
"@farcaster/core": "^0.14.3",
"@ffmpeg-installer/darwin-arm64": "^4.1.5",
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"@ffmpeg-installer/linux-x64": "^4.1.0",
"@heroicons/react": "~2.0.11",
"@livepeer/react": "^4.1.11",
"@noble/ed25519": "^2.0.0",
Expand Down
13 changes: 8 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -805,9 +805,10 @@ __metadata:
languageName: node
linkType: hard

"@ffmpeg-installer/darwin-arm64@npm:4.1.5":
"@ffmpeg-installer/darwin-arm64@npm:4.1.5, @ffmpeg-installer/darwin-arm64@npm:^4.1.5":
version: 4.1.5
resolution: "@ffmpeg-installer/darwin-arm64@npm:4.1.5"
checksum: e196ac95e95ca98820492f3a8269dad15d91bbe28684e16aaf5e4817c19ef0efd6d2e67f75d62ecda2756351d0c1ad3f5f03222d39610ad9a9533658a6579041
conditions: os=darwin & cpu=arm64
languageName: node
linkType: hard
Expand Down Expand Up @@ -873,7 +874,7 @@ __metadata:
languageName: node
linkType: hard

"@ffmpeg-installer/linux-x64@npm:4.1.0":
"@ffmpeg-installer/linux-x64@npm:4.1.0, @ffmpeg-installer/linux-x64@npm:^4.1.0":
version: 4.1.0
resolution: "@ffmpeg-installer/linux-x64@npm:4.1.0"
conditions: os=linux & cpu=x64
Expand Down Expand Up @@ -1940,9 +1941,9 @@ __metadata:
linkType: hard

"@openzeppelin/contracts@npm:^5.0.0":
version: 5.0.0
resolution: "@openzeppelin/contracts@npm:5.0.0"
checksum: b182288466dfa1c66e227dcd9761d3205f6451bec5c3550783cfd2f6224d67b45e3d7cb01d7f26fb07cc236bb9fb10ce84268a77c5a5ceafd900b938643f55cd
version: 5.0.2
resolution: "@openzeppelin/contracts@npm:5.0.2"
checksum: 0cce6fc284bd1d89e2a447027832a62f1356b44ee31088899453e10349a63a62df2f07da63d76e4c41aad9c86b96b650b2b6fc85439ef276850dda1170a047fd
languageName: node
linkType: hard

Expand Down Expand Up @@ -2964,7 +2965,9 @@ __metadata:
dependencies:
"@ethersproject/providers": ~5.7.2
"@farcaster/core": ^0.14.3
"@ffmpeg-installer/darwin-arm64": ^4.1.5
"@ffmpeg-installer/ffmpeg": ^1.1.0
"@ffmpeg-installer/linux-x64": ^4.1.0
"@frames.js/debugger": ^0.1.6
"@heroicons/react": ~2.0.11
"@livepeer/react": ^4.1.11
Expand Down

0 comments on commit bddbbd7

Please sign in to comment.