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

Sign up to get free protection for your applications and to get access to all the features.
Files changed (1) hide show
  1. package/package.json +5 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/html-webpack5",
3
- "version": "8.5.0-beta.1",
3
+ "version": "8.5.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": "jiti ../../../scripts/prepare/bundle.ts"
48
48
  },
49
49
  "dependencies": {
50
- "@storybook/builder-webpack5": "8.5.0-beta.1",
50
+ "@storybook/builder-webpack5": "8.5.0-beta.3",
51
51
  "@storybook/global": "^5.0.0",
52
- "@storybook/html": "8.5.0-beta.1",
53
- "@storybook/preset-html-webpack": "8.5.0-beta.1",
52
+ "@storybook/html": "8.5.0-beta.3",
53
+ "@storybook/preset-html-webpack": "8.5.0-beta.3",
54
54
  "@types/node": "^22.0.0"
55
55
  },
56
56
  "devDependencies": {
57
57
  "typescript": "^5.3.2"
58
58
  },
59
59
  "peerDependencies": {
60
- "storybook": "^8.5.0-beta.1"
60
+ "storybook": "^8.5.0-beta.3"
61
61
  },
62
62
  "engines": {
63
63
  "node": ">=18.0.0"