Skip to content

Commit a1df514

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

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

packages/google-cloud-automl/package.json

+4-4
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-automl",
1111
"main": "build/src/index.js",
@@ -43,7 +43,7 @@
4343
"precompile": "gts clean"
4444
},
4545
"dependencies": {
46-
"google-gax": "^2.24.1"
46+
"google-gax": "^3.0.1"
4747
},
4848
"devDependencies": {
4949
"@types/mocha": "^9.0.0",
@@ -56,12 +56,12 @@
5656
"jsdoc-fresh": "^1.0.2",
5757
"jsdoc-region-tag": "^1.0.4",
5858
"linkinator": "^2.0.3",
59-
"mocha": "^8.0.0",
59+
"mocha": "^9.2.2",
6060
"null-loader": "^4.0.0",
6161
"pack-n-play": "^1.0.0-2",
6262
"sinon": "^14.0.0",
6363
"ts-loader": "^9.0.0",
64-
"typescript": "^3.8.3",
64+
"typescript": "^4.6.4",
6565
"webpack": "^5.0.0",
6666
"webpack-cli": "^4.0.0"
6767
}

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

+2-2
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
"repository": "googleapis/nodejs-automl",
1010
"private": true,
@@ -27,4 +27,4 @@
2727
"mocha": "^8.0.0",
2828
"uuid": "^8.0.0"
2929
}
30-
}
30+
}

0 commit comments

Comments
 (0)