Skip to content

Commit

Permalink
chore: upgrade cdk lib version
Browse files Browse the repository at this point in the history
  • Loading branch information
FabrizioCafolla committed May 19, 2023
1 parent 7b1f6b2 commit 2a795d9
Show file tree
Hide file tree
Showing 5 changed files with 85 additions and 85 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ updates:
directory: '/'
schedule:
interval: 'weekly'
open-pull-requests-limit: 4
open-pull-requests-limit: 10
labels:
- 'dependencies'
assignees:
Expand Down
8 changes: 4 additions & 4 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.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const { cdk, javascript } = require('projen');

const cdkVersion = '2.77.0';
const cdkVersion = '2.78.0';

const project = new cdk.JsiiProject({
author: 'Neulabs',
Expand Down
14 changes: 7 additions & 7 deletions package.json

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

144 changes: 72 additions & 72 deletions yarn.lock

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

0 comments on commit 2a795d9

Please sign in to comment.