mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-19 04:26:01 +08:00
feat(@schematics/schematics): generate packages with TypeScript 3.8
This commit is contained in:
parent
d3d59c7c61
commit
5ee9ff9e3e
@ -15,7 +15,7 @@
|
||||
"dependencies": {
|
||||
"@angular-devkit/core": "^<%= coreVersion %>",
|
||||
"@angular-devkit/schematics": "^<%= schematicsVersion %>",
|
||||
"typescript": "~3.7.4"
|
||||
"typescript": "~3.8.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^12.11.1",
|
||||
|
@ -15,7 +15,7 @@
|
||||
"dependencies": {
|
||||
"@angular-devkit/core": "^<%= coreVersion %>",
|
||||
"@angular-devkit/schematics": "^<%= schematicsVersion %>",
|
||||
"typescript": "~3.7.4"
|
||||
"typescript": "~3.8.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^12.11.1",
|
||||
|
Loading…
x
Reference in New Issue
Block a user