UNPKG

@nx/storybook

Version:

The Nx Plugin for Storybook contains executors and generators for allowing your workspace to use the powerful Storybook integration testing & documenting capabilities.

18 lines (17 loc) 769 B
import { type Tree } from '@nx/devkit'; export declare const nxVersion: any; export declare const litVersion = "^2.6.1"; export declare const tsNodeVersion = "10.9.1"; export declare const tsLibVersion = "^2.3.0"; export declare const minSupportedStorybookVersion = "8.0.0"; export declare const storybookVersion = "^10.5.0"; export declare const reactVersion = "^18.2.0"; export declare const viteVersion = "^6.0.0"; export declare const coreJsVersion = "^3.36.1"; type StorybookVersions = { storybookVersion: string; }; export declare function versions(tree: Tree): StorybookVersions; export declare function storybookMajorVersion(tree?: Tree): number | undefined; export declare function getInstalledStorybookVersion(tree?: Tree): string | undefined; export {};