Skip to content

Commit

Permalink
chore(deps): Sync CDK version to 2.99.1 (#10)
Browse files Browse the repository at this point in the history
* chore(deps): Synchronze CDK version

Signed-off-by: Scott Schreckengaust <[email protected]>

* npx projen upgrade

Signed-off-by: Scott Schreckengaust <[email protected]>

---------

Signed-off-by: Scott Schreckengaust <[email protected]>
  • Loading branch information
scottschreckengaust authored Oct 3, 2023
1 parent ae8b55f commit b8f121c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .projen/deps.json

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

2 changes: 1 addition & 1 deletion .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { awscdk } from 'projen';
// Constants
const GITHUB_USER = 'aws-samples';
const PROJECT_NAME = 'emerging-tech-cdk-constructs';
const CDK_VERSION: string = '2.96.2';
const CDK_VERSION: string = '2.99.1';

const project = new awscdk.AwsCdkConstructLibrary({
author: 'Amazon Web Services - Prototyping and Cloud Engineering',
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.

8 changes: 4 additions & 4 deletions yarn.lock

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

0 comments on commit b8f121c

Please sign in to comment.