File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5050 "storybook" : " catalog:"
5151 },
5252 "peerDependencies" : {
53- "@storybook/addon-vitest" : " ^9.1.16 || ^10.0.0 || ^10.1.0-0 || ^10.2.0-0 || ^10.3.0-0 || ^10.4.0-0" ,
5453 "storybook" : " ^9.1.16 || ^10.0.0 || ^10.1.0-0 || ^10.2.0-0 || ^10.3.0-0 || ^10.4.0-0"
5554 },
56- "peerDependenciesMeta" : {
57- "@storybook/addon-vitest" : {
58- "optional" : true
59- }
60- },
6155 "bundler" : {
6256 "nodeEntries" : [
6357 " src/preset.ts"
Original file line number Diff line number Diff line change 11/**
22 * Tool name constants extracted to avoid circular dependencies.
3- *
4- * The cycle was:
5- * - types.ts → get-storybook-story-instructions.ts (for GET_UI_BUILDING_INSTRUCTIONS_TOOL_NAME)
6- * - get-storybook-story-instructions.ts → run-story-tests.ts (for RUN_STORY_TESTS_TOOL_NAME)
7- * - run-story-tests.ts → types.ts (for StoryInputArray)
83 */
94
105export const PREVIEW_STORIES_TOOL_NAME = 'preview-stories' ;
You can’t perform that action at this time.
0 commit comments