Skip to content

Commit 34bda0b

Browse files
authored
build!: update library to use Node 12 (#177)
* build!: Update library to use Node 12
1 parent eb16c8d commit 34bda0b

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

packages/google-cloud-bigquery-connection/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -39,28 +39,28 @@
3939
"test": "c8 mocha build/test"
4040
},
4141
"dependencies": {
42-
"google-gax": "^2.24.1"
42+
"google-gax": "^3.0.1"
4343
},
4444
"devDependencies": {
4545
"@types/mocha": "^9.0.0",
4646
"@types/node": "^16.0.0",
4747
"@types/sinon": "^10.0.0",
4848
"c8": "^7.2.0",
49-
"gts": "^3.0.0",
49+
"gts": "^3.1.0",
5050
"jsdoc": "^3.6.4",
5151
"jsdoc-fresh": "^1.0.2",
5252
"jsdoc-region-tag": "^1.0.4",
5353
"linkinator": "^2.1.1",
54-
"mocha": "^8.0.1",
54+
"mocha": "^9.2.2",
5555
"null-loader": "^4.0.0",
5656
"pack-n-play": "^1.0.0-2",
5757
"sinon": "^14.0.0",
5858
"ts-loader": "^9.0.0",
59-
"typescript": "^3.9.5",
59+
"typescript": "^4.6.4",
6060
"webpack": "^5.0.0",
6161
"webpack-cli": "^4.0.0"
6262
},
6363
"engines": {
64-
"node": ">=10.0.0"
64+
"node": ">=12.0.0"
6565
}
6666
}

packages/google-cloud-bigquery-connection/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
"files": [
1010
"*.js"
@@ -20,4 +20,4 @@
2020
"chai": "^4.2.0",
2121
"mocha": "^8.0.0"
2222
}
23-
}
23+
}

0 commit comments

Comments
 (0)