@storybook/ember 8.0.0-alpha.4 → 8.0.0-alpha.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/package.json +6 -6
  2. package/jest.config.js +0 -7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/ember",
3
- "version": "8.0.0-alpha.4",
3
+ "version": "8.0.0-alpha.6",
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.4",
36
- "@storybook/core-common": "8.0.0-alpha.4",
37
- "@storybook/docs-tools": "8.0.0-alpha.4",
35
+ "@storybook/builder-webpack5": "8.0.0-alpha.6",
36
+ "@storybook/core-common": "8.0.0-alpha.6",
37
+ "@storybook/docs-tools": "8.0.0-alpha.6",
38
38
  "@storybook/global": "^5.0.0",
39
- "@storybook/preview-api": "8.0.0-alpha.4",
40
- "@storybook/types": "8.0.0-alpha.4",
39
+ "@storybook/preview-api": "8.0.0-alpha.6",
40
+ "@storybook/types": "8.0.0-alpha.6",
41
41
  "find-up": "^5.0.0",
42
42
  "ts-dedent": "^2.0.0"
43
43
  },
package/jest.config.js DELETED
@@ -1,7 +0,0 @@
1
- const path = require('path');
2
- const baseConfig = require('../../jest.config.node');
3
-
4
- module.exports = {
5
- ...baseConfig,
6
- displayName: __dirname.split(path.sep).slice(-2).join(path.posix.sep),
7
- };