@storybook/preview-api 8.0.0-beta.3 → 8.0.0-beta.4

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 +0 -1
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -7,7 +7,6 @@ TODO write proper documentation of this package
7
7
  This package used to be multiple packages (they have been combined into this one):
8
8
 
9
9
  - `@storybook/addons` [read (old) docs](./README-addons.md)
10
- - `@storybook/client-api` [read (old) docs](./README-client-api.md)
11
10
  - `@storybook/core-client` [read (old) docs](./README-core-client.md)
12
11
  - `@storybook/preview-web` [read (old) docs](./README-preview-web.md)
13
12
  - `@storybook/store` [read (old) docs](./README-store.md)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/preview-api",
3
- "version": "8.0.0-beta.3",
3
+ "version": "8.0.0-beta.4",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "storybook"
@@ -44,12 +44,12 @@
44
44
  "prep": "node --loader ../../../scripts/node_modules/esbuild-register/loader.js -r ../../../scripts/node_modules/esbuild-register/register.js ../../../scripts/prepare/bundle.ts"
45
45
  },
46
46
  "dependencies": {
47
- "@storybook/channels": "8.0.0-beta.3",
48
- "@storybook/client-logger": "8.0.0-beta.3",
49
- "@storybook/core-events": "8.0.0-beta.3",
47
+ "@storybook/channels": "8.0.0-beta.4",
48
+ "@storybook/client-logger": "8.0.0-beta.4",
49
+ "@storybook/core-events": "8.0.0-beta.4",
50
50
  "@storybook/csf": "^0.1.2",
51
51
  "@storybook/global": "^5.0.0",
52
- "@storybook/types": "8.0.0-beta.3",
52
+ "@storybook/types": "8.0.0-beta.4",
53
53
  "@types/qs": "^6.9.5",
54
54
  "dequal": "^2.0.2",
55
55
  "lodash": "^4.17.21",
@@ -61,7 +61,7 @@
61
61
  },
62
62
  "devDependencies": {
63
63
  "@jest/globals": "^29.5.0",
64
- "@storybook/core-common": "8.0.0-beta.3",
64
+ "@storybook/core-common": "8.0.0-beta.4",
65
65
  "ansi-to-html": "^0.6.11",
66
66
  "slash": "^5.0.0"
67
67
  },