Skip to content

Commit fa13e1c

Browse files
authored
build!: update library to use Node 12 (#147)
*build!: Update library to use Node 12
1 parent 54b6cdc commit fa13e1c

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

packages/google-devtools-artifactregistry/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -39,28 +39,28 @@
3939
"prelint": "cd samples; npm link ../; npm i"
4040
},
4141
"dependencies": {
42-
"google-gax": "^2.30.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.3.5",
49-
"gts": "^3.0.2",
49+
"gts": "^3.1.0",
5050
"jsdoc": "^3.6.6",
5151
"jsdoc-fresh": "^1.0.2",
5252
"jsdoc-region-tag": "^1.0.6",
5353
"linkinator": "^2.5.1",
54-
"mocha": "^8.2.1",
54+
"mocha": "^9.2.2",
5555
"null-loader": "^4.0.1",
5656
"pack-n-play": "^1.0.0-2",
5757
"sinon": "^14.0.0",
5858
"ts-loader": "^9.0.0",
59-
"typescript": "^4.1.2",
59+
"typescript": "^4.6.4",
6060
"webpack": "^5.9.0",
6161
"webpack-cli": "^4.2.0"
6262
},
6363
"engines": {
64-
"node": ">=10.0.0"
64+
"node": ">=12.0.0"
6565
}
6666
}

packages/google-devtools-artifactregistry/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)