@storybook/preact-vite 8.0.0-alpha.1 → 8.0.0-alpha.10
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-b2c3884b.d.ts +1232 -0
- package/dist/index.d.ts +1 -2
- package/dist/preset.d.ts +1 -2
- package/dist/preset.js +1 -1
- package/package.json +5 -6
- package/dist/index-b0246dd8.d.ts +0 -3162
- package/jest.config.js +0 -7
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
|