@storybook/builder-vite 7.6.0-alpha.2 → 7.6.0-alpha.3

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 -5
  2. package/package.json +9 -9
package/README.md CHANGED
@@ -9,7 +9,6 @@ Build your stories with [vite](https://vitejs.dev/) for fast startup times and n
9
9
  - [Getting started with Vite and Storybook (on a new project)](#getting-started-with-vite-and-storybook-on-a-new-project)
10
10
  - [Migration from webpack / CRA](#migration-from-webpack--cra)
11
11
  - [Customize Vite config](#customize-vite-config)
12
- - [Svelte Options](#svelte-options)
13
12
  - [TypeScript](#typescript)
14
13
  - [React Docgen](#react-docgen)
15
14
  - [Note about working directory](#note-about-working-directory)
@@ -113,10 +112,6 @@ The `configType` variable will be either `"DEVELOPMENT"` or `"PRODUCTION"`.
113
112
 
114
113
  The function should return the updated Vite configuration.
115
114
 
116
- ### Svelte Options
117
-
118
- When using this builder with Svelte, your `svelte.config.js` file will be used automatically.
119
-
120
115
  ### TypeScript
121
116
 
122
117
  Configure your `.storybook/main.ts` to use TypeScript:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/builder-vite",
3
- "version": "7.6.0-alpha.2",
3
+ "version": "7.6.0-alpha.3",
4
4
  "description": "A plugin to run and build Storybooks with Vite",
5
5
  "homepage": "https://github.com/storybookjs/storybook/tree/next/code/builders/builder-vite/#readme",
6
6
  "bugs": {
@@ -43,14 +43,14 @@
43
43
  "prep": "../../../scripts/prepare/bundle.ts"
44
44
  },
45
45
  "dependencies": {
46
- "@storybook/channels": "7.6.0-alpha.2",
47
- "@storybook/client-logger": "7.6.0-alpha.2",
48
- "@storybook/core-common": "7.6.0-alpha.2",
49
- "@storybook/csf-plugin": "7.6.0-alpha.2",
50
- "@storybook/node-logger": "7.6.0-alpha.2",
51
- "@storybook/preview": "7.6.0-alpha.2",
52
- "@storybook/preview-api": "7.6.0-alpha.2",
53
- "@storybook/types": "7.6.0-alpha.2",
46
+ "@storybook/channels": "7.6.0-alpha.3",
47
+ "@storybook/client-logger": "7.6.0-alpha.3",
48
+ "@storybook/core-common": "7.6.0-alpha.3",
49
+ "@storybook/csf-plugin": "7.6.0-alpha.3",
50
+ "@storybook/node-logger": "7.6.0-alpha.3",
51
+ "@storybook/preview": "7.6.0-alpha.3",
52
+ "@storybook/preview-api": "7.6.0-alpha.3",
53
+ "@storybook/types": "7.6.0-alpha.3",
54
54
  "@types/find-cache-dir": "^3.2.1",
55
55
  "browser-assert": "^1.2.1",
56
56
  "es-module-lexer": "^0.9.3",