Skip to content

Commit

Permalink
feat(deps): update dependencies to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dannysteenman committed Jan 6, 2025
1 parent f094d94 commit 0e3bd0f
Show file tree
Hide file tree
Showing 7 changed files with 456 additions and 710 deletions.
7 changes: 4 additions & 3 deletions .eslintrc.json

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/pull-request-lint.yml

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

17 changes: 11 additions & 6 deletions .projen/deps.json

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

3 changes: 3 additions & 0 deletions .projen/tasks.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.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ const project = new awscdk.AwsCdkTypeScriptApp({
authorOrganization: true,
name: 'aws-cdk-starterkit',
description: 'Create and deploy an AWS CDK app on your AWS account in less than 5 minutes using GitHub actions!',
cdkVersion: '2.163.1', // Find the latest CDK version here: https://www.npmjs.com/package/aws-cdk-lib
cdkVersion: '2.174.0', // Find the latest CDK version here: https://www.npmjs.com/package/aws-cdk-lib
cdkVersionPinning: true,
defaultReleaseBranch: 'main',
packageManager: NodePackageManager.NPM,
minNodeVersion: nodeVersion,
projenVersion: '0.88.6', // Find the latest projen version here: https://www.npmjs.com/package/projen
projenVersion: '0.91.5', // Find the latest projen version here: https://www.npmjs.com/package/projen
projenrcTs: true,
buildWorkflow: false,
release: true,
Expand Down
Loading

0 comments on commit 0e3bd0f

Please sign in to comment.