@storybook/ember 7.1.0-alpha.7 → 7.1.0-alpha.9

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 +7 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/ember",
3
- "version": "7.1.0-alpha.7",
3
+ "version": "7.1.0-alpha.9",
4
4
  "description": "Storybook for Ember: Develop Ember Component in isolation with Hot Reloading.",
5
5
  "homepage": "https://github.com/storybookjs/storybook/tree/main/frameworks/ember",
6
6
  "bugs": {
@@ -31,12 +31,12 @@
31
31
  "prep": "../../../scripts/prepare/tsc.ts"
32
32
  },
33
33
  "dependencies": {
34
- "@storybook/builder-webpack5": "7.1.0-alpha.7",
35
- "@storybook/core-common": "7.1.0-alpha.7",
36
- "@storybook/docs-tools": "7.1.0-alpha.7",
34
+ "@storybook/builder-webpack5": "7.1.0-alpha.9",
35
+ "@storybook/core-common": "7.1.0-alpha.9",
36
+ "@storybook/docs-tools": "7.1.0-alpha.9",
37
37
  "@storybook/global": "^5.0.0",
38
- "@storybook/preview-api": "7.1.0-alpha.7",
39
- "@storybook/types": "7.1.0-alpha.7",
38
+ "@storybook/preview-api": "7.1.0-alpha.9",
39
+ "@storybook/types": "7.1.0-alpha.9",
40
40
  "ts-dedent": "^2.0.0"
41
41
  },
42
42
  "devDependencies": {
@@ -59,5 +59,5 @@
59
59
  "access": "public"
60
60
  },
61
61
  "bundler": {},
62
- "gitHead": "ab6f997ca1ff37b0711a7e12c12af8d76d85f0fc"
62
+ "gitHead": "ec112401efaae6d3d4996c790a30301177570da9"
63
63
  }