Skip to content

Commit

Permalink
build!: update library to use Node 12 (#134)
Browse files Browse the repository at this point in the history
* build!: Update library to use Node 12
Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
sofisl committed May 20, 2022
1 parent 6cfda81 commit d619b18
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions packages/google-appengine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"prelint": "cd samples; npm link ../; npm i"
},
"dependencies": {
"google-gax": "^2.24.1"
"google-gax": "^3.0.1"
},
"devDependencies": {
"@types/mocha": "^9.0.0",
Expand All @@ -58,16 +58,16 @@
"jsdoc-fresh": "^1.0.2",
"jsdoc-region-tag": "^1.0.6",
"linkinator": "^2.13.6",
"mocha": "^8.3.1",
"mocha": "^9.2.2",
"null-loader": "^4.0.1",
"pack-n-play": "^1.0.0-2",
"sinon": "^14.0.0",
"ts-loader": "^9.0.0",
"typescript": "^4.2.3",
"typescript": "^4.6.4",
"webpack": "^5.24.4",
"webpack-cli": "^4.5.0"
},
"engines": {
"node": ">=v10.0.0"
"node": ">=12.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/google-appengine/samples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "Apache-2.0",
"author": "Google LLC",
"engines": {
"node": ">=10"
"node": ">=12.0.0"
},
"files": [
"*.js"
Expand All @@ -20,4 +20,4 @@
"chai": "^4.2.0",
"mocha": "^8.0.0"
}
}
}

0 comments on commit d619b18

Please sign in to comment.