@storybook/addon-themes 8.3.0-alpha.5 → 8.3.0-alpha.6
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +3 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@storybook/addon-themes",
|
3
|
-
"version": "8.3.0-alpha.
|
3
|
+
"version": "8.3.0-alpha.6",
|
4
4
|
"description": "Switch between multiple themes for you components in Storybook",
|
5
5
|
"keywords": [
|
6
6
|
"css",
|
@@ -60,11 +60,11 @@
|
|
60
60
|
"ts-dedent": "^2.0.0"
|
61
61
|
},
|
62
62
|
"devDependencies": {
|
63
|
-
"@storybook/icons": "^1.2.
|
63
|
+
"@storybook/icons": "^1.2.10",
|
64
64
|
"typescript": "^5.3.2"
|
65
65
|
},
|
66
66
|
"peerDependencies": {
|
67
|
-
"storybook": "^8.3.0-alpha.
|
67
|
+
"storybook": "^8.3.0-alpha.6"
|
68
68
|
},
|
69
69
|
"publishConfig": {
|
70
70
|
"access": "public"
|