@storybook/web-components-vite 7.0.0-alpha.43 → 7.0.0-alpha.44

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.43",
3
+ "version": "7.0.0-alpha.44",
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.43",
55
- "@storybook/builder-vite": "7.0.0-alpha.43",
56
- "@storybook/channel-postmessage": "7.0.0-alpha.43",
57
- "@storybook/channel-websocket": "7.0.0-alpha.43",
58
- "@storybook/client-api": "7.0.0-alpha.43",
59
- "@storybook/core-server": "7.0.0-alpha.43",
60
- "@storybook/node-logger": "7.0.0-alpha.43",
61
- "@storybook/preview-web": "7.0.0-alpha.43",
62
- "@storybook/web-components": "7.0.0-alpha.43",
54
+ "@storybook/addons": "7.0.0-alpha.44",
55
+ "@storybook/builder-vite": "7.0.0-alpha.44",
56
+ "@storybook/channel-postmessage": "7.0.0-alpha.44",
57
+ "@storybook/channel-websocket": "7.0.0-alpha.44",
58
+ "@storybook/client-api": "7.0.0-alpha.44",
59
+ "@storybook/core-server": "7.0.0-alpha.44",
60
+ "@storybook/node-logger": "7.0.0-alpha.44",
61
+ "@storybook/preview-web": "7.0.0-alpha.44",
62
+ "@storybook/web-components": "7.0.0-alpha.44",
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": "f801c26f7bdcbfeeeca6706c0854d130bfb2f38b"
84
+ "gitHead": "d4965bd328d8f83c279560c7bc8428e490b275f3"
85
85
  }