Skip to content

Commit cba5cd6

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

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

packages/google-cloud-billing-budgets/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414
"@types/sinon": "^10.0.0",
1515
"c8": "^7.0.0",
1616
"chai": "^4.2.0",
17-
"gts": "^3.0.0",
17+
"gts": "^3.1.0",
1818
"jsdoc": "^3.6.2",
1919
"jsdoc-fresh": "^1.0.2",
2020
"jsdoc-region-tag": "^1.0.2",
2121
"linkinator": "^2.0.0",
22-
"mocha": "^8.0.0",
22+
"mocha": "^9.2.2",
2323
"pack-n-play": "^1.0.0-2",
2424
"sinon": "^14.0.0",
25-
"typescript": "^3.8.3"
25+
"typescript": "^4.6.4"
2626
},
2727
"scripts": {
2828
"predocs": "npm run compile",
@@ -44,9 +44,9 @@
4444
},
4545
"license": "Apache-2.0",
4646
"engines": {
47-
"node": ">=10"
47+
"node": ">=12.0.0"
4848
},
4949
"dependencies": {
50-
"google-gax": "^2.24.1"
50+
"google-gax": "^3.0.1"
5151
}
5252
}

packages/google-cloud-billing-budgets/samples/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"author": "Google LLC",
1010
"repository": "googleapis/nodejs-billing-budgets",
1111
"engines": {
12-
"node": ">=10"
12+
"node": ">=12.0.0"
1313
},
1414
"scripts": {
1515
"test": "c8 mocha system-test --timeout=800000"
@@ -22,4 +22,4 @@
2222
"chai": "^4.2.0",
2323
"mocha": "^8.0.0"
2424
}
25-
}
25+
}

0 commit comments

Comments
 (0)