Skip to content

Commit

Permalink
chore: upgrade dependencies (#46)
Browse files Browse the repository at this point in the history
* chore: upgrade dependencies

* fix: updated lock file

* fix: updated deps

---------

Co-authored-by: Stefan Freitag <[email protected]>
  • Loading branch information
stefanfreitag and stefanfreitagrwe committed Sep 3, 2023
1 parent e3af705 commit 964c095
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 40 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.

8 changes: 4 additions & 4 deletions .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ const { UpgradeDependenciesSchedule } = require('projen/lib/javascript');
const project = new awscdk.AwsCdkConstructLibrary({
author: 'Stefan Freitag',
authorAddress: '[email protected]',
cdkVersion: '2.88.0',
cdkVersion: '2.94.0',
defaultReleaseBranch: 'main',
name: 'terraform-backend-s3-bucket',
description: 'Creates an S3 bucket and a DynamoDB table for Terraform state and lock management.',
repositoryUrl:
'https://github.com/stefanfreitag/terraform-backend-s3-bucket.git',
codeCov: true,
devDeps: [
'@aws-cdk/integ-tests-alpha@2.88.0-alpha.0',
'@aws-cdk/integ-runner@2.88.0-alpha.0',
'[email protected].75',
'@aws-cdk/integ-tests-alpha@2.94.0-alpha.0',
'@aws-cdk/integ-runner@2.94.0-alpha.0',
'[email protected].120',
'ts-node',
],
depsUpgradeOptions: {
Expand Down
10 changes: 5 additions & 5 deletions package.json

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

52 changes: 26 additions & 26 deletions yarn.lock

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

0 comments on commit 964c095

Please sign in to comment.