mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 07:21:16 +08:00
update angular-9 example to 9.0.0-rc.2
This commit is contained in:
parent
3760140fcd
commit
61f34e2c89
@ -12,23 +12,23 @@
|
||||
"test": "ng test"
|
||||
},
|
||||
"dependencies": {
|
||||
"@angular/animations": "~9.0.0-rc.1",
|
||||
"@angular/common": "~9.0.0-rc.1",
|
||||
"@angular/compiler": "~9.0.0-rc.1",
|
||||
"@angular/core": "~9.0.0-rc.1",
|
||||
"@angular/forms": "~9.0.0-rc.1",
|
||||
"@angular/platform-browser": "~9.0.0-rc.1",
|
||||
"@angular/platform-browser-dynamic": "~9.0.0-rc.1",
|
||||
"@angular/router": "~9.0.0-rc.1",
|
||||
"@angular/animations": "~9.0.0-rc.2",
|
||||
"@angular/common": "~9.0.0-rc.2",
|
||||
"@angular/compiler": "~9.0.0-rc.2",
|
||||
"@angular/core": "~9.0.0-rc.2",
|
||||
"@angular/forms": "~9.0.0-rc.2",
|
||||
"@angular/platform-browser": "~9.0.0-rc.2",
|
||||
"@angular/platform-browser-dynamic": "~9.0.0-rc.2",
|
||||
"@angular/router": "~9.0.0-rc.2",
|
||||
"rxjs": "~6.5.3",
|
||||
"tslib": "^1.10.0",
|
||||
"zone.js": "~0.10.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@angular-devkit/build-angular": "~0.900.0-rc.1",
|
||||
"@angular/cli": "~9.0.0-rc.1",
|
||||
"@angular/compiler-cli": "~9.0.0-rc.1",
|
||||
"@angular/language-service": "~9.0.0-rc.1",
|
||||
"@angular-devkit/build-angular": "~0.900.0-rc.2",
|
||||
"@angular/cli": "~9.0.0-rc.2",
|
||||
"@angular/compiler-cli": "~9.0.0-rc.2",
|
||||
"@angular/language-service": "~9.0.0-rc.2",
|
||||
"@types/jasmine": "~3.4.0",
|
||||
"@types/jasminewd2": "~2.0.3",
|
||||
"@types/node": "^12.11.1",
|
||||
|
Loading…
x
Reference in New Issue
Block a user