@storybook/preact-vite 8.2.0-beta.2 → 8.2.0

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 +1 -1
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -15,7 +15,7 @@ Follow the prompts after running this command in your Preact project's root dire
15
15
  npx storybook@latest init
16
16
  ```
17
17
 
18
- [More on getting started with Storybook](https://storybook.js.org/docs/preact/get-started/install)
18
+ [More on getting started with Storybook](https://storybook.js.org/docs/get-started/install?renderer=preact)
19
19
 
20
20
  ### In a project with Storybook
21
21
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/preact-vite",
3
- "version": "8.2.0-beta.2",
3
+ "version": "8.2.0",
4
4
  "description": "Storybook for Preact and Vite: Develop Preact components in isolation with Hot Reloading.",
5
5
  "keywords": [
6
6
  "storybook"
@@ -47,8 +47,8 @@
47
47
  "prep": "node --loader ../../../scripts/node_modules/esbuild-register/loader.js -r ../../../scripts/node_modules/esbuild-register/register.js ../../../scripts/prepare/bundle.ts"
48
48
  },
49
49
  "dependencies": {
50
- "@storybook/builder-vite": "8.2.0-beta.2",
51
- "@storybook/preact": "8.2.0-beta.2"
50
+ "@storybook/builder-vite": "8.2.0",
51
+ "@storybook/preact": "8.2.0"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@types/node": "^18.0.0",
@@ -57,7 +57,7 @@
57
57
  },
58
58
  "peerDependencies": {
59
59
  "preact": ">=10",
60
- "storybook": "^8.2.0-beta.2"
60
+ "storybook": "^8.2.0"
61
61
  },
62
62
  "engines": {
63
63
  "node": ">=18.0.0"