Skip to content

Commit

Permalink
Add + run dependency updating (bash) script (#401)
Browse files Browse the repository at this point in the history
* Add + run dependency updating script

* Address comments

Change-Id: I67af9d3ab9e461b579dbaee92274b6163d73c23e

* Run dependency script again

Change-Id: Icbec4acb2cc6bcfa40e0a3a705c5a1059d64efa5

* Update license

Change-Id: Ic1dd0a1bd34356e415bdbf005b81a71a8d2695c2

* Update (more) dependencies

Change-Id: Idaed95b9cfe486797fa75946b6f55e7e702217b8
  • Loading branch information
Ace Nassri committed Nov 17, 2022
1 parent 99691ca commit 7faba1b
Show file tree
Hide file tree
Showing 2 changed files with 576 additions and 634 deletions.
12 changes: 6 additions & 6 deletions speech/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@
"test": "npm run system-test"
},
"dependencies": {
"@google-cloud/speech": "0.9.0",
"@google-cloud/storage": "1.0.0",
"@google-cloud/speech": "0.9.3",
"@google-cloud/storage": "1.1.1",
"node-record-lpcm16": "0.3.0",
"yargs": "7.0.2"
"yargs": "8.0.2"
},
"devDependencies": {
"@google-cloud/nodejs-repo-tools": "1.4.14",
"@google-cloud/nodejs-repo-tools": "1.4.15",
"ava": "0.19.1",
"proxyquire": "1.7.11",
"sinon": "2.1.0"
"proxyquire": "1.8.0",
"sinon": "2.3.4"
},
"cloud-repo-tools": {
"requiresKeyFile": true,
Expand Down
Loading

0 comments on commit 7faba1b

Please sign in to comment.