Skip to content

Commit 2fd6549

Browse files
build!: update library to use Node 12 (#452)
* 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>
1 parent acf7510 commit 2fd6549

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

packages/google-cloud-scheduler/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"license": "Apache-2.0",
66
"author": "Google LLC",
77
"engines": {
8-
"node": ">=10"
8+
"node": ">=12.0.0"
99
},
1010
"repository": "googleapis/nodejs-scheduler",
1111
"main": "build/src/index.js",
@@ -41,24 +41,24 @@
4141
"precompile": "gts clean"
4242
},
4343
"dependencies": {
44-
"google-gax": "^2.24.1",
44+
"google-gax": "^3.0.1",
4545
"protobufjs": "^6.8.0"
4646
},
4747
"devDependencies": {
4848
"@types/mocha": "^9.0.0",
4949
"@types/node": "^16.0.0",
5050
"@types/sinon": "^10.0.0",
5151
"c8": "^7.0.0",
52-
"gts": "^3.0.0",
52+
"gts": "^3.1.0",
5353
"jsdoc": "^3.6.2",
5454
"jsdoc-fresh": "^1.0.1",
5555
"jsdoc-region-tag": "^1.0.2",
5656
"linkinator": "^2.0.0",
57-
"mocha": "^8.0.0",
57+
"mocha": "^9.2.2",
5858
"null-loader": "^4.0.0",
5959
"pack-n-play": "^1.0.0-2",
6060
"sinon": "^14.0.0",
6161
"ts-loader": "^9.0.0",
62-
"typescript": "^3.8.3"
62+
"typescript": "^4.6.4"
6363
}
6464
}

packages/google-cloud-scheduler/samples/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"private": true,
44
"main": "quickstart.js",
55
"engines": {
6-
"node": ">=10"
6+
"node": ">=12.0.0"
77
},
88
"files": [
99
"*.js"

0 commit comments

Comments
 (0)