Skip to content

Commit

Permalink
build!: update library to use Node 12 (#714)
Browse files Browse the repository at this point in the history
* build!: Update library to use Node 12

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
sofisl and gcf-owl-bot[bot] authored May 23, 2022
1 parent 37ba9ca commit ae94616
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions packages/google-cloud-videointelligence/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "Apache-2.0",
"author": "Google Inc",
"engines": {
"node": ">=10"
"node": ">=12.0.0"
},
"repository": "googleapis/nodejs-video-intelligence",
"main": "build/src/index.js",
Expand Down Expand Up @@ -44,25 +44,25 @@
"precompile": "gts clean"
},
"dependencies": {
"google-gax": "^2.24.1"
"google-gax": "^3.0.1"
},
"devDependencies": {
"@types/mocha": "^9.0.0",
"@types/node": "^16.0.0",
"@types/sinon": "^10.0.0",
"c8": "^7.0.0",
"eslint-plugin-node": "^11.1.0",
"gts": "^3.0.0",
"gts": "^3.1.0",
"jsdoc": "^3.6.3",
"jsdoc-fresh": "^1.0.2",
"jsdoc-region-tag": "^1.0.4",
"linkinator": "^2.0.3",
"mocha": "^8.0.0",
"mocha": "^9.2.2",
"null-loader": "^4.0.0",
"pack-n-play": "^1.0.0-2",
"prettier": "^2.1.2",
"sinon": "^13.0.0",
"ts-loader": "^9.0.0",
"typescript": "^3.8.3"
"typescript": "^4.6.4"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"author": "Google Inc.",
"repository": "googleapis/nodejs-video-intelligence",
"engines": {
"node": ">=8"
"node": ">=12.0.0"
},
"scripts": {
"test": "mocha system-test --timeout=800000"
Expand Down

0 comments on commit ae94616

Please sign in to comment.