fix(storybook): fix ng update for @nrwl/storybook (#2410)

This commit is contained in:
Jason Jean 2020-01-31 16:33:43 -05:00 committed by GitHub
parent b6e6b3f1c3
commit adc2b2a2c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,13 +28,7 @@
"migrations": "./migrations.json" "migrations": "./migrations.json"
}, },
"peerDependencies": { "peerDependencies": {
"@nrwl/workspace": "*", "@nrwl/workspace": "*"
"@storybook/angular": "5.3.9",
"@storybook/react": "5.3.9",
"@storybook/core": "5.3.9",
"@storybook/addon-knobs": "5.3.9",
"babel-loader": "^8.0.6",
"@babel/core": "^7.5.4"
}, },
"dependencies": { "dependencies": {
"@nrwl/cypress": "*", "@nrwl/cypress": "*",