@storybook/html-webpack5 8.2.0-beta.1 → 8.2.0-beta.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -27,4 +27,4 @@ run `npm init` and `npm install typescript --save-dev` before initializing story
27
27
  ---
28
28
 
29
29
  Storybook also comes with a lot of [addons](https://storybook.js.org/addons) and a great API to customize as you wish.
30
- You can also build a [static version](https://storybook.js.org/docs/html/sharing/publish-storybook) of your Storybook and deploy it anywhere you want.
30
+ You can also build a [static version](https://storybook.js.org/docs/sharing/publish-storybook?renderer=html) of your Storybook and deploy it anywhere you want.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/html-webpack5",
3
- "version": "8.2.0-beta.1",
3
+ "version": "8.2.0-beta.3",
4
4
  "description": "Storybook for HTML: View HTML snippets in isolation with Hot Reloading.",
5
5
  "keywords": [
6
6
  "storybook"
@@ -47,17 +47,17 @@
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-webpack5": "8.2.0-beta.1",
50
+ "@storybook/builder-webpack5": "8.2.0-beta.3",
51
51
  "@storybook/global": "^5.0.0",
52
- "@storybook/html": "8.2.0-beta.1",
53
- "@storybook/preset-html-webpack": "8.2.0-beta.1",
52
+ "@storybook/html": "8.2.0-beta.3",
53
+ "@storybook/preset-html-webpack": "8.2.0-beta.3",
54
54
  "@types/node": "^18.0.0"
55
55
  },
56
56
  "devDependencies": {
57
57
  "typescript": "^5.3.2"
58
58
  },
59
59
  "peerDependencies": {
60
- "storybook": "^8.2.0-beta.1"
60
+ "storybook": "^8.2.0-beta.3"
61
61
  },
62
62
  "engines": {
63
63
  "node": ">=18.0.0"