Skip to content

Commit

Permalink
other: 의존성 패키지 업데이트
Browse files Browse the repository at this point in the history
  • Loading branch information
sangeun0612 committed Oct 19, 2024
1 parent ce2cc8e commit a7f990c
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 4 deletions.
23 changes: 23 additions & 0 deletions backend/package-lock.json

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

1 change: 1 addition & 0 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"dotenv": "^16.4.5",
"express": "^4.21.0",
"fluent-ffmpeg": "^2.1.3",
"google-spreadsheet": "^4.1.4",
"openai": "^4.57.0",
"twilio": "^5.3.1"
}
Expand Down
4 changes: 0 additions & 4 deletions backend/playBeepSound.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ async function playBeepSound(ws, streamSid) {
});

audioStream.on('error', console.error);

audioStream.on('end', () => {
console.log("특수음 전송 완료");
});
}

/**
Expand Down
21 changes: 21 additions & 0 deletions frontend/package-lock.json

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

1 change: 1 addition & 0 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-scripts": "5.0.1",
"react-toastify": "^10.0.6",
"socket.io-client": "^4.8.0",
"web-vitals": "^2.1.4"
},
Expand Down

0 comments on commit a7f990c

Please sign in to comment.