@storybook/angular 8.3.5 → 8.3.6

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.
@@ -48,7 +48,7 @@ exports.getWebpackConfig = async (baseConfig, { builderOptions, builderContext }
48
48
  .filter((style) => typeof style === 'string' || style.inject !== false),
49
49
  outputPath: typeof builderOptions.outputPath === 'string'
50
50
  ? builderOptions.outputPath
51
- : builderOptions.outputPath?.base ?? 'noop-out',
51
+ : (builderOptions.outputPath?.base ?? 'noop-out'),
52
52
  // Fixed options
53
53
  optimization: false,
54
54
  namedChunks: false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/angular",
3
- "version": "8.3.5",
3
+ "version": "8.3.6",
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.3.5",
41
- "@storybook/components": "^8.3.5",
42
- "@storybook/core-webpack": "8.3.5",
40
+ "@storybook/builder-webpack5": "8.3.6",
41
+ "@storybook/components": "^8.3.6",
42
+ "@storybook/core-webpack": "8.3.6",
43
43
  "@storybook/global": "^5.0.0",
44
- "@storybook/manager-api": "^8.3.5",
45
- "@storybook/preview-api": "^8.3.5",
46
- "@storybook/theming": "^8.3.5",
44
+ "@storybook/manager-api": "^8.3.6",
45
+ "@storybook/preview-api": "^8.3.6",
46
+ "@storybook/theming": "^8.3.6",
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.3.5",
96
+ "storybook": "^8.3.6",
97
97
  "typescript": "^4.0.0 || ^5.0.0",
98
98
  "zone.js": ">= 0.11.1 < 1.0.0"
99
99
  },