Skip to content

Commit

Permalink
build!: update library to use Node 12 (#205)
Browse files Browse the repository at this point in the history
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
alexander-fenster authored May 13, 2022
1 parent f70aa90 commit 8a5780c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions packages/google-analytics-admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,28 +39,28 @@
"test": "c8 mocha build/test"
},
"dependencies": {
"google-auth-library": "^7.0.0",
"google-gax": "^2.24.1",
"google-auth-library": "^8.0.2",
"google-gax": "^3.0.1",
"server-destroy": "^1.0.1"
},
"devDependencies": {
"@types/mocha": "^9.0.0",
"@types/node": "^16.0.0",
"@types/sinon": "^10.0.0",
"c8": "^7.2.0",
"gts": "^3.0.0",
"gts": "^3.1.0",
"jsdoc": "^3.6.4",
"jsdoc-fresh": "^1.0.2",
"jsdoc-region-tag": "^1.0.4",
"linkinator": "^2.1.1",
"mocha": "^8.0.1",
"mocha": "^9.2.2",
"null-loader": "^4.0.0",
"pack-n-play": "^1.0.0-2",
"sinon": "^14.0.0",
"ts-loader": "^9.0.0",
"typescript": "^3.9.6"
"typescript": "^4.6.4"
},
"engines": {
"node": ">=10.0.0"
"node": ">=12.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/google-analytics-admin/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Google LLC",
"repository": "googleapis/nodejs-analytics-admin",
"engines": {
"node": ">=12"
"node": ">=12.0.0"
},
"files": [
"*.js"
Expand Down

0 comments on commit 8a5780c

Please sign in to comment.