Skip to content

Commit

Permalink
fix: fix dependency issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeocodes committed Nov 6, 2023
1 parent a3faf0f commit bfe2be6
Show file tree
Hide file tree
Showing 3 changed files with 115 additions and 47 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Live audio Next.js Starter
# Live Audio Next.js Starter

This sample demonstrates interacting with Deepgram from Next.js to transcribe your microphone audio. It uses the Deepgram JavaScript SDK. This was originally a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).

Expand Down
158 changes: 113 additions & 45 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"@deepgram/sdk": "file:../../deepgram/deepgram-node-sdk",
"@deepgram/sdk": "^3.0.0-beta.2",
"@svgr/webpack": "^8.1.0",
"@uidotdev/usehooks": "^2.4.1",
"next": "14.0.1",
Expand Down

0 comments on commit bfe2be6

Please sign in to comment.