Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
oconpa committed Jan 7, 2024
2 parents 7678e8b + bfe5aa2 commit ae5490a
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .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 .projen/tasks.json

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

3 changes: 1 addition & 2 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import {
const GITHUB_USER = 'awslabs';
const PUBLICATION_NAMESPACE = 'cdklabs';
const PROJECT_NAME = 'generative-ai-cdk-constructs';
const CDK_VERSION: string = '2.111.0';
const CDK_VERSION: string = '2.88.0';

const project = new awscdk.AwsCdkConstructLibrary({
author: 'Amazon Web Services - Prototyping and Cloud Engineering',
Expand All @@ -37,7 +37,6 @@ const project = new awscdk.AwsCdkConstructLibrary({
cdkVersion: CDK_VERSION,
projenVersion: '~0.77.4',
constructsVersion: '10.3.0',
cdkVersionPinning: true,
defaultReleaseBranch: 'main',
jsiiVersion: '~5.0.0',
name: '@' + PUBLICATION_NAMESPACE + '/' + PROJECT_NAME,
Expand Down
4 changes: 2 additions & 2 deletions package.json

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

32 changes: 16 additions & 16 deletions yarn.lock

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

0 comments on commit ae5490a

Please sign in to comment.