@storybook/preact-vite 9.1.2 → 9.1.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 +5 -2
  2. package/package.json +11 -6
package/README.md CHANGED
@@ -1,4 +1,7 @@
1
1
  # Storybook for Preact & Vite
2
2
 
3
- See [documentation](https://storybook.js.org/docs/get-started/frameworks/preact-vite?renderer=preact) for installation instructions, usage examples, APIs, and more.
4
- `;
3
+ Develop, document, and test UI components in isolation.
4
+
5
+ See [documentation](https://storybook.js.org/docs/get-started/frameworks/preact-vite?renderer=preact&ref=readme) for installation instructions, usage examples, APIs, and more.
6
+
7
+ Learn more about Storybook at [storybook.js.org](https://storybook.js.org/?ref=readme).
package/package.json CHANGED
@@ -1,9 +1,14 @@
1
1
  {
2
2
  "name": "@storybook/preact-vite",
3
- "version": "9.1.2",
4
- "description": "Storybook for Preact and Vite: Develop Preact components in isolation with Hot Reloading.",
3
+ "version": "9.1.3",
4
+ "description": "Storybook for Preact and Vite: Develop, document, and test UI components in isolation",
5
5
  "keywords": [
6
- "storybook"
6
+ "storybook",
7
+ "storybook-framework",
8
+ "preact",
9
+ "vite",
10
+ "component",
11
+ "components"
7
12
  ],
8
13
  "homepage": "https://github.com/storybookjs/storybook/tree/next/code/frameworks/preact-vite",
9
14
  "bugs": {
@@ -54,8 +59,8 @@
54
59
  "prep": "jiti ../../../scripts/prepare/bundle.ts"
55
60
  },
56
61
  "dependencies": {
57
- "@storybook/builder-vite": "9.1.2",
58
- "@storybook/preact": "9.1.2"
62
+ "@storybook/builder-vite": "9.1.3",
63
+ "@storybook/preact": "9.1.3"
59
64
  },
60
65
  "devDependencies": {
61
66
  "@types/node": "^22.0.0",
@@ -64,7 +69,7 @@
64
69
  },
65
70
  "peerDependencies": {
66
71
  "preact": ">=10",
67
- "storybook": "^9.1.2"
72
+ "storybook": "^9.1.3"
68
73
  },
69
74
  "engines": {
70
75
  "node": ">=20.0.0"