@storybook/angular 8.4.0-beta.0 → 8.4.0-beta.2

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.
@@ -51,7 +51,7 @@
51
51
  },
52
52
  "docs": {
53
53
  "type": "boolean",
54
- "description": "Starts Storybook in documentation mode. Learn more about it : https://storybook.js.org/docs/react/writing-docs/build-documentation#preview-storybooks-documentation.",
54
+ "description": "Starts Storybook in documentation mode. Learn more about it : https://storybook.js.org/docs/writing-docs/build-documentation#preview-storybooks-documentation.",
55
55
  "default": false
56
56
  },
57
57
  "test": {
@@ -83,7 +83,7 @@
83
83
  },
84
84
  "docs": {
85
85
  "type": "boolean",
86
- "description": "Starts Storybook in documentation mode. Learn more about it : https://storybook.js.org/docs/react/writing-docs/build-documentation#preview-storybooks-documentation.",
86
+ "description": "Starts Storybook in documentation mode. Learn more about it : https://storybook.js.org/docs/writing-docs/build-documentation#preview-storybooks-documentation.",
87
87
  "default": false
88
88
  },
89
89
  "compodoc": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/angular",
3
- "version": "8.4.0-beta.0",
3
+ "version": "8.4.0-beta.2",
4
4
  "description": "Storybook for Angular: Develop Angular components in isolation with hot reloading.",
5
5
  "keywords": [
6
6
  "storybook",
@@ -37,13 +37,13 @@
37
37
  "prep": "rimraf dist && jiti ../../../scripts/prepare/tsc.ts"
38
38
  },
39
39
  "dependencies": {
40
- "@storybook/builder-webpack5": "8.4.0-beta.0",
41
- "@storybook/components": "^8.4.0-beta.0",
42
- "@storybook/core-webpack": "8.4.0-beta.0",
40
+ "@storybook/builder-webpack5": "8.4.0-beta.2",
41
+ "@storybook/components": "^8.4.0-beta.2",
42
+ "@storybook/core-webpack": "8.4.0-beta.2",
43
43
  "@storybook/global": "^5.0.0",
44
- "@storybook/manager-api": "^8.4.0-beta.0",
45
- "@storybook/preview-api": "^8.4.0-beta.0",
46
- "@storybook/theming": "^8.4.0-beta.0",
44
+ "@storybook/manager-api": "^8.4.0-beta.2",
45
+ "@storybook/preview-api": "^8.4.0-beta.2",
46
+ "@storybook/theming": "^8.4.0-beta.2",
47
47
  "@types/node": "^22.0.0",
48
48
  "@types/react": "^18.0.37",
49
49
  "@types/react-dom": "^18.0.11",
@@ -93,7 +93,7 @@
93
93
  "@angular/platform-browser": ">=15.0.0 < 19.0.0",
94
94
  "@angular/platform-browser-dynamic": ">=15.0.0 < 19.0.0",
95
95
  "rxjs": "^6.0.0 || ^7.4.0",
96
- "storybook": "^8.4.0-beta.0",
96
+ "storybook": "^8.4.0-beta.2",
97
97
  "typescript": "^4.0.0 || ^5.0.0",
98
98
  "zone.js": ">= 0.11.1 < 1.0.0"
99
99
  },