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