diff --git a/code/core/src/common/versions.ts b/code/core/src/common/versions.ts index 79c9ef88a8a8..f82e6ac708eb 100644 --- a/code/core/src/common/versions.ts +++ b/code/core/src/common/versions.ts @@ -70,8 +70,8 @@ export default { '@storybook/instrumenter': '8.5.0-alpha.20', '@storybook/react-dom-shim': '8.5.0-alpha.20', '@storybook/source-loader': '8.5.0-alpha.20', - '@storybook/preset-angular-webpack': '8.5.0-alpha.20', '@storybook/test': '8.5.0-alpha.20', + '@storybook/preset-angular-webpack': '8.5.0-alpha.20', '@storybook/preset-create-react-app': '8.5.0-alpha.20', '@storybook/preset-html-webpack': '8.5.0-alpha.20', '@storybook/preset-preact-webpack': '8.5.0-alpha.20', @@ -79,8 +79,8 @@ export default { '@storybook/preset-server-webpack': '8.5.0-alpha.20', '@storybook/preset-svelte-webpack': '8.5.0-alpha.20', '@storybook/preset-vue3-webpack': '8.5.0-alpha.20', - '@storybook/html': '8.5.0-alpha.20', '@storybook/angular-renderer': '8.5.0-alpha.20', + '@storybook/html': '8.5.0-alpha.20', '@storybook/preact': '8.5.0-alpha.20', '@storybook/react': '8.5.0-alpha.20', '@storybook/server': '8.5.0-alpha.20', diff --git a/code/frameworks/angular/src/builders/build-storybook/index.ts b/code/frameworks/angular/src/builders/build-storybook/index.ts index 565238aa23f6..dceda5ae99cb 100644 --- a/code/frameworks/angular/src/builders/build-storybook/index.ts +++ b/code/frameworks/angular/src/builders/build-storybook/index.ts @@ -24,11 +24,7 @@ import { sync as findUpSync } from 'find-up'; import { from, of, throwError } from 'rxjs'; import { catchError, map, mapTo, switchMap } from 'rxjs/operators'; -import { - errorSummary, - printErrorDetails, - runCompodoc -} from '../utils'; +import { errorSummary, printErrorDetails, runCompodoc } from '../utils'; import { StandaloneOptions } from '@storybook/angular-renderer'; addToGlobalContext('cliVersion', versions.storybook); diff --git a/code/presets/angular-webpack/package.json b/code/presets/angular-webpack/package.json index 6f84aa5a7a9a..a75de7e97a3b 100644 --- a/code/presets/angular-webpack/package.json +++ b/code/presets/angular-webpack/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/preset-angular-webpack", - "version": "8.5.0-alpha.18", + "version": "8.5.0-alpha.20", "description": "Storybook for Angular: View Angular components in isolation with Hot Reloading.", "keywords": [ "storybook" diff --git a/code/renderers/angular-renderer/package.json b/code/renderers/angular-renderer/package.json index be873480b006..58ebaa0ae63f 100644 --- a/code/renderers/angular-renderer/package.json +++ b/code/renderers/angular-renderer/package.json @@ -1,6 +1,6 @@ { "name": "@storybook/angular-renderer", - "version": "8.5.0-alpha.11", + "version": "8.5.0-alpha.20", "description": "Storybook Angular renderer", "keywords": [ "storybook" diff --git a/code/renderers/angular-renderer/src/client/argsToTemplate.ts b/code/renderers/angular-renderer/src/client/argsToTemplate.ts index fb494f480ca9..db0d6bd82c2d 100644 --- a/code/renderers/angular-renderer/src/client/argsToTemplate.ts +++ b/code/renderers/angular-renderer/src/client/argsToTemplate.ts @@ -76,4 +76,4 @@ export const argsToTemplate = >( : `[${key}]="${formatPropInTemplate(key)}"` ) .join(' '); -} +}; diff --git a/code/yarn.lock b/code/yarn.lock index 0d938c6bd360..01c7b0f935dd 100644 --- a/code/yarn.lock +++ b/code/yarn.lock @@ -5886,7 +5886,9 @@ __metadata: "@types/cross-spawn": "npm:^6.0.2" "@types/tmp": "npm:^0.2.3" cross-spawn: "npm:^7.0.3" + telejson: "npm:^7.2.0" tmp: "npm:^0.2.1" + ts-dedent: "npm:^2.0.0" typescript: "npm:^5.3.2" webpack: "npm:5" zone.js: "npm:^0.14.2"