@storybook/preact-vite 8.0.0-alpha.8 → 8.0.0-beta.0
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +1 -1
- package/dist/index-4e455ce6.d.ts +1225 -0
- package/dist/index.d.ts +1 -2
- package/dist/preset.d.ts +2 -3
- package/package.json +4 -4
- package/dist/index-68189c40.d.ts +0 -3120
package/README.md
CHANGED
@@ -22,7 +22,7 @@ npx storybook@latest init
|
|
22
22
|
This framework is designed to work with Storybook 7. If you’re not already using v7, upgrade with this command:
|
23
23
|
|
24
24
|
```bash
|
25
|
-
npx storybook@latest upgrade
|
25
|
+
npx storybook@latest upgrade
|
26
26
|
```
|
27
27
|
|
28
28
|
#### Manual migration
|