Skip to content

Commit

Permalink
chore!: update cdk to v2.68.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FabrizioCafolla committed Mar 13, 2023
1 parent 73d0ef2 commit b2f463b
Show file tree
Hide file tree
Showing 5 changed files with 369 additions and 60 deletions.
10 changes: 5 additions & 5 deletions .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 .projenrc.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const { cdk, javascript } = require('projen');

const cdkVersion = '2.53.0';
const cdkVersion = '2.68.0';

const project = new cdk.JsiiProject({
author: 'Neulabs',
Expand All @@ -20,7 +20,7 @@ const project = new cdk.JsiiProject({
`@aws-cdk/aws-apigatewayv2-alpha@${cdkVersion}-alpha.0`,
`@aws-cdk/aws-apigatewayv2-integrations-alpha@${cdkVersion}-alpha.0`,
`aws-cdk-lib@${cdkVersion}`,
'constructs@^10.0.29',
'constructs@^10.0.0',
],

devDeps: ['ts-node', 'prettier', 'eslint-config-prettier', 'eslint-plugin-prettier', 'standard-version'],
Expand Down
Loading

0 comments on commit b2f463b

Please sign in to comment.