-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Update npm dependencies and project configuration
- 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
1 parent
b7c5c7e
commit 0445a60
Showing
4 changed files
with
41 additions
and
30 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: { | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.