Skip to content

Commit

Permalink
fix(build)!: update deps make Node 12 minimum (#3096)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe authored Oct 28, 2022
1 parent 628f5e9 commit 669a75c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/apis/displayvideo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"url": "https://github.com/googleapis/google-api-nodejs-client.git"
},
"engines": {
"node": ">=10.0.0"
"node": ">=12.0.0"
},
"scripts": {
"fix": "gts fix",
Expand All @@ -33,10 +33,10 @@
"devDependencies": {
"@microsoft/api-documenter": "^7.8.10",
"@microsoft/api-extractor": "^7.8.10",
"gts": "^2.0.0",
"gts": "^3.1.1",
"null-loader": "^4.0.0",
"ts-loader": "^9.0.0",
"typescript": "~3.7.0",
"typescript": "^4.8.4",
"webpack": "^5.0.0",
"webpack-cli": "^4.0.0"
}
Expand Down
6 changes: 3 additions & 3 deletions src/generator/templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"url": "https://github.com/googleapis/google-api-nodejs-client.git"
},
"engines": {
"node": ">=10.0.0"
"node": ">=12.0.0"
},
"scripts": {
"fix": "gts fix",
Expand All @@ -33,10 +33,10 @@
"devDependencies": {
"@microsoft/api-documenter": "^7.8.10",
"@microsoft/api-extractor": "^7.8.10",
"gts": "^2.0.0",
"gts": "^3.1.1",
"null-loader": "^4.0.0",
"ts-loader": "^9.0.0",
"typescript": "~3.7.0",
"typescript": "~4.8.4",
"webpack": "^5.0.0",
"webpack-cli": "^4.0.0"
}
Expand Down

0 comments on commit 669a75c

Please sign in to comment.