@storybook/preact-vite 7.6.7 → 7.6.9
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.
- package/README.md +1 -1
- package/package.json +3 -3
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
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storybook/preact-vite",
|
|
3
|
-
"version": "7.6.
|
|
3
|
+
"version": "7.6.9",
|
|
4
4
|
"description": "Storybook for Preact and Vite: Develop Preact components in isolation with Hot Reloading.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"storybook"
|
|
@@ -48,8 +48,8 @@
|
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
50
|
"@preact/preset-vite": "^2.0.0",
|
|
51
|
-
"@storybook/builder-vite": "7.6.
|
|
52
|
-
"@storybook/preact": "7.6.
|
|
51
|
+
"@storybook/builder-vite": "7.6.9",
|
|
52
|
+
"@storybook/preact": "7.6.9"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
55
|
"@types/node": "^18.0.0",
|