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 17, 2022
1 parent 873f3d5 commit e4f5cf3
Show file tree
Hide file tree
Showing 2 changed files with 385 additions and 514 deletions.
8 changes: 4 additions & 4 deletions translate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
"test": "npm run system-test"
},
"dependencies": {
"@google-cloud/translate": "0.8.2",
"@google-cloud/translate": "1.0.0",
"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.4"
"sinon": "3.0.0"
},
"cloud-repo-tools": {
"requiresKeyFile": true,
Expand Down
Loading

0 comments on commit e4f5cf3

Please sign in to comment.