@storybook/addon-themes 8.2.0-alpha.4 → 8.2.0-alpha.5

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.2.0-alpha.4",
3
+ "version": "8.2.0-alpha.5",
4
4
  "description": "Switch between multiple themes for you components in Storybook",
5
5
  "keywords": [
6
6
  "css",
@@ -60,14 +60,14 @@
60
60
  "ts-dedent": "^2.0.0"
61
61
  },
62
62
  "devDependencies": {
63
- "@storybook/client-logger": "8.2.0-alpha.4",
64
- "@storybook/components": "8.2.0-alpha.4",
65
- "@storybook/core-events": "8.2.0-alpha.4",
63
+ "@storybook/client-logger": "8.2.0-alpha.5",
64
+ "@storybook/components": "8.2.0-alpha.5",
65
+ "@storybook/core-events": "8.2.0-alpha.5",
66
66
  "@storybook/icons": "^1.2.5",
67
- "@storybook/manager-api": "8.2.0-alpha.4",
68
- "@storybook/preview-api": "8.2.0-alpha.4",
69
- "@storybook/theming": "8.2.0-alpha.4",
70
- "@storybook/types": "8.2.0-alpha.4",
67
+ "@storybook/manager-api": "8.2.0-alpha.5",
68
+ "@storybook/preview-api": "8.2.0-alpha.5",
69
+ "@storybook/theming": "8.2.0-alpha.5",
70
+ "@storybook/types": "8.2.0-alpha.5",
71
71
  "typescript": "^5.3.2"
72
72
  },
73
73
  "publishConfig": {