Skip to content

Commit

Permalink
chore(deps): update dependency beachball to v2.45.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and langri-sha committed Aug 31, 2024
1 parent 4b6a476 commit 145ac5f
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json

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

2 changes: 1 addition & 1 deletion packages/projen-project/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ export class Project extends BaseProject {
this.beachball = new Beachball(this, deepMerge(defaults, beachball))

this.prettier?.ignore.addPatterns('CHANGELOG.md')
this.package?.addDevDeps('beachball@2.43.1')
this.package?.addDevDeps('beachball@2.45.0')
this.typeScriptConfig?.addFile(this.beachball!.path)
}

Expand Down
26 changes: 24 additions & 2 deletions pnpm-lock.yaml

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

0 comments on commit 145ac5f

Please sign in to comment.