@carbon/storybook-addon-theme 0.22.28 → 0.22.29
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +5 -5
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": "0.22.
|
4
|
+
"version": "0.22.29",
|
5
5
|
"license": "Apache-2.0",
|
6
6
|
"main": "dist/react.js",
|
7
7
|
"repository": {
|
@@ -49,16 +49,16 @@
|
|
49
49
|
"@storybook/components": "6.5.13",
|
50
50
|
"@storybook/core-events": "6.5.13",
|
51
51
|
"@storybook/theming": "6.5.13",
|
52
|
-
"core-js": "^3.26.
|
52
|
+
"core-js": "^3.26.1",
|
53
53
|
"global": "^4.4.0"
|
54
54
|
},
|
55
55
|
"devDependencies": {
|
56
56
|
"@babel/cli": "^7.19.3",
|
57
|
-
"@babel/core": "^7.
|
57
|
+
"@babel/core": "^7.20.2",
|
58
58
|
"@babel/preset-react": "^7.18.6",
|
59
|
-
"npm-check-updates": "^16.
|
59
|
+
"npm-check-updates": "^16.4.1",
|
60
60
|
"npm-run-all": "^4.1.5",
|
61
61
|
"rimraf": "^3.0.2"
|
62
62
|
},
|
63
|
-
"gitHead": "
|
63
|
+
"gitHead": "ca62a989688c857c323564d91b01d6828eb369fa"
|
64
64
|
}
|