@storybook/addon-themes 8.6.0-alpha.2 → 8.6.0-alpha.4
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.6.0-alpha.
|
3
|
+
"version": "8.6.0-alpha.4",
|
4
4
|
"description": "Switch between multiple themes for you components in Storybook",
|
5
5
|
"keywords": [
|
6
6
|
"css",
|
@@ -60,10 +60,10 @@
|
|
60
60
|
},
|
61
61
|
"devDependencies": {
|
62
62
|
"@storybook/icons": "^1.2.12",
|
63
|
-
"typescript": "^5.3
|
63
|
+
"typescript": "^5.7.3"
|
64
64
|
},
|
65
65
|
"peerDependencies": {
|
66
|
-
"storybook": "^8.6.0-alpha.
|
66
|
+
"storybook": "^8.6.0-alpha.4"
|
67
67
|
},
|
68
68
|
"publishConfig": {
|
69
69
|
"access": "public"
|