@storybook/addon-themes 8.0.0-alpha.12 → 8.0.0-alpha.14

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/dist/index.js +3 -12
  2. 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.12",
3
+ "version": "8.0.0-alpha.14",
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.12",
60
- "@storybook/components": "8.0.0-alpha.12",
61
- "@storybook/core-events": "8.0.0-alpha.12",
59
+ "@storybook/client-logger": "8.0.0-alpha.14",
60
+ "@storybook/components": "8.0.0-alpha.14",
61
+ "@storybook/core-events": "8.0.0-alpha.14",
62
62
  "@storybook/icons": "^1.2.3",
63
- "@storybook/manager-api": "8.0.0-alpha.12",
64
- "@storybook/preview-api": "8.0.0-alpha.12",
65
- "@storybook/theming": "8.0.0-alpha.12",
66
- "@storybook/types": "8.0.0-alpha.12",
63
+ "@storybook/manager-api": "8.0.0-alpha.14",
64
+ "@storybook/preview-api": "8.0.0-alpha.14",
65
+ "@storybook/theming": "8.0.0-alpha.14",
66
+ "@storybook/types": "8.0.0-alpha.14",
67
67
  "typescript": "^5.3.2"
68
68
  },
69
69
  "publishConfig": {