mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-05 16:11:33 +08:00
chore: update TypeScript peerDep version in @storybook/angular
`@storybook/angular` should be compatible with Angular 11 which requires TypeScript 4.0 This resolves #12859 by supporting any version above Angular 6 through the latest RC
This commit is contained in:
parent
dc84fe0c76
commit
a1d332ffff
@ -73,7 +73,7 @@
|
|||||||
"@angular/platform-browser-dynamic": ">=6.0.0",
|
"@angular/platform-browser-dynamic": ">=6.0.0",
|
||||||
"@babel/core": "*",
|
"@babel/core": "*",
|
||||||
"rxjs": "^6.0.0",
|
"rxjs": "^6.0.0",
|
||||||
"typescript": "^3.4.0",
|
"typescript": "^3.4.0 || >=4.0.0",
|
||||||
"zone.js": "^0.8.29 || ^0.9.0 || ^0.10.0"
|
"zone.js": "^0.8.29 || ^0.9.0 || ^0.10.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user