Skip to content

Commit

Permalink
fix: fix dependency issues up and downstream (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeocodes authored Nov 4, 2023
1 parent a879e7d commit c0def14
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
15 changes: 8 additions & 7 deletions package-lock.json

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

5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@
"docs:json": "typedoc --entryPoints src/index.ts --includes src/**/*.ts --json docs/v2/spec.json --excludeExternals"
},
"dependencies": {
"@deepgram/captions": "^1.0.0",
"@deepgram/captions": "^1.1.1",
"cross-fetch": "^3.1.5",
"dayjs": "^1.11.10",
"deepmerge": "^4.3.1",
"events": "^3.3.0",
"modern-isomorphic-ws": "^1.0.5"
},
Expand All @@ -67,7 +67,6 @@
"@types/ws": "^8.5.6",
"chai": "^4.3.7",
"cross-env": "^7.0.3",
"deepmerge": "^4.3.1",
"husky": "^4.3.0",
"mocha": "^9.2.2",
"nodemon": "^3.0.1",
Expand Down

0 comments on commit c0def14

Please sign in to comment.