@carbon/storybook-addon-theme 2.0.6 → 2.0.7

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 +15 -15
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.0.6",
4
+ "version": "2.0.7",
5
5
  "license": "Apache-2.0",
6
6
  "main": "dist/react.js",
7
7
  "repository": {
@@ -43,23 +43,23 @@
43
43
  "vue": "*"
44
44
  },
45
45
  "dependencies": {
46
- "@storybook/addons": "^7.2.3",
47
- "@storybook/api": "^7.2.3",
48
- "@storybook/client-api": "^7.2.3",
49
- "@storybook/client-logger": "^7.2.3",
50
- "@storybook/components": "^7.2.3",
51
- "@storybook/core-events": "^7.2.3",
52
- "@storybook/theming": "^7.2.3",
53
- "core-js": "^3.32.0",
46
+ "@storybook/addons": "^7.6.10",
47
+ "@storybook/api": "^7.6.10",
48
+ "@storybook/client-api": "^7.6.10",
49
+ "@storybook/client-logger": "^7.6.10",
50
+ "@storybook/components": "^7.6.10",
51
+ "@storybook/core-events": "^7.6.10",
52
+ "@storybook/theming": "^7.6.10",
53
+ "core-js": "^3.35.1",
54
54
  "global": "^4.4.0"
55
55
  },
56
56
  "devDependencies": {
57
- "@babel/cli": "^7.22.10",
58
- "@babel/core": "^7.22.10",
59
- "@babel/preset-react": "^7.22.5",
60
- "npm-check-updates": "^16.11.1",
57
+ "@babel/cli": "^7.23.9",
58
+ "@babel/core": "^7.23.9",
59
+ "@babel/preset-react": "^7.23.3",
60
+ "npm-check-updates": "^16.14.12",
61
61
  "npm-run-all": "^4.1.5",
62
- "rimraf": "^5.0.1"
62
+ "rimraf": "^5.0.5"
63
63
  },
64
- "gitHead": "4a34fee5addc455edeac8059d69612d8e29af52b"
64
+ "gitHead": "81d80c8227765937cee54e2068800de818ebefb6"
65
65
  }