build: remove typescript 3.6 and 3.7 support (#36329)
Remove TypeScript 3.6 and 3.7 support from Angular along with tests that ensure those TS versions work. BREAKING CHANGE: typescript 3.6 and 3.7 are no longer supported, please update to typescript 3.8 PR Close #36329
This commit is contained in:

committed by
Alex Rickabaugh

parent
420c179b39
commit
fbd281c26e
@ -17,7 +17,7 @@
|
||||
"test": "test"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"typescript": "~3.7.4"
|
||||
"typescript": "~3.8.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"chalk": "^2.3.1",
|
||||
@ -33,7 +33,7 @@
|
||||
"chai": "^4.1.2",
|
||||
"jasmine": "^3.1.0",
|
||||
"source-map-support": "^0.5.9",
|
||||
"typescript": "~3.7.4"
|
||||
"typescript": "~3.8.3"
|
||||
},
|
||||
"repository": {},
|
||||
"keywords": [
|
||||
|
Reference in New Issue
Block a user