Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
except for @cognigy/extension-tools, since then the extension doesn't successfully import
  • Loading branch information
pschichtel committed Feb 13, 2023
1 parent 2ca8d48 commit 59c5e7a
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
46 changes: 23 additions & 23 deletions extensions/vier-cognitive-voice-gateway/package-lock.json

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

6 changes: 3 additions & 3 deletions extensions/vier-cognitive-voice-gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"license": "MIT",
"dependencies": {
"@cognigy/extension-tools": "^0.14.0",
"@types/node": "^18.11.18",
"eslint": "^8.32.0",
"typescript": "^4.9.4"
"@types/node": "^18.13.0",
"eslint": "^8.34.0",
"typescript": "^4.9.5"
},
"scripts": {
"rm": "rm -f vier_voice.tar.gz",
Expand Down

0 comments on commit 59c5e7a

Please sign in to comment.