Skip to content

Commit 4a4bcc8

Browse files
author
Ace Nassri
authored
Add + run dependency updating (bash) script (#401)
* 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
1 parent e2bf73e commit 4a4bcc8

File tree

2 files changed

+576
-634
lines changed

2 files changed

+576
-634
lines changed

speech/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@
1818
"test": "npm run system-test"
1919
},
2020
"dependencies": {
21-
"@google-cloud/speech": "0.9.0",
22-
"@google-cloud/storage": "1.0.0",
21+
"@google-cloud/speech": "0.9.3",
22+
"@google-cloud/storage": "1.1.1",
2323
"node-record-lpcm16": "0.3.0",
24-
"yargs": "7.0.2"
24+
"yargs": "8.0.2"
2525
},
2626
"devDependencies": {
27-
"@google-cloud/nodejs-repo-tools": "1.4.14",
27+
"@google-cloud/nodejs-repo-tools": "1.4.15",
2828
"ava": "0.19.1",
29-
"proxyquire": "1.7.11",
30-
"sinon": "2.1.0"
29+
"proxyquire": "1.8.0",
30+
"sinon": "2.3.4"
3131
},
3232
"cloud-repo-tools": {
3333
"requiresKeyFile": true,

0 commit comments

Comments
 (0)