@carbon/storybook-addon-theme 0.22.39 → 0.22.41

Sign up to get free protection for your applications and to get access to all the features.
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.39",
4
+ "version": "0.22.41",
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.16",
50
50
  "@storybook/core-events": "6.5.16",
51
51
  "@storybook/theming": "6.5.16",
52
- "core-js": "^3.28.0",
52
+ "core-js": "^3.30.2",
53
53
  "global": "^4.4.0"
54
54
  },
55
55
  "devDependencies": {
56
- "@babel/cli": "^7.20.7",
57
- "@babel/core": "^7.20.12",
58
- "@babel/preset-react": "^7.18.6",
56
+ "@babel/cli": "^7.21.5",
57
+ "@babel/core": "^7.22.1",
58
+ "@babel/preset-react": "^7.22.3",
59
59
  "npm-check-updates": "^16.10.12",
60
60
  "npm-run-all": "^4.1.5",
61
- "rimraf": "^5.0.0"
61
+ "rimraf": "^5.0.1"
62
62
  },
63
- "gitHead": "e67a831df35b9a4b120124d6a9b6dbd1d4fa742b"
63
+ "gitHead": "30b5fa97e450c8587e04b5e2e1be98c9a7379d45"
64
64
  }
package/react.js CHANGED
@@ -4,4 +4,4 @@
4
4
  * This source code is licensed under the Apache-2.0 license found in the
5
5
  * LICENSE file in the root directory of this source tree.
6
6
  */
7
- module.exports = require('./dist/react');
7
+ export { withCarbonTheme } from './dist/react';
package/register.js CHANGED
@@ -4,4 +4,4 @@
4
4
  * This source code is licensed under the Apache-2.0 license found in the
5
5
  * LICENSE file in the root directory of this source tree.
6
6
  */
7
- require('./dist/register');
7
+ import './dist/register';
package/vue.js CHANGED
@@ -4,4 +4,4 @@
4
4
  * This source code is licensed under the Apache-2.0 license found in the
5
5
  * LICENSE file in the root directory of this source tree.
6
6
  */
7
- module.exports = require('./dist/vue');
7
+ export { withCarbonTheme } from './dist/vue';