Skip to content

Commit

Permalink
chore(deps): typescript, jsii version set 5.x
Browse files Browse the repository at this point in the history
  • Loading branch information
yicr committed Dec 24, 2024
1 parent fd09026 commit 7abb61c
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 34 deletions.
6 changes: 3 additions & 3 deletions .projen/deps.json

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

4 changes: 2 additions & 2 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ const project = new awscdk.AwsCdkConstructLibrary({
author: 'yicr',
authorAddress: 'yicr@users.noreply.github.com',
cdkVersion: '2.80.0',
typescriptVersion: '5.4.x',
jsiiVersion: '5.4.x',
typescriptVersion: '5.5.x',
jsiiVersion: '5.5.x',
defaultReleaseBranch: 'main',
name: '@gammarers/aws-waf-ip-restrict-rule',
description: 'This is an AWS CDK Construct for IP Restriction Rule on WAF V2',
Expand Down
6 changes: 3 additions & 3 deletions package.json

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

44 changes: 18 additions & 26 deletions yarn.lock

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

0 comments on commit 7abb61c

Please sign in to comment.