Skip to content

Commit 6eefc69

Browse files
authored
feat(deps): demand at least cdk 2.188.0 [INFRA-33946] (#121)
1 parent 0feec47 commit 6eefc69

File tree

4 files changed

+26
-22
lines changed

4 files changed

+26
-22
lines changed

.projen/deps.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projenrc.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,10 @@ const peerDeps = ['constructs@^10.0.5', 'multi-convention-namer@^0.1.12'];
77
const project = new clickupCdk.ClickUpCdkConstructLibrary({
88
name: '@time-loop/cdk-aurora',
99

10-
cdkVersion: '2.118.0', // https://github.com/aws/aws-cdk/pull/28508 Aurora PG v15.5
10+
cdkVersion: '2.188.0',
1111
defaultReleaseBranch: 'main',
1212
licensed: true,
1313
packageManager: javascript.NodePackageManager.PNPM,
14-
pnpmVersion: '9',
1514

1615
bundledDeps,
1716
deps: [...bundledDeps],

package.json

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

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)