Skip to content

Commit

Permalink
fix: dev deps and lockfile (#20)
Browse files Browse the repository at this point in the history
* fix: dev deps and lockfile

* fix: release commits
  • Loading branch information
derrike authored Feb 5, 2025
1 parent 1a29ca0 commit 6138877
Show file tree
Hide file tree
Showing 5 changed files with 1,101 additions and 1,036 deletions.
5 changes: 0 additions & 5 deletions .projen/deps.json

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

2 changes: 2 additions & 0 deletions .projen/tasks.json

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

6 changes: 4 additions & 2 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ const project = new CdklabsConstructLibrary({
}
]
},
versionrcOptions: {
preset: 'conventionalcommits'
},
workflowBootstrapSteps: [
{
name: 'Install Corepack',
Expand Down Expand Up @@ -289,8 +292,7 @@ project.tasks.tryFind('rosetta:extract')?.updateStep(0, {
* Set minimum package versions across dependency chain
*/
project.package.addPackageResolutions(
'cross-spawn@^7.0.5', // grype finding nov24
'jsii@^5.7.3' // grype finding dec24
'cross-spawn@^7.0.5' // grype finding nov24
);

project.synth();
33 changes: 16 additions & 17 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 6138877

Please sign in to comment.