Skip to content

Commit

Permalink
(fix): bumps hume package to 0.8.7 (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsinghvi authored Aug 28, 2024
1 parent c59bb94 commit d543802
Show file tree
Hide file tree
Showing 4 changed files with 111 additions and 9 deletions.
2 changes: 1 addition & 1 deletion examples/next-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"hume": "0.8.6",
"hume": "0.8.7",
"@humeai/voice-react": "workspace:*",
"@radix-ui/react-select": "^2.0.0",
"clsx": "^2.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/embed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"vitest": "^1.4.0"
},
"dependencies": {
"hume": "0.8.6",
"hume": "0.8.7",
"zod": "^3.22.4"
},
"browserslist": [
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"author": "",
"license": "ISC",
"dependencies": {
"hume": "0.8.6",
"hume": "0.8.7",
"date-fns": "^3.6.0",
"meyda": "^5.6.2",
"react": "^18.2.0",
Expand Down
114 changes: 108 additions & 6 deletions pnpm-lock.yaml

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

0 comments on commit d543802

Please sign in to comment.