Skip to content

Commit

Permalink
merge: pull request #95 from gammarers/feature/typescript-version-up
Browse files Browse the repository at this point in the history
feat: typescript version up
  • Loading branch information
yicr authored Aug 15, 2024
2 parents e6e889c + c7b7152 commit aebf50e
Show file tree
Hide file tree
Showing 8 changed files with 63 additions and 61 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml

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

10 changes: 5 additions & 5 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.

6 changes: 3 additions & 3 deletions .projen/deps.json

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

6 changes: 3 additions & 3 deletions .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ const project = new awscdk.AwsCdkConstructLibrary({
authorAddress: 'yicr@users.noreply.github.com',
cdkVersion: '2.80.0',
constructsVersion: '10.0.5',
typescriptVersion: '5.2.x',
jsiiVersion: '5.2.x',
typescriptVersion: '5.4.x',
jsiiVersion: '5.4.x',
defaultReleaseBranch: 'main',
name: '@gammarers/aws-waf-ip-restriction-rule-group',
description: 'This is an AWS CDK Construct for IP Restriction Rule Group on WAF V2',
Expand All @@ -14,7 +14,7 @@ const project = new awscdk.AwsCdkConstructLibrary({
repositoryUrl: 'https://github.com/gammarers/aws-waf-ip-restriction-rule-group.git',
npmAccess: javascript.NpmAccess.PUBLIC,
minNodeVersion: '16.0.0',
workflowNodeVersion: '20.11.0',
workflowNodeVersion: '22.4.x',
depsUpgradeOptions: {
workflowOptions: {
labels: ['auto-approve', 'auto-merge'],
Expand Down
20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,30 @@ This construct creating resource list.

### TypeScript

#### install by npm

```shell
npm install @gammarers/aws-waf-ip-restriction-rule-group
# or
```

#### install by yarn

```shell
yarn add @gammarers/aws-waf-ip-restriction-rule-group
```

#### install by pnpm

```shell
pnpm add @gammarers/aws-waf-ip-restriction-rule-group
```

#### install by bun

```shell
bun add @gammarers/aws-waf-ip-restriction-rule-group
```

### Python

```shell
Expand Down
6 changes: 3 additions & 3 deletions package.json

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

66 changes: 25 additions & 41 deletions yarn.lock

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

0 comments on commit aebf50e

Please sign in to comment.