@storybook/addon-backgrounds 8.2.0-alpha.4 → 8.2.0-alpha.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +11 -11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/addon-backgrounds",
3
- "version": "8.2.0-alpha.4",
3
+ "version": "8.2.0-alpha.6",
4
4
  "description": "Switch backgrounds to view components in different settings",
5
5
  "keywords": [
6
6
  "addon",
@@ -29,13 +29,13 @@
29
29
  ".": {
30
30
  "types": "./dist/index.d.ts",
31
31
  "node": "./dist/index.js",
32
- "require": "./dist/index.js",
33
- "import": "./dist/index.mjs"
32
+ "import": "./dist/index.mjs",
33
+ "require": "./dist/index.js"
34
34
  },
35
35
  "./preview": {
36
36
  "types": "./dist/preview.d.ts",
37
- "require": "./dist/preview.js",
38
- "import": "./dist/preview.mjs"
37
+ "import": "./dist/preview.mjs",
38
+ "require": "./dist/preview.js"
39
39
  },
40
40
  "./manager": "./dist/manager.js",
41
41
  "./register": "./dist/manager.js",
@@ -61,13 +61,13 @@
61
61
  "ts-dedent": "^2.0.0"
62
62
  },
63
63
  "devDependencies": {
64
- "@storybook/client-logger": "8.2.0-alpha.4",
65
- "@storybook/components": "8.2.0-alpha.4",
64
+ "@storybook/client-logger": "8.2.0-alpha.6",
65
+ "@storybook/components": "8.2.0-alpha.6",
66
66
  "@storybook/icons": "^1.2.5",
67
- "@storybook/manager-api": "8.2.0-alpha.4",
68
- "@storybook/preview-api": "8.2.0-alpha.4",
69
- "@storybook/theming": "8.2.0-alpha.4",
70
- "@storybook/types": "8.2.0-alpha.4",
67
+ "@storybook/manager-api": "8.2.0-alpha.6",
68
+ "@storybook/preview-api": "8.2.0-alpha.6",
69
+ "@storybook/theming": "8.2.0-alpha.6",
70
+ "@storybook/types": "8.2.0-alpha.6",
71
71
  "react": "^18.2.0",
72
72
  "react-dom": "^18.2.0",
73
73
  "typescript": "^5.3.2"