@storybook/preview-api 8.3.0 → 8.4.0-alpha.0

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 +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/preview-api",
3
- "version": "8.3.0",
3
+ "version": "8.4.0-alpha.0",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "storybook"
@@ -40,7 +40,7 @@
40
40
  "*.d.ts"
41
41
  ],
42
42
  "peerDependencies": {
43
- "storybook": "^8.3.0"
43
+ "storybook": "^8.4.0-alpha.0"
44
44
  },
45
45
  "publishConfig": {
46
46
  "access": "public"