@carbon/storybook-addon-theme 0.22.31 → 0.22.32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +4 -4
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.31",
4
+ "version": "0.22.32",
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.27.2",
52
+ "core-js": "^3.28.0",
53
53
  "global": "^4.4.0"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@babel/cli": "^7.20.7",
57
57
  "@babel/core": "^7.20.12",
58
58
  "@babel/preset-react": "^7.18.6",
59
- "npm-check-updates": "^16.6.3",
59
+ "npm-check-updates": "^16.7.4",
60
60
  "npm-run-all": "^4.1.5",
61
61
  "rimraf": "~3 || > 4.1"
62
62
  },
63
- "gitHead": "6947835ada46f30aaba0a0ee110e08658ed74793"
63
+ "gitHead": "ff776c9f98e52d84bf0f50a60bb113e3d6f64c10"
64
64
  }