Skip to content

Commit

Permalink
Remove @storybook/addons circular dep from api
Browse files Browse the repository at this point in the history
This caused build to fail.
  • Loading branch information
IanVS committed Sep 3, 2022
1 parent 96726f1 commit 6a241ce
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion code/lib/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"prepare": "node ../../../scripts/prepare.js"
},
"dependencies": {
"@storybook/addons": "7.0.0-alpha.29",
"@storybook/channels": "7.0.0-alpha.29",
"@storybook/client-logger": "7.0.0-alpha.29",
"@storybook/core-events": "7.0.0-alpha.29",
Expand Down
1 change: 0 additions & 1 deletion code/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7548,7 +7548,6 @@ __metadata:
resolution: "@storybook/api@workspace:lib/api"
dependencies:
"@jest/globals": ^26.6.2
"@storybook/addons": 7.0.0-alpha.29
"@storybook/channels": 7.0.0-alpha.29
"@storybook/client-logger": 7.0.0-alpha.29
"@storybook/core-common": 7.0.0-alpha.29
Expand Down

0 comments on commit 6a241ce

Please sign in to comment.