Skip to content
Merged
Prev Previous commit
Next Next commit
[typescript-aurelia] drop support typescript below 4.0 & update samples
  • Loading branch information
mkusaka committed Apr 12, 2022
commit c674dbc2dccf30788bbe8e01c6164597c4027970
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
},
"devDependencies": {
"tslint": "^3.15.1",
"typescript": "^2.4 || ^3.0"
"typescript": "^4.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
},
"devDependencies": {
"tslint": "^3.15.1",
"typescript": "^2.4 || ^3.0"
"typescript": "^4.0"
}
}