Skip to content
This repository was archived by the owner on Apr 5, 2025. It is now read-only.

Commit 00ab58a

Browse files
dependabot[bot]rubenfonsecagithub-actions
authored
chore(deps-dev): bump aws-cdk-lib from 2.75.0 to 2.80.0 (#58)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ruben Fonseca <[email protected]> Co-authored-by: github-actions <[email protected]>
1 parent 5841af1 commit 00ab58a

File tree

4 files changed

+38
-33
lines changed

4 files changed

+38
-33
lines changed

.projen/deps.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projenrc.js

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,24 @@ const project = new awscdk.AwsCdkConstructLibrary({
33
authorName: 'Amazon Web Services',
44
authorUrl: 'https://aws.amazon.com',
55
authorOrganization: true,
6-
keywords: ['aws', 'cdk', 'powertools', 'python', 'layer', 'lambda', 'devax', 'typescript', 'nodejs'],
7-
cdkVersion: '2.75.0',
6+
keywords: [
7+
'aws',
8+
'cdk',
9+
'powertools',
10+
'python',
11+
'layer',
12+
'lambda',
13+
'devax',
14+
'typescript',
15+
'nodejs',
16+
],
17+
cdkVersion: '2.80.0',
818
defaultReleaseBranch: 'main',
919
minNodeVersion: '16.19.1',
1020
majorVersion: 3,
1121
name: 'cdk-aws-lambda-powertools-layer',
12-
repositoryUrl: 'https://github.com/awslabs/cdk-aws-lambda-powertools-layer.git',
22+
repositoryUrl:
23+
'https://github.com/awslabs/cdk-aws-lambda-powertools-layer.git',
1324
description: 'Powertools for AWS Lambda layer for python and typescript',
1425
devDeps: [
1526
'@types/[email protected]', // pin until breaking changes is resolved: https://github.com/DefinitelyTyped/DefinitelyTyped/discussions/60310

package.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

yarn.lock

Lines changed: 20 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)