Skip to content

Commit

Permalink
Upgrade repo-tools and regenerate scaffolding. (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdobry authored and NimJay committed Nov 10, 2022
1 parent 3534ac9 commit 7d8948e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions cloud-language/snippets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "Apache-2.0",
"author": "Google Inc.",
"engines": {
"node": ">=4.3.2"
"node": ">=4.0.0"
},
"repository": "googleapis/nodejs-language",
"private": true,
Expand All @@ -19,15 +19,15 @@
"test": "repo-tools test run --cmd npm -- run cover"
},
"dependencies": {
"@google-cloud/language": "0.13.0",
"@google-cloud/language": "1.0.0",
"@google-cloud/storage": "1.4.0",
"yargs": "9.0.1"
"yargs": "10.0.3"
},
"devDependencies": {
"@google-cloud/nodejs-repo-tools": "2.0.8",
"ava": "0.22.0",
"@google-cloud/nodejs-repo-tools": "2.1.0",
"ava": "0.23.0",
"proxyquire": "1.8.0",
"sinon": "4.0.1",
"sinon": "4.0.2",
"uuid": "3.1.0"
}
}

0 comments on commit 7d8948e

Please sign in to comment.