storybook: switch @backstage deps to peerDeps
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -8,10 +8,6 @@
|
||||
"build-storybook": "build-storybook --output-dir dist"
|
||||
},
|
||||
"dependencies": {
|
||||
"@backstage/theme": "file:../packages/theme",
|
||||
"@backstage/test-utils": "file:../packages/test-utils",
|
||||
"@backstage/core-app-api": "file:../packages/core-app-api",
|
||||
"@backstage/core-plugin-api": "file:../packages/core-plugin-api",
|
||||
"@sucrase/webpack-loader": "^2.0.0",
|
||||
"sucrase": "^3.20.2",
|
||||
"react": "^17.0.2",
|
||||
@@ -26,5 +22,11 @@
|
||||
"@storybook/addons": "^6.1.11",
|
||||
"@storybook/react": "^6.3.6",
|
||||
"storybook-dark-mode": "^1.0.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@backstage/theme": "file:../packages/theme",
|
||||
"@backstage/test-utils": "file:../packages/test-utils",
|
||||
"@backstage/core-app-api": "file:../packages/core-app-api",
|
||||
"@backstage/core-plugin-api": "file:../packages/core-plugin-api"
|
||||
}
|
||||
}
|
||||
|
||||
+15
-761
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user