Fix: Overlord build would fail as angular requires TypeScript >=4.0.0 and <4.2.0
This commit is contained in:
parent
39c1f61dc5
commit
ef826d30c7
@ -70,7 +70,7 @@
|
||||
"protractor": "~7.0.0",
|
||||
"standard-version": "^9.1.0",
|
||||
"ts-node": "^9.1.1",
|
||||
"typescript": "^4.1.3"
|
||||
"typescript": "~4.1.5"
|
||||
},
|
||||
"husky": {
|
||||
"hooks": {
|
||||
|
Loading…
Reference in New Issue
Block a user