Skip to content

Commit b4d56c1

Browse files
author
Ace Nassri
committed
Update dependencies (#468)
* Fix docs-samples tests, round 1 * Fix circle.yml * Add RUN_ALL_BUILDS flag * More container builder bugfixes * Tweak env vars + remove manual proxy install * Env vars in bashrc don't evaluate dynamically, so avoid them * Add semicolons for command ordering * Add appengine/static-files test to circle.yaml * Fix failing container builder tests * Address comments
1 parent bf6d22f commit b4d56c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

compute/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@
2020
"test": "samples test run --cmd npm -- run all-test"
2121
},
2222
"dependencies": {
23-
"@google-cloud/compute": "0.7.2",
23+
"@google-cloud/compute": "0.8.0",
2424
"googleapis": "20.1.0",
2525
"nodemailer": "4.0.1",
2626
"nodemailer-smtp-transport": "2.7.4",
27-
"sendgrid": "5.2.0"
27+
"sendgrid": "5.2.2"
2828
},
2929
"devDependencies": {
30-
"@google-cloud/nodejs-repo-tools": "1.4.16",
30+
"@google-cloud/nodejs-repo-tools": "1.4.17",
3131
"ava": "0.21.0",
3232
"proxyquire": "1.8.0"
3333
},

0 commit comments

Comments
 (0)