@storybook/server 6.5.0-alpha.64 → 6.5.0-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +10 -10
package/README.md CHANGED
@@ -230,7 +230,7 @@ Just like CSF stories we can define `argTypes` to specify the controls used in t
230
230
 
231
231
  ## Addon compatibility
232
232
 
233
- Storybook also comes with a lot of [addons](https://storybook.js.org/docs/react/configure/storybook-addons) and a great API to customize as you wish. As some addons assume the story is rendered in JS, they may not work with `@storybook/server` (yet!).
233
+ Storybook also comes with a lot of [addons](https://storybook.js.org/addons) and a great API to customize as you wish. As some addons assume the story is rendered in JS, they may not work with `@storybook/server` (yet!).
234
234
 
235
235
  Many addons that act on the manager side (such as `backgrounds` and `viewport`) will work out of the box with `@storybook/server` -- you can configure them with parameters written on the server as usual.
236
236
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/server",
3
- "version": "6.5.0-alpha.64",
3
+ "version": "6.5.0-beta.0",
4
4
  "description": "Storybook for Server: View HTML snippets from a server in isolation with Hot Reloading.",
5
5
  "keywords": [
6
6
  "storybook"
@@ -45,15 +45,15 @@
45
45
  "prepare": "node ../../scripts/prepare.js"
46
46
  },
47
47
  "dependencies": {
48
- "@storybook/addons": "6.5.0-alpha.64",
49
- "@storybook/api": "6.5.0-alpha.64",
50
- "@storybook/client-api": "6.5.0-alpha.64",
51
- "@storybook/core": "6.5.0-alpha.64",
52
- "@storybook/core-common": "6.5.0-alpha.64",
48
+ "@storybook/addons": "6.5.0-beta.0",
49
+ "@storybook/api": "6.5.0-beta.0",
50
+ "@storybook/client-api": "6.5.0-beta.0",
51
+ "@storybook/core": "6.5.0-beta.0",
52
+ "@storybook/core-common": "6.5.0-beta.0",
53
53
  "@storybook/csf": "0.0.2--canary.7c6c115.0",
54
- "@storybook/node-logger": "6.5.0-alpha.64",
55
- "@storybook/preview-web": "6.5.0-alpha.64",
56
- "@storybook/store": "6.5.0-alpha.64",
54
+ "@storybook/node-logger": "6.5.0-beta.0",
55
+ "@storybook/preview-web": "6.5.0-beta.0",
56
+ "@storybook/store": "6.5.0-beta.0",
57
57
  "@types/node": "^14.14.20 || ^16.0.0",
58
58
  "@types/webpack-env": "^1.16.0",
59
59
  "core-js": "^3.8.2",
@@ -76,6 +76,6 @@
76
76
  "publishConfig": {
77
77
  "access": "public"
78
78
  },
79
- "gitHead": "7417a230d67b54d65caedcfb584f924b879ac9f5",
79
+ "gitHead": "b2e85f3599c043815b18bbfc5ca563bf1c6e4add",
80
80
  "sbmodern": "dist/modern/client/index.js"
81
81
  }