Skip to content

Commit

Permalink
fix(init-templates): unable to initialize typescript templates (#20752)
Browse files Browse the repository at this point in the history
fix #20751

----

### All Submissions:

* [x] Have you followed the guidelines in our [Contributing guide?](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md)

### Adding new Unconventional Dependencies:

* [ ] This PR adds new unconventional dependencies following the process described [here](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md/#adding-new-unconventional-dependencies)

### New Features

* [ ] Have you added the new feature to an [integration test](https://github.com/aws/aws-cdk/blob/main/INTEGRATION_TESTS.md)?
	* [ ] Did you use `yarn integ` to deploy the infrastructure and generate the snapshot (i.e. `yarn integ` without `--dry-run`)?

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
yamatatsu committed Jun 15, 2022
1 parent 81ef665 commit 665534d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"devDependencies": {
"@aws-cdk/assertions": "%cdk-version%",
"@types/prettier": "2.6.0",
"@types/jest": "^28.1.1",
"@types/jest": "^27.5.2",
"@types/node": "10.17.27",
"jest": "^27.5.1",
"ts-jest": "^27.1.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"devDependencies": {
"@aws-cdk/assertions": "%cdk-version%",
"@types/jest": "^28.1.1",
"@types/jest": "^27.5.2",
"@types/prettier": "2.6.0",
"@types/node": "10.17.27",
"jest": "^27.5.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"devDependencies": {
"aws-cdk": "%cdk-version%",
"@aws-cdk/assertions": "%cdk-version%",
"@types/jest": "^28.1.1",
"@types/jest": "^27.5.2",
"@types/node": "10.17.27",
"@types/prettier": "2.6.0",
"jest": "^27.5.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"cdk": "cdk"
},
"devDependencies": {
"@types/jest": "^28.1.1",
"@types/jest": "^27.5.2",
"@types/node": "10.17.27",
"@types/prettier": "2.6.0",
"jest": "^27.5.1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test": "jest"
},
"devDependencies": {
"@types/jest": "^28.1.1",
"@types/jest": "^27.5.2",
"@types/node": "10.17.27",
"@types/prettier": "2.6.0",
"aws-cdk-lib": "%cdk-version%",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"devDependencies": {
"aws-cdk": "%cdk-version%",
"@types/jest": "^28.1.1",
"@types/jest": "^27.5.2",
"@types/node": "10.17.27",
"@types/prettier": "2.6.0",
"jest": "^27.5.1",
Expand Down

0 comments on commit 665534d

Please sign in to comment.