Skip to content
This repository was archived by the owner on Jul 17, 2024. It is now read-only.

Commit d57bd6f

Browse files
authored
Merge pull request #4 from awslabs/chore/updatedeps
chore: update dependencies
2 parents 6d08394 + 51fff25 commit d57bd6f

39 files changed

+2197
-2216
lines changed

.eslintrc.json

+2-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.gitattributes

+1-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.gitignore

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.npmignore

+5-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.nxignore

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.prettierignore

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projen/deps.json

+9-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projen/files.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projen/tasks.json

+18-33
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projenrc.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ const pushGatewayConstruct = new awscdk.AwsCdkConstructLibrary({
9494
parent: project,
9595
author: "Jeff Strunk",
9696
authorAddress: "strunkjd@amazon.com",
97-
cdkVersion: "2.88.0",
97+
cdkVersion: "2.130.0",
9898
defaultReleaseBranch: "main",
9999
name: "cdk-aws-serverless-prometheus-push-gateway",
100100
license: "Apache-2.0",

.syncpackrc.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ yarn run build
1919

2020
## Usage
2121

22-
This construct creates a Lambda that can be invoked with single events or by SQS with batches. [API](/cdk/API.md)
22+
This construct creates a Lambda that can be invoked with single events or by SQS with batches. [API](cdk/API.md)
2323

2424
See `example/` for a sample CDK app that implements this construct.
2525

aws-serverless-prometheus-push-gateway/.eslintrc.json

+2-17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)