@storybook/web-components-vite 7.0.0-alpha.37 → 7.0.0-alpha.38

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 +12 -12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/web-components-vite",
3
- "version": "7.0.0-alpha.37",
3
+ "version": "7.0.0-alpha.38",
4
4
  "description": "Storybook for web-components and Vite: Develop Web Components in isolation with Hot Reloading.",
5
5
  "keywords": [
6
6
  "storybook"
@@ -51,21 +51,21 @@
51
51
  "prep": "../../../scripts/prepare/bundle.ts"
52
52
  },
53
53
  "dependencies": {
54
- "@storybook/addons": "7.0.0-alpha.37",
55
- "@storybook/builder-vite": "7.0.0-alpha.37",
56
- "@storybook/channel-postmessage": "7.0.0-alpha.37",
57
- "@storybook/channel-websocket": "7.0.0-alpha.37",
58
- "@storybook/client-api": "7.0.0-alpha.37",
59
- "@storybook/core-server": "7.0.0-alpha.37",
60
- "@storybook/node-logger": "7.0.0-alpha.37",
61
- "@storybook/preview-web": "7.0.0-alpha.37",
62
- "@storybook/web-components": "7.0.0-alpha.37",
54
+ "@storybook/addons": "7.0.0-alpha.38",
55
+ "@storybook/builder-vite": "7.0.0-alpha.38",
56
+ "@storybook/channel-postmessage": "7.0.0-alpha.38",
57
+ "@storybook/channel-websocket": "7.0.0-alpha.38",
58
+ "@storybook/client-api": "7.0.0-alpha.38",
59
+ "@storybook/core-server": "7.0.0-alpha.38",
60
+ "@storybook/node-logger": "7.0.0-alpha.38",
61
+ "@storybook/preview-web": "7.0.0-alpha.38",
62
+ "@storybook/web-components": "7.0.0-alpha.38",
63
63
  "@vitejs/plugin-vue": "^3.0.3",
64
64
  "magic-string": "^0.26.1",
65
65
  "vite": "3"
66
66
  },
67
67
  "devDependencies": {
68
- "@types/node": "^14.14.20 || ^16.0.0",
68
+ "@types/node": "^16.0.0",
69
69
  "typescript": "~4.6.3",
70
70
  "vite": "^3.1.0"
71
71
  },
@@ -82,5 +82,5 @@
82
82
  ],
83
83
  "platform": "node"
84
84
  },
85
- "gitHead": "82667a655108283aafc828427f00bb3590a334e5"
85
+ "gitHead": "438114fcf62a763f0e8c07e2c34890dd987ca431"
86
86
  }