@storybook/addon-themes 8.6.0-alpha.1 → 8.6.0-alpha.3

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-themes",
3
- "version": "8.6.0-alpha.1",
3
+ "version": "8.6.0-alpha.3",
4
4
  "description": "Switch between multiple themes for you components in Storybook",
5
5
  "keywords": [
6
6
  "css",
@@ -63,7 +63,7 @@
63
63
  "typescript": "^5.3.2"
64
64
  },
65
65
  "peerDependencies": {
66
- "storybook": "^8.6.0-alpha.1"
66
+ "storybook": "^8.6.0-alpha.3"
67
67
  },
68
68
  "publishConfig": {
69
69
  "access": "public"