@storybook/web-components-vite 7.0.0-alpha.51 → 7.0.0-alpha.52

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