mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-16 10:33:43 +08:00
feat(@schematics/schematics): generate new projects with TypeScript 4.1
This commit is contained in:
parent
774cd52dd0
commit
83b23f81b1
@ -15,7 +15,7 @@
|
||||
"dependencies": {
|
||||
"@angular-devkit/core": "^<%= coreVersion %>",
|
||||
"@angular-devkit/schematics": "^<%= schematicsVersion %>",
|
||||
"typescript": "~4.0.2"
|
||||
"typescript": "~4.1.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^12.11.1",
|
||||
|
@ -15,7 +15,7 @@
|
||||
"dependencies": {
|
||||
"@angular-devkit/core": "^<%= coreVersion %>",
|
||||
"@angular-devkit/schematics": "^<%= schematicsVersion %>",
|
||||
"typescript": "~4.0.2"
|
||||
"typescript": "~4.1.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^12.11.1",
|
||||
|
Loading…
x
Reference in New Issue
Block a user