Skip to content

Commit 93b4a30

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 4cf1950 commit 93b4a30

File tree

2 files changed

+438
-301
lines changed

2 files changed

+438
-301
lines changed

translate/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@
1818
"test": "npm run system-test"
1919
},
2020
"dependencies": {
21-
"@google-cloud/translate": "0.8.1",
22-
"yargs": "7.1.0"
21+
"@google-cloud/translate": "0.8.2",
22+
"yargs": "8.0.2"
2323
},
2424
"devDependencies": {
25-
"@google-cloud/nodejs-repo-tools": "1.4.14",
25+
"@google-cloud/nodejs-repo-tools": "1.4.15",
2626
"ava": "0.19.1",
27-
"proxyquire": "1.7.11",
28-
"sinon": "2.1.0"
27+
"proxyquire": "1.8.0",
28+
"sinon": "2.3.4"
2929
},
3030
"cloud-repo-tools": {
3131
"requiresKeyFile": true,

0 commit comments

Comments
 (0)