Skip to content

Commit 6421150

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

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

packages/google-monitoring-dashboard/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -27,28 +27,28 @@
2727
"precompile": "gts clean"
2828
},
2929
"dependencies": {
30-
"google-gax": "^2.24.1"
30+
"google-gax": "^3.0.1"
3131
},
3232
"devDependencies": {
3333
"@types/mocha": "^9.0.0",
3434
"@types/node": "^16.0.0",
3535
"@types/sinon": "^10.0.0",
3636
"c8": "^7.0.0",
37-
"gts": "^3.0.0",
37+
"gts": "^3.1.0",
3838
"jsdoc": "^3.5.5",
3939
"jsdoc-fresh": "^1.0.1",
4040
"jsdoc-region-tag": "^1.0.2",
4141
"linkinator": "^2.0.0",
42-
"mocha": "^8.0.0",
42+
"mocha": "^9.2.2",
4343
"null-loader": "^4.0.0",
4444
"pack-n-play": "^1.0.0-2",
4545
"sinon": "^14.0.0",
4646
"ts-loader": "^9.0.0",
47-
"typescript": "^3.8.3",
47+
"typescript": "^4.6.4",
4848
"webpack": "^5.0.0",
4949
"webpack-cli": "^4.0.0"
5050
},
5151
"engines": {
52-
"node": ">=10"
52+
"node": ">=12.0.0"
5353
}
5454
}

packages/google-monitoring-dashboard/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)