Skip to content

Commit b251d8d

Browse files
committed
chore(deps): typescript, jsii version set 5.8.x
1 parent fa5ea14 commit b251d8d

File tree

4 files changed

+27
-51
lines changed

4 files changed

+27
-51
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ const project = new awscdk.AwsCdkConstructLibrary({
44
authorAddress: '[email protected]',
55
cdkVersion: '2.189.1',
66
defaultReleaseBranch: 'main',
7-
typescriptVersion: '5.5.x',
8-
jsiiVersion: '5.5.x',
7+
typescriptVersion: '5.8.x',
8+
jsiiVersion: '5.8.x',
99
name: '@gammarers/aws-codeconnections-host-custom-resource',
1010
description: 'This AWS CDK Construct provides a custom resource (Lambda Function) to create a connection host for Self-Managed GitLab, which is not yet supported by CloudFormation. Additionally, even after creating the Host and the connection, authentication must be done via a browser.',
1111
projenrcTs: true,

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: 19 additions & 43 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)