Skip to content

Commit

Permalink
fix(storybook): fix ng update for @nrwl/storybook (#2410)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenPandaz committed Jan 31, 2020
1 parent b6e6b3f commit adc2b2a
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions packages/storybook/package.json
Expand Up @@ -28,13 +28,7 @@
"migrations": "./migrations.json"
},
"peerDependencies": {
"@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"
"@nrwl/workspace": "*"
},
"dependencies": {
"@nrwl/cypress": "*",
Expand Down

0 comments on commit adc2b2a

Please sign in to comment.