Skip to content

Commit f694170

Browse files
build!: update library to use Node 12 (#229)
* build!: Update library to use Node 12 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 55408bd commit f694170

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

packages/google-cloud-servicedirectory/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,27 +27,27 @@
2727
"precompile": "gts clean"
2828
},
2929
"dependencies": {
30-
"google-gax": "^2.24.1",
30+
"google-gax": "^3.0.1",
3131
"json-schema": "^0.4.0"
3232
},
3333
"devDependencies": {
3434
"@types/mocha": "^9.0.0",
3535
"@types/node": "^16.0.0",
3636
"@types/sinon": "^10.0.0",
3737
"c8": "^7.1.0",
38-
"gts": "^3.0.0",
38+
"gts": "^3.1.0",
3939
"jsdoc": "^3.6.3",
4040
"jsdoc-fresh": "^1.0.2",
4141
"jsdoc-region-tag": "^1.0.4",
4242
"linkinator": "^2.0.3",
43-
"mocha": "^8.0.0",
43+
"mocha": "^9.2.2",
4444
"null-loader": "^4.0.0",
4545
"pack-n-play": "^1.0.0-2",
4646
"sinon": "^14.0.0",
4747
"ts-loader": "^9.0.0",
48-
"typescript": "^3.8.3"
48+
"typescript": "^4.6.4"
4949
},
5050
"engines": {
51-
"node": ">=10"
51+
"node": ">=12.0.0"
5252
}
5353
}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"license": "Apache-2.0",
55
"author": "Google LLC",
66
"engines": {
7-
"node": ">=10"
7+
"node": ">=12.0.0"
88
},
99
"files": [
1010
"*.js"
@@ -23,4 +23,4 @@
2323
"chai": "^4.2.0",
2424
"mocha": "^8.0.0"
2525
}
26-
}
26+
}

0 commit comments

Comments
 (0)