Skip to content

Commit 8a5780c

Browse files
build!: update library to use Node 12 (#205)
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>
1 parent f70aa90 commit 8a5780c

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

packages/google-analytics-admin/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -39,28 +39,28 @@
3939
"test": "c8 mocha build/test"
4040
},
4141
"dependencies": {
42-
"google-auth-library": "^7.0.0",
43-
"google-gax": "^2.24.1",
42+
"google-auth-library": "^8.0.2",
43+
"google-gax": "^3.0.1",
4444
"server-destroy": "^1.0.1"
4545
},
4646
"devDependencies": {
4747
"@types/mocha": "^9.0.0",
4848
"@types/node": "^16.0.0",
4949
"@types/sinon": "^10.0.0",
5050
"c8": "^7.2.0",
51-
"gts": "^3.0.0",
51+
"gts": "^3.1.0",
5252
"jsdoc": "^3.6.4",
5353
"jsdoc-fresh": "^1.0.2",
5454
"jsdoc-region-tag": "^1.0.4",
5555
"linkinator": "^2.1.1",
56-
"mocha": "^8.0.1",
56+
"mocha": "^9.2.2",
5757
"null-loader": "^4.0.0",
5858
"pack-n-play": "^1.0.0-2",
5959
"sinon": "^14.0.0",
6060
"ts-loader": "^9.0.0",
61-
"typescript": "^3.9.6"
61+
"typescript": "^4.6.4"
6262
},
6363
"engines": {
64-
"node": ">=10.0.0"
64+
"node": ">=12.0.0"
6565
}
6666
}

packages/google-analytics-admin/samples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"author": "Google LLC",
66
"repository": "googleapis/nodejs-analytics-admin",
77
"engines": {
8-
"node": ">=12"
8+
"node": ">=12.0.0"
99
},
1010
"files": [
1111
"*.js"

0 commit comments

Comments
 (0)