@storybook/addon-backgrounds 8.5.0-alpha.9 → 8.5.0-beta.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/addon-backgrounds",
3
- "version": "8.5.0-alpha.9",
3
+ "version": "8.5.0-beta.0",
4
4
  "description": "Switch backgrounds to view components in different settings",
5
5
  "keywords": [
6
6
  "addon",
@@ -66,7 +66,7 @@
66
66
  "typescript": "^5.3.2"
67
67
  },
68
68
  "peerDependencies": {
69
- "storybook": "^8.5.0-alpha.9"
69
+ "storybook": "^8.5.0-beta.0"
70
70
  },
71
71
  "publishConfig": {
72
72
  "access": "public"