Skip to content

Commit 5e61652

Browse files
committed
chore(deps): update typescript, jsii to 5.5.x
1 parent 28967d3 commit 5e61652

File tree

4 files changed

+24
-24
lines changed

4 files changed

+24
-24
lines changed

.projen/deps.json

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

.projenrc.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ const project = new awscdk.AwsCdkConstructLibrary({
55
authorAddress: 'yicr@users.noreply.github.com',
66
cdkVersion: '2.80.0',
77
constructsVersion: '10.0.5',
8-
typescriptVersion: '5.4.x',
9-
jsiiVersion: '5.4.x',
8+
typescriptVersion: '5.5.x',
9+
jsiiVersion: '5.5.x',
1010
defaultReleaseBranch: 'main',
1111
projenrcTs: true,
1212
name: '@gammarers/aws-secure-frontend-web-app-cloudfront-distribution',
@@ -36,4 +36,4 @@ const project = new awscdk.AwsCdkConstructLibrary({
3636
packageId: 'Gammarers.CDK.AWS.SecureFrontendWebAppCloudFrontDistribution',
3737
},
3838
});
39-
project.synth();
39+
project.synth();

package.json

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

yarn.lock

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

0 commit comments

Comments
 (0)