Skip to content

Commit

Permalink
build!: update library to use Node 12 (#371)
Browse files Browse the repository at this point in the history
* build!: Update library to use Node 12
Co-authored-by: Summer Ji <summerji@google.com>
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
sofisl authored May 20, 2022
1 parent cf5dacc commit 762c2f4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions packages/google-cloud-secretmanager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"precompile": "gts clean"
},
"dependencies": {
"google-gax": "^2.30.0"
"google-gax": "^3.0.1"
},
"devDependencies": {
"@types/mocha": "^9.0.0",
Expand All @@ -48,16 +48,16 @@
"jsdoc-fresh": "^1.0.1",
"jsdoc-region-tag": "^1.0.2",
"linkinator": "^2.0.0",
"mocha": "^8.0.0",
"mocha": "^9.2.2",
"null-loader": "^4.0.0",
"pack-n-play": "^1.0.0-2",
"sinon": "^14.0.0",
"ts-loader": "^9.0.0",
"typescript": "^3.8.3",
"typescript": "^4.6.4",
"webpack": "^5.0.0",
"webpack-cli": "^4.0.0"
},
"engines": {
"node": ">=10"
"node": ">=12.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/google-cloud-secretmanager/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"author": "Google LLC",
"repository": "googleapis/nodejs-secret-manager",
"engines": {
"node": ">=10"
"node": ">=12.0.0"
},
"scripts": {
"test": "c8 mocha --recursive test/ --timeout=800000"
Expand All @@ -22,4 +22,4 @@
"mocha": "^8.0.0",
"uuid": "^8.0.0"
}
}
}

0 comments on commit 762c2f4

Please sign in to comment.