Merge pull request #567 from spotify/rugvip/storybook-deps

packages/storybook: hoist storybook addons so they can be loaded from other packages
This commit is contained in:
Patrik Oldsberg
2020-04-16 13:38:12 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
-1
View File
@@ -46,7 +46,6 @@
"@backstage/test-utils": "0.1.1-alpha.4",
"@backstage/test-utils-core": "^0.1.1-alpha.4",
"@backstage/theme": "^0.1.1-alpha.4",
"@storybook/addon-storysource": "^5.3.18",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
+2 -1
View File
@@ -9,7 +9,8 @@
},
"workspaces": {
"nohoist": [
"@storybook/**"
"@storybook/react/**",
"@storybook/addons/**"
]
},
"dependencies": {