@storybook/addon-themes 7.2.2-alpha.0 → 7.2.2

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": "7.2.2-alpha.0",
3
+ "version": "7.2.2",
4
4
  "description": "Switch between multiple themes for you components in Storybook",
5
5
  "keywords": [
6
6
  "css",
@@ -72,13 +72,13 @@
72
72
  "prep": "../../../scripts/prepare/bundle.ts"
73
73
  },
74
74
  "dependencies": {
75
- "@storybook/client-logger": "7.2.2-alpha.0",
76
- "@storybook/components": "7.2.2-alpha.0",
77
- "@storybook/core-events": "7.2.2-alpha.0",
78
- "@storybook/manager-api": "7.2.2-alpha.0",
79
- "@storybook/preview-api": "7.2.2-alpha.0",
80
- "@storybook/theming": "7.2.2-alpha.0",
81
- "@storybook/types": "7.2.2-alpha.0",
75
+ "@storybook/client-logger": "7.2.2",
76
+ "@storybook/components": "7.2.2",
77
+ "@storybook/core-events": "7.2.2",
78
+ "@storybook/manager-api": "7.2.2",
79
+ "@storybook/preview-api": "7.2.2",
80
+ "@storybook/theming": "7.2.2",
81
+ "@storybook/types": "7.2.2",
82
82
  "ts-dedent": "^2.0.0"
83
83
  },
84
84
  "devDependencies": {