@storybook/ember 7.2.0-canary-22285-1690367272-d07bfc52.0 → 7.2.0-rc.0

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 +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/ember",
3
- "version": "7.2.0-canary-22285-1690367272-d07bfc52.0",
3
+ "version": "7.2.0-rc.0",
4
4
  "description": "Storybook for Ember: Develop Ember Component in isolation with Hot Reloading.",
5
5
  "homepage": "https://github.com/storybookjs/storybook/tree/next/code/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.2.0-canary-22285-1690367272-d07bfc52.0",
35
- "@storybook/core-common": "7.2.0-canary-22285-1690367272-d07bfc52.0",
36
- "@storybook/docs-tools": "7.2.0-canary-22285-1690367272-d07bfc52.0",
34
+ "@storybook/builder-webpack5": "7.2.0-rc.0",
35
+ "@storybook/core-common": "7.2.0-rc.0",
36
+ "@storybook/docs-tools": "7.2.0-rc.0",
37
37
  "@storybook/global": "^5.0.0",
38
- "@storybook/preview-api": "7.2.0-canary-22285-1690367272-d07bfc52.0",
39
- "@storybook/types": "7.2.0-canary-22285-1690367272-d07bfc52.0",
38
+ "@storybook/preview-api": "7.2.0-rc.0",
39
+ "@storybook/types": "7.2.0-rc.0",
40
40
  "ts-dedent": "^2.0.0"
41
41
  },
42
42
  "devDependencies": {