Skip to content

Commit

Permalink
template: node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 27, 2021
1 parent 79dd76c commit 9a74713
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion template/express-rest-api/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14
16
2 changes: 1 addition & 1 deletion template/express-rest-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"devDependencies": {
"@types/express": "^4.17.13",
"@types/node": "^14.17.27",
"@types/node": "^16.0.0",
"@types/supertest": "^2.0.11",
"pino-pretty": "^7.1.0",
"skuba": "*",
Expand Down
2 changes: 1 addition & 1 deletion template/greeter/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14
16
2 changes: 1 addition & 1 deletion template/greeter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"skuba-dive": "^1.2.0"
},
"devDependencies": {
"@types/node": "^14.17.9",
"@types/node": "^16.0.0",
"skuba": "*"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion template/koa-rest-api/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14
16
2 changes: 1 addition & 1 deletion template/koa-rest-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@types/koa": "^2.13.4",
"@types/koa-bodyparser": "^5.0.2",
"@types/koa__router": "^8.0.8",
"@types/node": "^14.17.27",
"@types/node": "^16.0.0",
"@types/supertest": "^2.0.11",
"@types/uuid": "^8.3.1",
"chance": "^1.1.8",
Expand Down
2 changes: 1 addition & 1 deletion template/lambda-sqs-worker-cdk/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14
16
2 changes: 1 addition & 1 deletion template/lambda-sqs-worker-cdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@aws-cdk/aws-sqs": "^1.118.0",
"@aws-cdk/core": "^1.118.0",
"@types/aws-lambda": "^8.10.82",
"@types/node": "^14.17.9",
"@types/node": "^16.0.0",
"aws-cdk": "^1.118.0",
"skuba": "*"
},
Expand Down
2 changes: 1 addition & 1 deletion template/lambda-sqs-worker/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14
16
2 changes: 1 addition & 1 deletion template/lambda-sqs-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"devDependencies": {
"@types/aws-lambda": "^8.10.84",
"@types/chance": "^1.1.3",
"@types/node": "^14.17.27",
"@types/node": "^16.0.0",
"chance": "^1.1.8",
"pino-pretty": "^7.1.0",
"serverless": "^2.63.0",
Expand Down
2 changes: 1 addition & 1 deletion template/oss-npm-package/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14
16
2 changes: 1 addition & 1 deletion template/private-npm-package/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
14
16

0 comments on commit 9a74713

Please sign in to comment.