@storybook/addon-backgrounds
Advanced tools
Comparing version 4.0.0-alpha.3 to 4.0.0-alpha.4
{ | ||
"name": "@storybook/addon-backgrounds", | ||
"version": "4.0.0-alpha.3", | ||
"version": "4.0.0-alpha.4", | ||
"description": "A storybook addon to show different backgrounds for your preview", | ||
@@ -27,3 +27,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@storybook/addons": "4.0.0-alpha.3", | ||
"@storybook/addons": "4.0.0-alpha.4", | ||
"babel-runtime": "^6.26.0", | ||
@@ -34,2 +34,5 @@ "global": "^4.3.2", | ||
}, | ||
"devDependencies": { | ||
"vue": "^2.5.16" | ||
}, | ||
"peerDependencies": { | ||
@@ -36,0 +39,0 @@ "react": "*" |
@@ -79,1 +79,8 @@ # Storybook Addon Backgrounds | ||
> ``` | ||
> In the case of Vue, use these imports: | ||
> | ||
> ```js | ||
> import { storiesOf } from '@storybook/vue'; | ||
> import backgrounds from "@storybook/addon-backgrounds/vue"; | ||
> ``` |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
40570
22
994
86
1
+ Added@storybook/addons@4.0.0-alpha.4(transitive)
+ Added@storybook/channels@4.0.0-alpha.4(transitive)
- Removed@storybook/addons@4.0.0-alpha.3(transitive)
- Removed@storybook/channels@4.0.0-alpha.3(transitive)