Skip to content

Commit

Permalink
feat: Update npm dependencies and project configuration
Browse files Browse the repository at this point in the history
- Updated the `npm-check-updates` command in `.projen/tasks.json` to upgrade the `optional` dependency instead of the `bundle` dependency.
- Updated author information and homepage URL in `.projenrc.js`.
- Updated repository URL in `package.json`.
- Added homepage URL in `package.json`.
- Updated version of `@sigstore/bundle`, `@sigstore/protobuf-specs`, and `@sigstore/tuf` dependencies in `yarn.lock`.

This commit updates the npm dependencies and project configuration to ensure compatibility and improve functionality.
  • Loading branch information
stefanfreitag committed Jul 20, 2023
1 parent b7c5c7e commit 0445a60
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 30 deletions.
4 changes: 2 additions & 2 deletions .projen/tasks.json

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

4 changes: 3 additions & 1 deletion .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ const { UpgradeDependenciesSchedule } = require('projen/lib/javascript');
const project = new awscdk.AwsCdkConstructLibrary({
author: 'Stefan Freitag',
authorAddress: '[email protected]',
authorOrganization: false,
homepage: 'https://stefanfreitag.github.io/AWS-FSx-Lifecycle-Status-Monitor',
cdkVersion: '2.87.0',
defaultReleaseBranch: 'main',
name: 'aws_fsx_lifecycle_status_monitor',
repositoryUrl: 'https://github.com/stefan.freitag/aws_fsx_lifecycle_status_monitor.git',
repositoryUrl: 'https://github.com/stefan.freitag/aws_fsx_lifecycle_status_monitor',
keywords: ['aws', 'fsx', 'lifecycle', 'monitor'],
tsconfigDev: {
compilerOptions: {
Expand Down
3 changes: 2 additions & 1 deletion package.json

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

60 changes: 34 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 0445a60

Please sign in to comment.