Skip to content

Commit

Permalink
Update dependencies + fix a few tests (#448)
Browse files Browse the repository at this point in the history
* Add semistandard as a devDependency

* Fix storage tests

* Fix language tests

* Update (some) dependencies

* Fix language slackbot tests
  • Loading branch information
Ace Nassri committed Nov 21, 2022
1 parent 1564858 commit 7e43e98
Show file tree
Hide file tree
Showing 2 changed files with 410 additions and 496 deletions.
8 changes: 4 additions & 4 deletions compute/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
},
"dependencies": {
"@google-cloud/compute": "0.7.2",
"googleapis": "19.0.0",
"googleapis": "20.1.0",
"nodemailer": "4.0.1",
"nodemailer-smtp-transport": "2.7.4",
"sendgrid": "5.1.1"
"sendgrid": "5.2.0"
},
"devDependencies": {
"@google-cloud/nodejs-repo-tools": "1.4.15",
"ava": "0.19.1",
"@google-cloud/nodejs-repo-tools": "1.4.16",
"ava": "0.21.0",
"proxyquire": "1.8.0"
},
"cloud-repo-tools": {
Expand Down
Loading

0 comments on commit 7e43e98

Please sign in to comment.