@carbon/storybook-addon-theme 2.19.0 → 2.20.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +3 -6
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.20.0",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"main": "dist/react.js",
|
|
7
7
|
"repository": {
|
|
@@ -36,9 +36,7 @@
|
|
|
36
36
|
"build": "run-s clean build:js",
|
|
37
37
|
"build:js": "babel src --out-dir dist -s",
|
|
38
38
|
"postinstall": "ibmtelemetry --config=telemetry.yml",
|
|
39
|
-
"prepare": "npm run build"
|
|
40
|
-
"//upgrade-dependencies": "# don't upgrade carbon (done globally)",
|
|
41
|
-
"upgrade-dependencies": "npm-check-updates -u --dep dev,peer,prod --color --reject '/(carbon)/'"
|
|
39
|
+
"prepare": "npm run build"
|
|
42
40
|
},
|
|
43
41
|
"peerDependencies": {
|
|
44
42
|
"react": "*",
|
|
@@ -60,9 +58,8 @@
|
|
|
60
58
|
"@babel/cli": "^7.26.4",
|
|
61
59
|
"@babel/core": "^7.26.10",
|
|
62
60
|
"@babel/preset-react": "^7.26.3",
|
|
63
|
-
"npm-check-updates": "^18.0.0",
|
|
64
61
|
"npm-run-all": "^4.1.5",
|
|
65
62
|
"rimraf": "^6.0.1"
|
|
66
63
|
},
|
|
67
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "6b1aa641b80b4df7b6fc51c91dfaaefbfccc1ae6"
|
|
68
65
|
}
|