@storybook/addon-backgrounds 8.3.0-alpha.10 → 8.3.0-alpha.11
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +3 -4
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@storybook/addon-backgrounds",
|
3
|
-
"version": "8.3.0-alpha.
|
3
|
+
"version": "8.3.0-alpha.11",
|
4
4
|
"description": "Switch backgrounds to view components in different settings",
|
5
5
|
"keywords": [
|
6
6
|
"addon",
|
@@ -29,8 +29,7 @@
|
|
29
29
|
".": {
|
30
30
|
"types": "./dist/index.d.ts",
|
31
31
|
"import": "./dist/index.mjs",
|
32
|
-
"require": "./dist/index.js"
|
33
|
-
"node": "./dist/index.js"
|
32
|
+
"require": "./dist/index.js"
|
34
33
|
},
|
35
34
|
"./preview": {
|
36
35
|
"types": "./dist/preview.d.ts",
|
@@ -67,7 +66,7 @@
|
|
67
66
|
"typescript": "^5.3.2"
|
68
67
|
},
|
69
68
|
"peerDependencies": {
|
70
|
-
"storybook": "^8.3.0-alpha.
|
69
|
+
"storybook": "^8.3.0-alpha.11"
|
71
70
|
},
|
72
71
|
"publishConfig": {
|
73
72
|
"access": "public"
|