Skip to content

Commit

Permalink
template: pino-pretty (#1742)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 18, 2024
1 parent 14b83ab commit 133bb88
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 48 deletions.
55 changes: 11 additions & 44 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion template/express-rest-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@types/node": "^20.16.5",
"@types/supertest": "^6.0.0",
"mime": "^4.0.1",
"pino-pretty": "^11.0.0",
"pino-pretty": "^13.0.0",
"skuba": "*",
"supertest": "^7.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion template/koa-rest-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@types/supertest": "^6.0.0",
"chance": "^1.1.8",
"mime": "^4.0.1",
"pino-pretty": "^11.0.0",
"pino-pretty": "^13.0.0",
"skuba": "*",
"supertest": "^7.0.0"
},
Expand Down
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 @@ -35,7 +35,7 @@
"chance": "^1.1.8",
"constructs": "^10.0.17",
"datadog-cdk-constructs-v2": "^1.18.0",
"pino-pretty": "^11.0.0",
"pino-pretty": "^13.0.0",
"skuba": "*"
},
"packageManager": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion template/lambda-sqs-worker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"aws-sdk-client-mock": "^4.0.0",
"aws-sdk-client-mock-jest": "^4.0.0",
"chance": "^1.1.8",
"pino-pretty": "^11.0.0",
"pino-pretty": "^13.0.0",
"serverless": "^3.39.0",
"serverless-plugin-canary-deployments": "^0.8.0",
"serverless-plugin-datadog": "^5.12.0",
Expand Down

0 comments on commit 133bb88

Please sign in to comment.