Skip to content

Commit

Permalink
build(deps-dev): Bump prettier from 2.8.8 to 3.0.0 (#419)
Browse files Browse the repository at this point in the history
* build(deps-dev): Bump prettier from 2.8.8 to 3.0.0

Bumps [prettier](https://github.com/prettier/prettier) from 2.8.8 to 3.0.0.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@2.8.8...3.0.0)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* style: apply prettier 3.0.0

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kenji Kono <[email protected]>
  • Loading branch information
dependabot[bot] and konokenj authored Aug 1, 2023
1 parent cfb21fc commit 67b5125
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 20 deletions.
3 changes: 0 additions & 3 deletions doc/DeployToControlTower.md
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,6 @@ The contents of this setting are as follows.
> NOTE: See the following explanation for how to use Context
>
> - [Manage personal environment by cdk.context.json](HowTo.md#Manage-personal-environment-by-cdkcontextjson)
>
> - [Accessing context in application](HowTo.md#accessing-context-in-application)
#### 5-3. Deploy a baseline for the Audit account
Expand Down Expand Up @@ -463,7 +462,6 @@ You should now be notified of all AWS Config change events for accounts managed
> NOTE:
>
> - Here we are using `npx` to use a local cdk installed in the BLEA environment. If you start the command directly from `cdk`, the globally installed cdk will be used.
>
> - There are options that are useful when using the cdk command. See [Skip Deployment Approvals and Don't Roll Back](HowTo.md#skip-deployment-approvals-and-dont-roll-back).
### 6. Deploy a governance base for guest accounts (Local)
Expand Down Expand Up @@ -601,7 +599,6 @@ npx cdk bootstrap -c environment=dev --profile ct-guest
> NOTE:
>
> - Here we are using `npx` to use a local cdk installed in the BLEA environment. If you start the command directly from `cdk`, the globally installed cdk will be used.
>
> - There are options that are useful when using the cdk command. See [Skip Deployment Approvals and Don't Roll Back](HowTo.md#skip-deployment-approvals-and-dont-roll-back).
Deploy a governance base for guest accounts.
Expand Down
22 changes: 11 additions & 11 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.8.0",
"lint-staged": "^13.2.3",
"prettier": "^2.8.8",
"prettier": "^3.0.0",
"simple-git-hooks": "^2.9.0",
"standard-version": "^9.5.0",
"typescript": "~4.9.5"
Expand Down
2 changes: 1 addition & 1 deletion usecases/blea-gov-base-ct/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.8.0",
"jest": "^27.5.1",
"prettier": "^2.8.8",
"prettier": "^3.0.0",
"ts-jest": "^27.1.5",
"ts-node": "^10.9.1",
"typescript": "~4.9.5"
Expand Down
2 changes: 1 addition & 1 deletion usecases/blea-gov-base-standalone/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.8.0",
"jest": "^27.5.1",
"prettier": "^2.8.8",
"prettier": "^3.0.0",
"ts-jest": "^27.1.5",
"ts-node": "^10.9.1",
"typescript": "~4.9.5"
Expand Down
2 changes: 1 addition & 1 deletion usecases/blea-guest-ec2-app-sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.5.0",
"jest": "^27.5.1",
"prettier": "^2.8.8",
"prettier": "^3.0.0",
"ts-jest": "^27.1.5",
"ts-node": "^10.9.1",
"typescript": "~4.9.4"
Expand Down
2 changes: 1 addition & 1 deletion usecases/blea-guest-ecs-app-sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.8.0",
"jest": "^27.5.1",
"prettier": "^2.8.8",
"prettier": "^3.0.0",
"ts-jest": "^27.1.5",
"ts-node": "^10.9.1",
"typescript": "~4.9.5"
Expand Down
2 changes: 1 addition & 1 deletion usecases/blea-guest-serverless-api-sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.8.0",
"jest": "^27.5.1",
"prettier": "^2.8.8",
"prettier": "^3.0.0",
"ts-jest": "^27.1.5",
"ts-node": "^10.9.1",
"typescript": "~4.9.5"
Expand Down

0 comments on commit 67b5125

Please sign in to comment.