Skip to content

Commit

Permalink
fix(cdk): init templates were not upgraded to typescript ^3.0.0 (#904)
Browse files Browse the repository at this point in the history
while we are at it, upgrade typescript to 3.1.2
  • Loading branch information
Elad Ben-Israel authored and RomainMuller committed Oct 11, 2018
1 parent 0ed10b5 commit aa68793
Show file tree
Hide file tree
Showing 5 changed files with 4,554 additions and 287 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"nodeunit": "^0.11.2",
"nyc": "^13.0.1",
"tslint": "^5.10.0",
"typescript": "^3.0.1"
"typescript": "^3.1.2"
},
"repository": {
"type": "git",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"devDependencies": {
"@types/node": "^8.9.4",
"typescript": "^2.8.3",
"typescript": "^3.1.2",
"aws-cdk": "^%cdk-version%"
},
"dependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"devDependencies": {
"@types/nodeunit": "^0.0.30",
"nodeunit": "^0.11.2",
"typescript": "^2.8.3"
"typescript": "^3.1.2"
},
"dependencies": {
"@aws-cdk/aws-sns": "^%cdk-version%",
Expand Down
Loading

0 comments on commit aa68793

Please sign in to comment.