@storybook/addon-themes 8.0.0-alpha.1 → 8.0.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 +8 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/addon-themes",
3
- "version": "8.0.0-alpha.1",
3
+ "version": "8.0.0-alpha.3",
4
4
  "description": "Switch between multiple themes for you components in Storybook",
5
5
  "keywords": [
6
6
  "css",
@@ -56,14 +56,14 @@
56
56
  "ts-dedent": "^2.0.0"
57
57
  },
58
58
  "devDependencies": {
59
- "@storybook/client-logger": "8.0.0-alpha.1",
60
- "@storybook/components": "8.0.0-alpha.1",
61
- "@storybook/core-events": "8.0.0-alpha.1",
59
+ "@storybook/client-logger": "8.0.0-alpha.3",
60
+ "@storybook/components": "8.0.0-alpha.3",
61
+ "@storybook/core-events": "8.0.0-alpha.3",
62
62
  "@storybook/icons": "^1.2.1",
63
- "@storybook/manager-api": "8.0.0-alpha.1",
64
- "@storybook/preview-api": "8.0.0-alpha.1",
65
- "@storybook/theming": "8.0.0-alpha.1",
66
- "@storybook/types": "8.0.0-alpha.1",
63
+ "@storybook/manager-api": "8.0.0-alpha.3",
64
+ "@storybook/preview-api": "8.0.0-alpha.3",
65
+ "@storybook/theming": "8.0.0-alpha.3",
66
+ "@storybook/types": "8.0.0-alpha.3",
67
67
  "typescript": "^5.3.2"
68
68
  },
69
69
  "publishConfig": {