@storybook/ember 8.0.0-alpha.15 → 8.0.0-alpha.17
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/preset.d.ts +1 -1
- package/package.json +6 -6
package/dist/preset.d.ts
CHANGED
@@ -2,4 +2,4 @@ import type { PresetProperty } from '@storybook/types';
|
|
2
2
|
import type { StorybookConfig } from './types';
|
3
3
|
export declare const addons: PresetProperty<'addons'>;
|
4
4
|
export declare const webpackFinal: StorybookConfig['webpackFinal'];
|
5
|
-
export declare const core: PresetProperty<'core'
|
5
|
+
export declare const core: PresetProperty<'core'>;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@storybook/ember",
|
3
|
-
"version": "8.0.0-alpha.
|
3
|
+
"version": "8.0.0-alpha.17",
|
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": {
|
@@ -32,12 +32,12 @@
|
|
32
32
|
"prep": "node --loader ../../../scripts/node_modules/esbuild-register/loader.js -r ../../../scripts/node_modules/esbuild-register/register.js ../../../scripts/prepare/tsc.ts"
|
33
33
|
},
|
34
34
|
"dependencies": {
|
35
|
-
"@storybook/builder-webpack5": "8.0.0-alpha.
|
36
|
-
"@storybook/core-common": "8.0.0-alpha.
|
37
|
-
"@storybook/docs-tools": "8.0.0-alpha.
|
35
|
+
"@storybook/builder-webpack5": "8.0.0-alpha.17",
|
36
|
+
"@storybook/core-common": "8.0.0-alpha.17",
|
37
|
+
"@storybook/docs-tools": "8.0.0-alpha.17",
|
38
38
|
"@storybook/global": "^5.0.0",
|
39
|
-
"@storybook/preview-api": "8.0.0-alpha.
|
40
|
-
"@storybook/types": "8.0.0-alpha.
|
39
|
+
"@storybook/preview-api": "8.0.0-alpha.17",
|
40
|
+
"@storybook/types": "8.0.0-alpha.17",
|
41
41
|
"babel-loader": "9.1.3",
|
42
42
|
"find-up": "^5.0.0",
|
43
43
|
"ts-dedent": "^2.0.0"
|