@storybook/web-components-vite 7.0.0-alpha.41 → 7.0.0-alpha.42

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 +11 -11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/web-components-vite",
3
- "version": "7.0.0-alpha.41",
3
+ "version": "7.0.0-alpha.42",
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.41",
55
- "@storybook/builder-vite": "7.0.0-alpha.41",
56
- "@storybook/channel-postmessage": "7.0.0-alpha.41",
57
- "@storybook/channel-websocket": "7.0.0-alpha.41",
58
- "@storybook/client-api": "7.0.0-alpha.41",
59
- "@storybook/core-server": "7.0.0-alpha.41",
60
- "@storybook/node-logger": "7.0.0-alpha.41",
61
- "@storybook/preview-web": "7.0.0-alpha.41",
62
- "@storybook/web-components": "7.0.0-alpha.41",
54
+ "@storybook/addons": "7.0.0-alpha.42",
55
+ "@storybook/builder-vite": "7.0.0-alpha.42",
56
+ "@storybook/channel-postmessage": "7.0.0-alpha.42",
57
+ "@storybook/channel-websocket": "7.0.0-alpha.42",
58
+ "@storybook/client-api": "7.0.0-alpha.42",
59
+ "@storybook/core-server": "7.0.0-alpha.42",
60
+ "@storybook/node-logger": "7.0.0-alpha.42",
61
+ "@storybook/preview-web": "7.0.0-alpha.42",
62
+ "@storybook/web-components": "7.0.0-alpha.42",
63
63
  "@vitejs/plugin-vue": "^3.0.3",
64
64
  "magic-string": "^0.26.1",
65
65
  "vite": "3"
@@ -82,5 +82,5 @@
82
82
  ],
83
83
  "platform": "node"
84
84
  },
85
- "gitHead": "7ec6f916eb875bd2e3cf3aa6b1afcd1fe25d1637"
85
+ "gitHead": "4ed2e832e3accf8e533da92a46a812eacaf5db0b"
86
86
  }