Skip to content

Commit 1300862

Browse files
committed
update shout peer dependency
1 parent 6ec3cc0 commit 1300862

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/transcriber/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "@transcribe/transcriber",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Transcribe speech to text in the browser.",
55
"type": "module",
66
"main": "./src/index.js",
77
"types": "./index.d.ts",
88
"peerDependencies": {
9-
"@transcribe/shout": "~1.0.6"
9+
"@transcribe/shout": "~1.0.7"
1010
},
1111
"repository": {
1212
"type": "git",

0 commit comments

Comments
 (0)