@storybook/csf-plugin
Advanced tools
Comparing version
@@ -13,4 +13,4 @@ import * as _vite from 'vite'; | ||
declare const rollup: (options: EnrichCsfOptions) => _rollup.Plugin<any> | _rollup.Plugin<any>[]; | ||
declare const vite: (options: EnrichCsfOptions) => _vite.Plugin | _vite.Plugin[]; | ||
declare const vite: (options: EnrichCsfOptions) => _vite.Plugin<any> | _vite.Plugin<any>[]; | ||
export { CsfPluginOptions, esbuild, rollup, unplugin, vite, webpack }; |
{ | ||
"name": "@storybook/csf-plugin", | ||
"version": "9.0.0-alpha.11", | ||
"version": "9.0.0-alpha.12", | ||
"description": "Enrich CSF files via static analysis", | ||
@@ -59,3 +59,3 @@ "keywords": [ | ||
"peerDependencies": { | ||
"storybook": "^9.0.0-alpha.11" | ||
"storybook": "^9.0.0-alpha.12" | ||
}, | ||
@@ -62,0 +62,0 @@ "publishConfig": { |
10474
0.1%