Skip to content
This repository was archived by the owner on Jul 16, 2024. It is now read-only.

Commit 43d0ec4

Browse files
committed
bump cdk version
1 parent e7dbc6e commit 43d0ec4

11 files changed

+1873
-1692
lines changed

core/.projen/deps.json

+20-15
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/.projen/tasks.json

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/.projenrc.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ const glob = require('glob');
77

88
const { awscdk } = require('projen');
99

10-
const CDK_VERSION = '2.84.0';
11-
const CDK_CONSTRUCTS_VERSION = '10.2.55';
10+
const CDK_VERSION = '2.130.0';
11+
const CDK_CONSTRUCTS_VERSION = '10.3.0';
1212
const project = new awscdk.AwsCdkConstructLibrary({
1313
majorVersion: 2,
1414
authorName: 'Amazon Web Services',
@@ -20,7 +20,7 @@ const project = new awscdk.AwsCdkConstructLibrary({
2020
keywords: ['aws', 'constructs', 'cdk', 'analytics'],
2121

2222
cdkVersion: CDK_VERSION,
23-
jsiiVersion: '~5.0.0',
23+
jsiiVersion: '~5.3.0',
2424
constructsVersion: CDK_CONSTRUCTS_VERSION,
2525
defaultReleaseBranch: 'main',
2626
license: 'MIT-0',

0 commit comments

Comments
 (0)