@storybook/addon-themes 8.2.0-beta.2 → 8.2.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +2 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@storybook/addon-themes",
|
3
|
-
"version": "8.2.0
|
3
|
+
"version": "8.2.0",
|
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.2.0
|
67
|
+
"storybook": "^8.2.0"
|
68
68
|
},
|
69
69
|
"publishConfig": {
|
70
70
|
"access": "public"
|