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

Commit

Permalink
Merge pull request #4 from awslabs/chore/updatedeps
Browse files Browse the repository at this point in the history
chore: update dependencies
  • Loading branch information
jstrunk authored Feb 29, 2024
2 parents 6d08394 + 51fff25 commit d57bd6f
Show file tree
Hide file tree
Showing 39 changed files with 2,197 additions and 2,216 deletions.
10 changes: 2 additions & 8 deletions .eslintrc.json

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

3 changes: 1 addition & 2 deletions .gitattributes

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

4 changes: 2 additions & 2 deletions .gitignore

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

6 changes: 5 additions & 1 deletion .npmignore

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

2 changes: 1 addition & 1 deletion .nxignore

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

2 changes: 1 addition & 1 deletion .prettierignore

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

17 changes: 9 additions & 8 deletions .projen/deps.json

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

2 changes: 1 addition & 1 deletion .projen/files.json

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

51 changes: 18 additions & 33 deletions .projen/tasks.json

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

2 changes: 1 addition & 1 deletion .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ const pushGatewayConstruct = new awscdk.AwsCdkConstructLibrary({
parent: project,
author: "Jeff Strunk",
authorAddress: "strunkjd@amazon.com",
cdkVersion: "2.88.0",
cdkVersion: "2.130.0",
defaultReleaseBranch: "main",
name: "cdk-aws-serverless-prometheus-push-gateway",
license: "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion .syncpackrc.json

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

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ yarn run build

## Usage

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

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

Expand Down
19 changes: 2 additions & 17 deletions aws-serverless-prometheus-push-gateway/.eslintrc.json

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

Loading

0 comments on commit d57bd6f

Please sign in to comment.