@storybook/web-components-vite 7.0.0-alpha.49 → 7.0.0-alpha.50

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/jest.config.js +7 -0
  2. package/package.json +11 -11
package/jest.config.js ADDED
@@ -0,0 +1,7 @@
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
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/web-components-vite",
3
- "version": "7.0.0-alpha.49",
3
+ "version": "7.0.0-alpha.50",
4
4
  "description": "Storybook for web-components and Vite: Develop Web Components in isolation with Hot Reloading.",
5
5
  "keywords": [
6
6
  "storybook"
@@ -51,15 +51,15 @@
51
51
  "prep": "../../../scripts/prepare/bundle.ts"
52
52
  },
53
53
  "dependencies": {
54
- "@storybook/addons": "7.0.0-alpha.49",
55
- "@storybook/builder-vite": "7.0.0-alpha.49",
56
- "@storybook/channel-postmessage": "7.0.0-alpha.49",
57
- "@storybook/channel-websocket": "7.0.0-alpha.49",
58
- "@storybook/client-api": "7.0.0-alpha.49",
59
- "@storybook/core-server": "7.0.0-alpha.49",
60
- "@storybook/node-logger": "7.0.0-alpha.49",
61
- "@storybook/preview-web": "7.0.0-alpha.49",
62
- "@storybook/web-components": "7.0.0-alpha.49",
54
+ "@storybook/addons": "7.0.0-alpha.50",
55
+ "@storybook/builder-vite": "7.0.0-alpha.50",
56
+ "@storybook/channel-postmessage": "7.0.0-alpha.50",
57
+ "@storybook/channel-websocket": "7.0.0-alpha.50",
58
+ "@storybook/client-api": "7.0.0-alpha.50",
59
+ "@storybook/core-server": "7.0.0-alpha.50",
60
+ "@storybook/node-logger": "7.0.0-alpha.50",
61
+ "@storybook/preview-web": "7.0.0-alpha.50",
62
+ "@storybook/web-components": "7.0.0-alpha.50",
63
63
  "magic-string": "^0.26.1",
64
64
  "vite": "3"
65
65
  },
@@ -81,5 +81,5 @@
81
81
  ],
82
82
  "platform": "node"
83
83
  },
84
- "gitHead": "d7eb433300cac55d3c7256c8181eb6fd7a47b4c8"
84
+ "gitHead": "77184d039091f4782dc4540df6d271a24fb3e242"
85
85
  }