Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
raykrueger committed Apr 17, 2023
1 parent d44dd44 commit b37160b
Show file tree
Hide file tree
Showing 7 changed files with 409 additions and 356 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml

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

6 changes: 3 additions & 3 deletions .github/workflows/release.yml

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

2 changes: 1 addition & 1 deletion .github/workflows/upgrade-main.yml

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

4 changes: 2 additions & 2 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
Expand Up @@ -2,13 +2,13 @@ const { awscdk } = require('projen');
const project = new awscdk.AwsCdkConstructLibrary({
author: 'Ray Krueger',
authorAddress: '[email protected]',
cdkVersion: '2.69.0',
cdkVersion: '2.74.0',
defaultReleaseBranch: 'main',
name: '@raykrueger/cdk-fargate-public-dns',
repositoryUrl: 'https://github.com/raykrueger/cdk-fargate-public-dns.git',
description: 'An AWS CDK module that listens for ECS Tasks to enter RUNNING state and then updates a Route 53 hosted zone with the public IP address attached to the task.',
releaseToNpm: true,
minNodeVersion: '16.13.0',
minNodeVersion: '16.14.0',
catalog: {
announce: false,
twitter: 'raykrueger',
Expand Down
20 changes: 10 additions & 10 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 b37160b

Please sign in to comment.