@storybook/addon-themes 7.6.5 → 7.6.6
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +8 -8
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@storybook/addon-themes",
|
3
|
-
"version": "7.6.
|
3
|
+
"version": "7.6.6",
|
4
4
|
"description": "Switch between multiple themes for you components in Storybook",
|
5
5
|
"keywords": [
|
6
6
|
"css",
|
@@ -56,13 +56,13 @@
|
|
56
56
|
"ts-dedent": "^2.0.0"
|
57
57
|
},
|
58
58
|
"devDependencies": {
|
59
|
-
"@storybook/client-logger": "7.6.
|
60
|
-
"@storybook/components": "7.6.
|
61
|
-
"@storybook/core-events": "7.6.
|
62
|
-
"@storybook/manager-api": "7.6.
|
63
|
-
"@storybook/preview-api": "7.6.
|
64
|
-
"@storybook/theming": "7.6.
|
65
|
-
"@storybook/types": "7.6.
|
59
|
+
"@storybook/client-logger": "7.6.6",
|
60
|
+
"@storybook/components": "7.6.6",
|
61
|
+
"@storybook/core-events": "7.6.6",
|
62
|
+
"@storybook/manager-api": "7.6.6",
|
63
|
+
"@storybook/preview-api": "7.6.6",
|
64
|
+
"@storybook/theming": "7.6.6",
|
65
|
+
"@storybook/types": "7.6.6",
|
66
66
|
"typescript": "~4.9.3"
|
67
67
|
},
|
68
68
|
"publishConfig": {
|