Skip to content

Commit

Permalink
chore: upgrade cdk dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanfreitagrwe authored and stefanfreitag committed Dec 8, 2023
1 parent eb0b9cd commit d0fdf89
Show file tree
Hide file tree
Showing 4 changed files with 216 additions and 264 deletions.
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.

10 changes: 5 additions & 5 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.94.0',
cdkVersion: '2.114.1',
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.94.0-alpha.0',
'@aws-cdk/integ-runner@2.94.0-alpha.0',
'[email protected].120',
'@aws-cdk/integ-tests-alpha@2.114.1-alpha.0',
'@aws-cdk/integ-runner@2.114.1-alpha.0',
'[email protected].211',
'ts-node',
],
depsUpgradeOptions: {
Expand All @@ -24,7 +24,7 @@ const project = new awscdk.AwsCdkConstructLibrary({
},
},
keywords: ['aws', 'backend', 's3', 'terraform'],
stability: Stability.EXPERIMENTAL,
stability: Stability.STABLE,
publishToMaven: {
javaPackage: 'io.github.stefanfreitag.cdk.terraformstatebackend',
mavenArtifactId: 'terraformStateBackend',
Expand Down
12 changes: 6 additions & 6 deletions package.json

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

Loading

0 comments on commit d0fdf89

Please sign in to comment.