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 11, 2022
1 parent ea33c8a commit c11df2f
Show file tree
Hide file tree
Showing 2 changed files with 393 additions and 515 deletions.
8 changes: 4 additions & 4 deletions error-reporting/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@
"test": "npm run system-test"
},
"dependencies": {
"@google-cloud/error-reporting": "0.1.3",
"@google-cloud/error-reporting": "0.2.1",
"express": "4.15.3",
"yargs": "8.0.2"
},
"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",
"sinon": "2.3.5"
"sinon": "3.0.0"
},
"cloud-repo-tools": {
"requiresKeyFile": true,
Expand Down
Loading

0 comments on commit c11df2f

Please sign in to comment.