Skip to content

Commit

Permalink
Merge pull request #214 from gammarer/feature/upgrade-deps-error-fix
Browse files Browse the repository at this point in the history
feat: upgrade deps error fix wih jsii version update
  • Loading branch information
yicr authored Jan 12, 2024
2 parents 71cba12 + 917ff91 commit 9ccd19a
Show file tree
Hide file tree
Showing 13 changed files with 868 additions and 1,295 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml

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

12 changes: 6 additions & 6 deletions .github/workflows/release.yml

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

2 changes: 1 addition & 1 deletion .github/workflows/upgrade-main.yml

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

2 changes: 1 addition & 1 deletion .gitignore

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

2 changes: 2 additions & 0 deletions .npmignore

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

18 changes: 9 additions & 9 deletions .projen/deps.json

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

3 changes: 2 additions & 1 deletion .projen/tasks.json

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

13 changes: 7 additions & 6 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@ const project = new awscdk.AwsCdkConstructLibrary({
author: 'yicr',
authorAddress: 'yicr@users.noreply.github.com',
cdkVersion: '2.80.0',
typescriptVersion: '4.9.x',
jsiiVersion: '~5.0.0',
constructsVersion: '10.0.5',
typescriptVersion: '5.1.x',
jsiiVersion: '5.1.x',
defaultReleaseBranch: 'main',
name: '@gammarer/aws-secure-vpc-bucket',
description: 'Access from specific VPC Endpoint only Bucket',
Expand All @@ -13,14 +14,14 @@ const project = new awscdk.AwsCdkConstructLibrary({
repositoryUrl: 'https://github.com/gammarer/aws-secure-vpc-bucket.git',
majorVersion: 1,
npmAccess: javascript.NpmAccess.PUBLIC,
deps: [
'@gammarer/aws-secure-bucket@~0.13.0',
devDeps: [
'@gammarer/aws-secure-bucket@~1.1.0',
],
peerDeps: [
'@gammarer/aws-secure-bucket@~0.13.0',
'@gammarer/aws-secure-bucket@~1.1.0',
],
minNodeVersion: '18.0.0',
workflowNodeVersion: '18.17.1',
workflowNodeVersion: '20.11.0',
depsUpgradeOptions: {
workflowOptions: {
labels: ['auto-approve', 'auto-merge'],
Expand Down
62 changes: 0 additions & 62 deletions API.md

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

38 changes: 19 additions & 19 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 9ccd19a

Please sign in to comment.