@storybook/angular 9.0.0-beta.7 → 9.0.0-beta.9

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.
@@ -91,8 +91,7 @@
91
91
  "description": "Global styles to be included in the build.",
92
92
  "items": {
93
93
  "$ref": "#/definitions/styleElement"
94
- },
95
- "default": ""
94
+ }
96
95
  },
97
96
  "stylePreprocessorOptions": {
98
97
  "description": "Options to pass to style preprocessors.",
@@ -106,8 +105,7 @@
106
105
  }
107
106
  }
108
107
  },
109
- "additionalProperties": false,
110
- "default": ""
108
+ "additionalProperties": false
111
109
  },
112
110
  "assets": {
113
111
  "type": "array",
@@ -7,8 +7,7 @@
7
7
  "browserTarget": {
8
8
  "type": "string",
9
9
  "description": "Build target to be served in project-name:builder:config format. Should generally target on the builder: '@angular-devkit/build-angular:browser'. Useful for Storybook to use options (styles, assets, ...).",
10
- "pattern": "^[^:\\s]+:[^:\\s]+(:[^\\s]+)?$",
11
- "default": null
10
+ "pattern": "^[^:\\s]+:[^:\\s]+(:[^\\s]+)?$"
12
11
  },
13
12
  "debugWebpack": {
14
13
  "type": "boolean",
@@ -104,8 +103,7 @@
104
103
  "description": "Global styles to be included in the build.",
105
104
  "items": {
106
105
  "$ref": "#/definitions/styleElement"
107
- },
108
- "default": ""
106
+ }
109
107
  },
110
108
  "stylePreprocessorOptions": {
111
109
  "description": "Options to pass to style preprocessors.",
@@ -119,8 +117,7 @@
119
117
  }
120
118
  }
121
119
  },
122
- "additionalProperties": false,
123
- "default": ""
120
+ "additionalProperties": false
124
121
  },
125
122
  "assets": {
126
123
  "type": "array",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/angular",
3
- "version": "9.0.0-beta.7",
3
+ "version": "9.0.0-beta.9",
4
4
  "description": "Storybook for Angular: Develop Angular components in isolation with hot reloading.",
5
5
  "keywords": [
6
6
  "storybook",
@@ -52,8 +52,8 @@
52
52
  "prep": "rimraf dist && jiti ../../../scripts/prepare/tsc.ts"
53
53
  },
54
54
  "dependencies": {
55
- "@storybook/builder-webpack5": "9.0.0-beta.7",
56
- "@storybook/core-webpack": "9.0.0-beta.7",
55
+ "@storybook/builder-webpack5": "9.0.0-beta.9",
56
+ "@storybook/core-webpack": "9.0.0-beta.9",
57
57
  "@storybook/global": "^5.0.0",
58
58
  "@types/webpack-env": "^1.18.0",
59
59
  "fd-package-json": "^1.2.0",
@@ -96,7 +96,7 @@
96
96
  "@angular/platform-browser": ">=18.0.0 < 20.0.0",
97
97
  "@angular/platform-browser-dynamic": ">=18.0.0 < 20.0.0",
98
98
  "rxjs": "^6.5.3 || ^7.4.0",
99
- "storybook": "^9.0.0-beta.7",
99
+ "storybook": "^9.0.0-beta.9",
100
100
  "typescript": "^4.9.0 || ^5.0.0",
101
101
  "zone.js": ">=0.14.0"
102
102
  },