@carbon/storybook-addon-theme 2.4.0 → 2.5.0
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +9 -9
package/package.json
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"name": "@carbon/storybook-addon-theme",
|
3
3
|
"description": "Carbon theme switcher for Storybook",
|
4
|
-
"version": "2.
|
4
|
+
"version": "2.5.0",
|
5
5
|
"license": "Apache-2.0",
|
6
6
|
"main": "dist/react.js",
|
7
7
|
"repository": {
|
@@ -46,13 +46,13 @@
|
|
46
46
|
},
|
47
47
|
"dependencies": {
|
48
48
|
"@ibm/telemetry-js": "^1.5.0",
|
49
|
-
"@storybook/addons": "^7.6.
|
50
|
-
"@storybook/api": "^7.6.
|
51
|
-
"@storybook/client-api": "^7.6.
|
52
|
-
"@storybook/client-logger": "^
|
53
|
-
"@storybook/components": "^
|
54
|
-
"@storybook/core-events": "^
|
55
|
-
"@storybook/theming": "^
|
49
|
+
"@storybook/addons": "^7.6.17",
|
50
|
+
"@storybook/api": "^7.6.17",
|
51
|
+
"@storybook/client-api": "^7.6.17",
|
52
|
+
"@storybook/client-logger": "^8.4.5",
|
53
|
+
"@storybook/components": "^8.4.5",
|
54
|
+
"@storybook/core-events": "^8.4.5",
|
55
|
+
"@storybook/theming": "^8.4.5",
|
56
56
|
"core-js": "^3.35.1",
|
57
57
|
"global": "^4.4.0"
|
58
58
|
},
|
@@ -64,5 +64,5 @@
|
|
64
64
|
"npm-run-all": "^4.1.5",
|
65
65
|
"rimraf": "^5.0.5"
|
66
66
|
},
|
67
|
-
"gitHead": "
|
67
|
+
"gitHead": "a8985c2671543ecba2fa2e1fc3e8e47dae17cef7"
|
68
68
|
}
|