Skip to content

Commit

Permalink
peer dep
Browse files Browse the repository at this point in the history
  • Loading branch information
lalalune committed Nov 2, 2024
1 parent e9f9c8b commit 1cd035b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
"node-wav": "0.0.2",
"nodejs-whisper": "0.1.18",
"nodemon": "3.1.7",
"onnxruntime-node": "1.20.0",
"onnxruntime-node": "^1.20.0",
"openai": "4.69.0",
"pdfjs-dist": "4.7.76",
"pg": "^8.13.1",
Expand Down Expand Up @@ -168,8 +168,11 @@
"youtube-dl-exec": "3.0.10"
},
"trustedDependencies": {
"onnxruntime-node": "1.20.0",
"onnxruntime-node": "^1.20.0",
"@discordjs/opus": "github:discordjs/opus",
"sharp": "^0.33.5"
},
"peerDependencies": {
"onnxruntime-node": "^1.20.0"
}
}
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

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

0 comments on commit 1cd035b

Please sign in to comment.