Skip to content

Commit

Permalink
feat(deps): upgrade deps packages
Browse files Browse the repository at this point in the history
  • Loading branch information
yicr committed Jul 4, 2024
1 parent a182a78 commit b5d8528
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .projen/deps.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 @@ -16,10 +16,10 @@ const project = new awscdk.AwsCdkConstructLibrary({
repositoryUrl: 'https://github.com/gammarers/aws-secure-log-bucket.git',
majorVersion: 1,
deps: [
'@gammarers/aws-secure-bucket@~1.4.1',
'@gammarers/aws-secure-bucket@~2.0.1',
],
peerDeps: [
'@gammarers/aws-secure-bucket@~1.4.1',
'@gammarers/aws-secure-bucket@~2.0.1',
],
releaseToNpm: true,
npmAccess: javascript.NpmAccess.PUBLIC,
Expand Down
4 changes: 2 additions & 2 deletions package.json

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

8 changes: 4 additions & 4 deletions yarn.lock

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

0 comments on commit b5d8528

Please sign in to comment.