From e52bf0649c17e883fa472349eed05dfa07cee1b6 Mon Sep 17 00:00:00 2001 From: Joey Cozza Date: Fri, 14 Apr 2023 13:42:01 -0600 Subject: [PATCH 1/5] fixing urls pointing to source code to include "code" in path --- MIGRATION.md | 10 +++++----- code/addons/a11y/package.json | 4 ++-- code/addons/actions/package.json | 4 ++-- code/addons/backgrounds/package.json | 4 ++-- code/addons/controls/package.json | 4 ++-- code/addons/docs/package.json | 4 ++-- code/addons/essentials/package.json | 4 ++-- code/addons/gfm/package.json | 4 ++-- code/addons/highlight/package.json | 4 ++-- code/addons/interactions/package.json | 4 ++-- code/addons/jest/package.json | 4 ++-- code/addons/links/package.json | 4 ++-- code/addons/measure/package.json | 4 ++-- code/addons/outline/package.json | 4 ++-- code/addons/storyshots-core/package.json | 4 ++-- code/addons/storyshots-puppeteer/package.json | 4 ++-- code/addons/storysource/package.json | 4 ++-- code/addons/toolbars/package.json | 4 ++-- code/addons/viewport/package.json | 4 ++-- code/frameworks/angular/package.json | 4 ++-- code/frameworks/ember/package.json | 4 ++-- code/frameworks/html-vite/package.json | 4 ++-- code/frameworks/html-webpack5/package.json | 4 ++-- code/frameworks/nextjs/package.json | 2 +- code/frameworks/preact-vite/package.json | 4 ++-- code/frameworks/preact-webpack5/package.json | 4 ++-- code/frameworks/react-vite/package.json | 4 ++-- code/frameworks/react-webpack5/package.json | 4 ++-- code/frameworks/server-webpack5/package.json | 4 ++-- code/frameworks/svelte-vite/package.json | 4 ++-- code/frameworks/svelte-webpack5/package.json | 4 ++-- code/frameworks/sveltekit/package.json | 2 +- code/frameworks/vue-vite/package.json | 4 ++-- code/frameworks/vue-webpack5/package.json | 4 ++-- code/frameworks/vue3-vite/package.json | 4 ++-- code/frameworks/vue3-webpack5/package.json | 4 ++-- code/frameworks/web-components-vite/package.json | 4 ++-- code/frameworks/web-components-webpack5/package.json | 4 ++-- code/lib/addons/package.json | 4 ++-- code/lib/builder-manager/package.json | 4 ++-- code/lib/builder-webpack5/package.json | 4 ++-- code/lib/channel-postmessage/package.json | 4 ++-- code/lib/channel-websocket/package.json | 4 ++-- code/lib/channels/package.json | 4 ++-- code/lib/cli-sb/package.json | 4 ++-- code/lib/cli-storybook/package.json | 4 ++-- code/lib/cli/package.json | 4 ++-- code/lib/client-api/package.json | 4 ++-- code/lib/client-logger/package.json | 4 ++-- code/lib/codemod/package.json | 4 ++-- code/lib/core-client/package.json | 4 ++-- code/lib/core-common/package.json | 4 ++-- code/lib/core-events/package.json | 4 ++-- code/lib/core-server/package.json | 4 ++-- code/lib/core-webpack/package.json | 4 ++-- code/lib/csf-plugin/package.json | 4 ++-- code/lib/csf-tools/package.json | 4 ++-- code/lib/docs-tools/package.json | 4 ++-- code/lib/instrumenter/package.json | 4 ++-- code/lib/manager-api-shim/package.json | 4 ++-- code/lib/manager-api/package.json | 4 ++-- code/lib/node-logger/package.json | 4 ++-- code/lib/postinstall/package.json | 4 ++-- code/lib/preview-api/docs/storiesOf.md | 2 +- code/lib/preview-web/package.json | 4 ++-- code/lib/react-dom-shim/package.json | 4 ++-- code/lib/router/package.json | 4 ++-- code/lib/source-loader/package.json | 4 ++-- code/lib/store/package.json | 4 ++-- code/lib/telemetry/package.json | 4 ++-- code/lib/theming/package.json | 4 ++-- code/presets/create-react-app/package.json | 4 ++-- code/presets/html-webpack/package.json | 4 ++-- code/presets/preact-webpack/package.json | 4 ++-- code/presets/react-webpack/package.json | 4 ++-- code/presets/react-webpack/src/types.ts | 2 +- code/presets/server-webpack/README.md | 2 +- code/presets/server-webpack/package.json | 4 ++-- code/presets/svelte-webpack/package.json | 4 ++-- code/presets/vue-webpack/package.json | 4 ++-- code/presets/vue3-webpack/package.json | 4 ++-- code/presets/web-components-webpack/package.json | 4 ++-- code/renderers/html/package.json | 4 ++-- code/renderers/preact/package.json | 4 ++-- code/renderers/react/package.json | 4 ++-- code/renderers/server/package.json | 4 ++-- code/renderers/svelte/package.json | 4 ++-- code/renderers/vue/package.json | 4 ++-- code/renderers/vue3/package.json | 4 ++-- code/renderers/web-components/package.json | 4 ++-- 90 files changed, 178 insertions(+), 178 deletions(-) diff --git a/MIGRATION.md b/MIGRATION.md index 5d8b63b44224..b7aab8c99dd0 100644 --- a/MIGRATION.md +++ b/MIGRATION.md @@ -2797,7 +2797,7 @@ To help you upgrade your stories, we've created a codemod: npx @storybook/cli@latest migrate csf-hoist-story-annotations --glob="**/*.stories.js" ``` -For more information, [see the documentation](https://github.com/storybookjs/storybook/blob/next/lib/codemod/README.md#csf-hoist-story-annotations). +For more information, [see the documentation](https://github.com/storybookjs/storybook/blob/next/code/lib/codemod/README.md#csf-hoist-story-annotations). ### Zero config typescript @@ -2851,7 +2851,7 @@ npm install core-js@^3.0.1 --save-dev ### Args passed as first argument to story -Starting in 6.0, the first argument to a story function is an [Args object](https://storybook.js.org/docs/react/api/csf#args-story-inputs). In 5.3 and earlier, the first argument was a [StoryContext](https://github.com/storybookjs/storybook/blob/next/lib/addons/src/types.ts#L49-L61), and that context is now passed as the second argument by default. +Starting in 6.0, the first argument to a story function is an [Args object](https://storybook.js.org/docs/react/api/csf#args-story-inputs). In 5.3 and earlier, the first argument was a [StoryContext](https://github.com/storybookjs/storybook/blob/next/code/lib/addons/src/types.ts#L49-L61), and that context is now passed as the second argument by default. This breaking change only affects you if your stories actually use the context, which is not common. If you have any stories that use the context, you can either (1) update your stories, or (2) set a flag to opt-out of new behavior. @@ -3085,7 +3085,7 @@ The story store no longer emits `renderCurrentStory`/`RENDER_CURRENT_STORY` to t We've removed the ability to specify the hierarchy separators (how you control the grouping of story kinds in the sidebar). From Storybook 6.0 we have a single separator `/`, which cannot be configured. -If you are currently using custom separators, we encourage you to migrate to using `/` as the sole separator. If you are using `|` or `.` as a separator currently, we provide a codemod, [`upgrade-hierarchy-separators`](https://github.com/storybookjs/storybook/blob/next/lib/codemod/README.md#upgrade-hierarchy-separators), that can be used to rename your components. **Note: the codemod will not work for `.mdx` components, you will need to make the changes by hand.** +If you are currently using custom separators, we encourage you to migrate to using `/` as the sole separator. If you are using `|` or `.` as a separator currently, we provide a codemod, [`upgrade-hierarchy-separators`](https://github.com/storybookjs/storybook/blob/next/code/lib/codemod/README.md#upgrade-hierarchy-separators), that can be used to rename your components. **Note: the codemod will not work for `.mdx` components, you will need to make the changes by hand.** ``` npx sb@latest migrate upgrade-hierarchy-separators --glob="*/**/*.stories.@(tsx|jsx|ts|js)" @@ -3576,7 +3576,7 @@ Addon-docs configuration gets simpler in 5.3. In 5.2, each framework had its own We've deprecated the ability to specify the hierarchy separators (how you control the grouping of story kinds in the sidebar). From Storybook 6.0 we will have a single separator `/`, which cannot be configured. -If you are currently using custom separators, we encourage you to migrate to using `/` as the sole separator. If you are using `|` or `.` as a separator currently, we provide a codemod, [`upgrade-hierarchy-separators`](https://github.com/storybookjs/storybook/blob/next/lib/codemod/README.md#upgrade-hierarchy-separators), that can be used to rename all your components. +If you are currently using custom separators, we encourage you to migrate to using `/` as the sole separator. If you are using `|` or `.` as a separator currently, we provide a codemod, [`upgrade-hierarchy-separators`](https://github.com/storybookjs/storybook/blob/next/code/lib/codemod/README.md#upgrade-hierarchy-separators), that can be used to rename all your components. ``` yarn sb migrate upgrade-hierarchy-separators --glob="*.stories.js" @@ -4444,7 +4444,7 @@ The new package names are: If your codebase is small, it's probably doable to replace them by hand (in your codebase and in `package.json`). -But if you have a lot of occurrences in your codebase, you can use a [codemod we created](./lib/codemod) for you. +But if you have a lot of occurrences in your codebase, you can use a [codemod we created](./code/lib/codemod) for you. > A codemod makes automatic changed to your app's code. diff --git a/code/addons/a11y/package.json b/code/addons/a11y/package.json index 820fda8e73ef..ff4ca981efcb 100644 --- a/code/addons/a11y/package.json +++ b/code/addons/a11y/package.json @@ -11,14 +11,14 @@ "verify", "test" ], - "homepage": "https://github.com/storybookjs/storybook/tree/next/code/addons/a11y", + "homepage": "https://github.com/storybookjs/storybook/tree/main/code/addons/a11y", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, "repository": { "type": "git", "url": "https://github.com/storybookjs/storybook.git", - "directory": "addons/a11y" + "directory": "code/addons/a11y" }, "funding": { "type": "opencollective", diff --git a/code/addons/actions/package.json b/code/addons/actions/package.json index d5f53f76f765..fbcd4d4f4b0c 100644 --- a/code/addons/actions/package.json +++ b/code/addons/actions/package.json @@ -7,14 +7,14 @@ "essentials", "data-state" ], - "homepage": "https://github.com/storybookjs/storybook/tree/next/code/addons/actions", + "homepage": "https://github.com/storybookjs/storybook/tree/main/code/addons/actions", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, "repository": { "type": "git", "url": "https://github.com/storybookjs/storybook.git", - "directory": "addons/actions" + "directory": "code/addons/actions" }, "funding": { "type": "opencollective", diff --git a/code/addons/backgrounds/package.json b/code/addons/backgrounds/package.json index 8f23b60fee3a..d9d4ab50eb55 100644 --- a/code/addons/backgrounds/package.json +++ b/code/addons/backgrounds/package.json @@ -10,14 +10,14 @@ "essentials", "design" ], - "homepage": "https://github.com/storybookjs/storybook/tree/next/code/addons/backgrounds", + "homepage": "https://github.com/storybookjs/storybook/tree/main/code/addons/backgrounds", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, "repository": { "type": "git", "url": "https://github.com/storybookjs/storybook.git", - "directory": "addons/backgrounds" + "directory": "code/addons/backgrounds" }, "funding": { "type": "opencollective", diff --git a/code/addons/controls/package.json b/code/addons/controls/package.json index 7a2375a7b82a..8487b3846f0c 100644 --- a/code/addons/controls/package.json +++ b/code/addons/controls/package.json @@ -11,14 +11,14 @@ "essentials", "data-state" ], - "homepage": "https://github.com/storybookjs/storybook/tree/next/code/addons/controls", + "homepage": "https://github.com/storybookjs/storybook/tree/main/code/addons/controls", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, "repository": { "type": "git", "url": "https://github.com/storybookjs/storybook.git", - "directory": "addons/controls" + "directory": "code/addons/controls" }, "funding": { "type": "opencollective", diff --git a/code/addons/docs/package.json b/code/addons/docs/package.json index 175d07628aa0..9396e494f39c 100644 --- a/code/addons/docs/package.json +++ b/code/addons/docs/package.json @@ -10,14 +10,14 @@ "essentials", "organize" ], - "homepage": "https://github.com/storybookjs/storybook/tree/next/code/addons/docs", + "homepage": "https://github.com/storybookjs/storybook/tree/main/code/addons/docs", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, "repository": { "type": "git", "url": "https://github.com/storybookjs/storybook.git", - "directory": "addons/docs" + "directory": "code/addons/docs" }, "funding": { "type": "opencollective", diff --git a/code/addons/essentials/package.json b/code/addons/essentials/package.json index b1215864964f..259de561ff5a 100644 --- a/code/addons/essentials/package.json +++ b/code/addons/essentials/package.json @@ -7,14 +7,14 @@ "essentials", "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/next/code/addons/essentials", + "homepage": "https://github.com/storybookjs/storybook/tree/main/code/addons/essentials", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, "repository": { "type": "git", "url": "https://github.com/storybookjs/storybook.git", - "directory": "addons/essentials" + "directory": "code/addons/essentials" }, "funding": { "type": "opencollective", diff --git a/code/addons/gfm/package.json b/code/addons/gfm/package.json index 1d7783aeeb8c..3e91dba031f8 100644 --- a/code/addons/gfm/package.json +++ b/code/addons/gfm/package.json @@ -10,14 +10,14 @@ "tables", "links" ], - "homepage": "https://github.com/storybookjs/storybook/tree/next/code/addons/gfm", + "homepage": "https://github.com/storybookjs/storybook/tree/main/code/addons/gfm", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, "repository": { "type": "git", "url": "https://github.com/storybookjs/storybook.git", - "directory": "addons/gfm" + "directory": "code/addons/gfm" }, "funding": { "type": "opencollective", diff --git a/code/addons/highlight/package.json b/code/addons/highlight/package.json index 93f6c0ef8264..7bc2ea6d4138 100644 --- a/code/addons/highlight/package.json +++ b/code/addons/highlight/package.json @@ -8,14 +8,14 @@ "style", "appearance" ], - "homepage": "https://github.com/storybookjs/storybook/tree/next/code/addons/highlight", + "homepage": "https://github.com/storybookjs/storybook/tree/main/code/addons/highlight", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, "repository": { "type": "git", "url": "https://github.com/storybookjs/storybook.git", - "directory": "addons/highlight" + "directory": "code/addons/highlight" }, "funding": { "type": "opencollective", diff --git a/code/addons/interactions/package.json b/code/addons/interactions/package.json index b22de368a172..db9fe4744275 100644 --- a/code/addons/interactions/package.json +++ b/code/addons/interactions/package.json @@ -7,14 +7,14 @@ "data-state", "test" ], - "homepage": "https://github.com/storybookjs/storybook/tree/next/code/addons/interactions", + "homepage": "https://github.com/storybookjs/storybook/tree/main/code/addons/interactions", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, "repository": { "type": "git", "url": "https://github.com/storybookjs/storybook.git", - "directory": "addons/interactions" + "directory": "code/addons/interactions" }, "funding": { "type": "opencollective", diff --git a/code/addons/jest/package.json b/code/addons/jest/package.json index 54977350b3ad..3e5136a578d4 100644 --- a/code/addons/jest/package.json +++ b/code/addons/jest/package.json @@ -12,14 +12,14 @@ "unit-testing", "test" ], - "homepage": "https://github.com/storybookjs/storybook/tree/next/code/addons/jest", + "homepage": "https://github.com/storybookjs/storybook/tree/main/code/addons/jest", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, "repository": { "type": "git", "url": "https://github.com/storybookjs/storybook.git", - "directory": "addons/jest" + "directory": "code/addons/jest" }, "funding": { "type": "opencollective", diff --git a/code/addons/links/package.json b/code/addons/links/package.json index a7f836efe603..96a68329c936 100644 --- a/code/addons/links/package.json +++ b/code/addons/links/package.json @@ -7,14 +7,14 @@ "storybook", "organize" ], - "homepage": "https://github.com/storybookjs/storybook/tree/next/code/addons/links", + "homepage": "https://github.com/storybookjs/storybook/tree/main/code/addons/links", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, "repository": { "type": "git", "url": "https://github.com/storybookjs/storybook.git", - "directory": "addons/links" + "directory": "code/addons/links" }, "funding": { "type": "opencollective", diff --git a/code/addons/measure/package.json b/code/addons/measure/package.json index d62b1992b64f..c6e65367bcdb 100644 --- a/code/addons/measure/package.json +++ b/code/addons/measure/package.json @@ -9,14 +9,14 @@ "CSS", "design" ], - "homepage": "https://github.com/storybookjs/storybook/tree/next/code/addons/measure", + "homepage": "https://github.com/storybookjs/storybook/tree/main/code/addons/measure", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, "repository": { "type": "git", "url": "https://github.com/storybookjs/storybook.git", - "directory": "addons/measure" + "directory": "code/addons/measure" }, "funding": { "type": "opencollective", diff --git a/code/addons/outline/package.json b/code/addons/outline/package.json index c47caacfd7ff..595db6a8ab29 100644 --- a/code/addons/outline/package.json +++ b/code/addons/outline/package.json @@ -12,14 +12,14 @@ "storybook-addon", "style" ], - "homepage": "https://github.com/storybookjs/storybook/tree/next/code/addons/outline", + "homepage": "https://github.com/storybookjs/storybook/tree/main/code/addons/outline", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, "repository": { "type": "git", "url": "https://github.com/storybookjs/storybook.git", - "directory": "addons/outline" + "directory": "code/addons/outline" }, "funding": { "type": "opencollective", diff --git a/code/addons/storyshots-core/package.json b/code/addons/storyshots-core/package.json index 7d931e0726be..cf9b339f6921 100644 --- a/code/addons/storyshots-core/package.json +++ b/code/addons/storyshots-core/package.json @@ -7,14 +7,14 @@ "storybook", "test" ], - "homepage": "https://github.com/storybookjs/storybook/tree/next/code/addons/storyshots-core", + "homepage": "https://github.com/storybookjs/storybook/tree/main/code/addons/storyshots-core", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, "repository": { "type": "git", "url": "https://github.com/storybookjs/storybook.git", - "directory": "addons/storyshots-core" + "directory": "code/addons/storyshots-core" }, "funding": { "type": "opencollective", diff --git a/code/addons/storyshots-puppeteer/package.json b/code/addons/storyshots-puppeteer/package.json index ff6e0383c4ed..ebbf61cbb786 100644 --- a/code/addons/storyshots-puppeteer/package.json +++ b/code/addons/storyshots-puppeteer/package.json @@ -6,14 +6,14 @@ "addon", "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/next/code/addons/storyshots-puppeteer", + "homepage": "https://github.com/storybookjs/storybook/tree/main/code/addons/storyshots-puppeteer", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, "repository": { "type": "git", "url": "https://github.com/storybookjs/storybook.git", - "directory": "addons/storyshots-puppeteer" + "directory": "code/addons/storyshots-puppeteer" }, "funding": { "type": "opencollective", diff --git a/code/addons/storysource/package.json b/code/addons/storysource/package.json index 8572cbb32e0d..ca437f77e1e2 100644 --- a/code/addons/storysource/package.json +++ b/code/addons/storysource/package.json @@ -7,14 +7,14 @@ "storybook", "code" ], - "homepage": "https://github.com/storybookjs/storybook/tree/next/code/addons/storysource", + "homepage": "https://github.com/storybookjs/storybook/tree/main/code/addons/storysource", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, "repository": { "type": "git", "url": "https://github.com/storybookjs/storybook.git", - "directory": "addons/storysource" + "directory": "code/addons/storysource" }, "funding": { "type": "opencollective", diff --git a/code/addons/toolbars/package.json b/code/addons/toolbars/package.json index 255e2a8522d8..8f33f11e4dd2 100644 --- a/code/addons/toolbars/package.json +++ b/code/addons/toolbars/package.json @@ -11,14 +11,14 @@ "test", "essentials" ], - "homepage": "https://github.com/storybookjs/storybook/tree/next/code/addons/toolbars", + "homepage": "https://github.com/storybookjs/storybook/tree/main/code/addons/toolbars", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, "repository": { "type": "git", "url": "https://github.com/storybookjs/storybook.git", - "directory": "addons/toolbars" + "directory": "code/addons/toolbars" }, "funding": { "type": "opencollective", diff --git a/code/addons/viewport/package.json b/code/addons/viewport/package.json index d73b4836b6cc..b810a3ee39f5 100644 --- a/code/addons/viewport/package.json +++ b/code/addons/viewport/package.json @@ -8,14 +8,14 @@ "style", "essentials" ], - "homepage": "https://github.com/storybookjs/storybook/tree/next/code/addons/viewport", + "homepage": "https://github.com/storybookjs/storybook/tree/main/code/addons/viewport", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, "repository": { "type": "git", "url": "https://github.com/storybookjs/storybook.git", - "directory": "addons/viewport" + "directory": "code/addons/viewport" }, "funding": { "type": "opencollective", diff --git a/code/frameworks/angular/package.json b/code/frameworks/angular/package.json index 99dc5ad9fc24..59629a05532e 100644 --- a/code/frameworks/angular/package.json +++ b/code/frameworks/angular/package.json @@ -6,14 +6,14 @@ "storybook", "angular" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/frameworks/angular", + "homepage": "https://github.com/storybookjs/storybook/tree/main/code/frameworks/angular", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, "repository": { "type": "git", "url": "https://github.com/storybookjs/storybook.git", - "directory": "frameworks/angular" + "directory": "code/frameworks/angular" }, "funding": { "type": "opencollective", diff --git a/code/frameworks/ember/package.json b/code/frameworks/ember/package.json index 9020aada1937..27925b635131 100644 --- a/code/frameworks/ember/package.json +++ b/code/frameworks/ember/package.json @@ -2,14 +2,14 @@ "name": "@storybook/ember", "version": "7.1.0-alpha.3", "description": "Storybook for Ember: Develop Ember Component in isolation with Hot Reloading.", - "homepage": "https://github.com/storybookjs/storybook/tree/main/frameworks/ember", + "homepage": "https://github.com/storybookjs/storybook/tree/main/code/frameworks/ember", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, "repository": { "type": "git", "url": "https://github.com/storybookjs/storybook.git", - "directory": "frameworks/ember" + "directory": "code/frameworks/ember" }, "funding": { "type": "opencollective", diff --git a/code/frameworks/html-vite/package.json b/code/frameworks/html-vite/package.json index 42f4aac88482..bfbaa53dd0b1 100644 --- a/code/frameworks/html-vite/package.json +++ b/code/frameworks/html-vite/package.json @@ -5,14 +5,14 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/frameworks/html-vite", + "homepage": "https://github.com/storybookjs/storybook/tree/main/code/frameworks/html-vite", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, "repository": { "type": "git", "url": "https://github.com/storybookjs/storybook.git", - "directory": "frameworks/html-vite" + "directory": "code/frameworks/html-vite" }, "funding": { "type": "opencollective", diff --git a/code/frameworks/html-webpack5/package.json b/code/frameworks/html-webpack5/package.json index 3e6434a8a6a3..878ef5a29a39 100644 --- a/code/frameworks/html-webpack5/package.json +++ b/code/frameworks/html-webpack5/package.json @@ -5,14 +5,14 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/frameworks/html-webpack5", + "homepage": "https://github.com/storybookjs/storybook/tree/main/code/frameworks/html-webpack5", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, "repository": { "type": "git", "url": "https://github.com/storybookjs/storybook.git", - "directory": "frameworks/html-webpack5" + "directory": "code/frameworks/html-webpack5" }, "funding": { "type": "opencollective", diff --git a/code/frameworks/nextjs/package.json b/code/frameworks/nextjs/package.json index 00b6381c588f..cf50fe272935 100644 --- a/code/frameworks/nextjs/package.json +++ b/code/frameworks/nextjs/package.json @@ -6,7 +6,7 @@ "storybook", "nextjs" ], - "homepage": "https://github.com/storybookjs/storybook/tree/next/code/frameworks/nextjs", + "homepage": "https://github.com/storybookjs/storybook/tree/main/code/frameworks/nextjs", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, diff --git a/code/frameworks/preact-vite/package.json b/code/frameworks/preact-vite/package.json index 7343c01a4370..cae5bca5ebcd 100644 --- a/code/frameworks/preact-vite/package.json +++ b/code/frameworks/preact-vite/package.json @@ -5,14 +5,14 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/frameworks/preact-vite", + "homepage": "https://github.com/storybookjs/storybook/tree/main/code/frameworks/preact-vite", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, "repository": { "type": "git", "url": "https://github.com/storybookjs/storybook.git", - "directory": "frameworks/preact-vite" + "directory": "code/frameworks/preact-vite" }, "funding": { "type": "opencollective", diff --git a/code/frameworks/preact-webpack5/package.json b/code/frameworks/preact-webpack5/package.json index ed96a1edf571..0d536fa20521 100644 --- a/code/frameworks/preact-webpack5/package.json +++ b/code/frameworks/preact-webpack5/package.json @@ -5,14 +5,14 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/frameworks/preact-webpack5", + "homepage": "https://github.com/storybookjs/storybook/tree/main/code/frameworks/preact-webpack5", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, "repository": { "type": "git", "url": "https://github.com/storybookjs/storybook.git", - "directory": "frameworks/preact-webpack5" + "directory": "code/frameworks/preact-webpack5" }, "funding": { "type": "opencollective", diff --git a/code/frameworks/react-vite/package.json b/code/frameworks/react-vite/package.json index b984ca4b3629..ab85082a83d5 100644 --- a/code/frameworks/react-vite/package.json +++ b/code/frameworks/react-vite/package.json @@ -5,14 +5,14 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/frameworks/react-vite", + "homepage": "https://github.com/storybookjs/storybook/tree/main/code/frameworks/react-vite", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, "repository": { "type": "git", "url": "https://github.com/storybookjs/storybook.git", - "directory": "frameworks/react-vite" + "directory": "code/frameworks/react-vite" }, "funding": { "type": "opencollective", diff --git a/code/frameworks/react-webpack5/package.json b/code/frameworks/react-webpack5/package.json index 54d85b80a4d0..2f3050d2330e 100644 --- a/code/frameworks/react-webpack5/package.json +++ b/code/frameworks/react-webpack5/package.json @@ -5,14 +5,14 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/frameworks/react-webpack5", + "homepage": "https://github.com/storybookjs/storybook/tree/main/code/frameworks/react-webpack5", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, "repository": { "type": "git", "url": "https://github.com/storybookjs/storybook.git", - "directory": "frameworks/react-webpack5" + "directory": "code/frameworks/react-webpack5" }, "funding": { "type": "opencollective", diff --git a/code/frameworks/server-webpack5/package.json b/code/frameworks/server-webpack5/package.json index debc37eeca6b..ef96bc2d3e23 100644 --- a/code/frameworks/server-webpack5/package.json +++ b/code/frameworks/server-webpack5/package.json @@ -5,14 +5,14 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/frameworks/server-webpack5", + "homepage": "https://github.com/storybookjs/storybook/tree/main/code/frameworks/server-webpack5", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, "repository": { "type": "git", "url": "https://github.com/storybookjs/storybook.git", - "directory": "frameworks/server-webpack5" + "directory": "code/frameworks/server-webpack5" }, "funding": { "type": "opencollective", diff --git a/code/frameworks/svelte-vite/package.json b/code/frameworks/svelte-vite/package.json index b829c161592b..fd8991431d0d 100644 --- a/code/frameworks/svelte-vite/package.json +++ b/code/frameworks/svelte-vite/package.json @@ -5,14 +5,14 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/frameworks/svelte-vite", + "homepage": "https://github.com/storybookjs/storybook/tree/main/code/frameworks/svelte-vite", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, "repository": { "type": "git", "url": "https://github.com/storybookjs/storybook.git", - "directory": "frameworks/svelte-vite" + "directory": "code/frameworks/svelte-vite" }, "funding": { "type": "opencollective", diff --git a/code/frameworks/svelte-webpack5/package.json b/code/frameworks/svelte-webpack5/package.json index cee56d9a216e..4f68aa42c5ab 100644 --- a/code/frameworks/svelte-webpack5/package.json +++ b/code/frameworks/svelte-webpack5/package.json @@ -5,14 +5,14 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/frameworks/svelte-webpack5", + "homepage": "https://github.com/storybookjs/storybook/tree/main/code/frameworks/svelte-webpack5", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, "repository": { "type": "git", "url": "https://github.com/storybookjs/storybook.git", - "directory": "frameworks/svelte-webpack5" + "directory": "code/frameworks/svelte-webpack5" }, "funding": { "type": "opencollective", diff --git a/code/frameworks/sveltekit/package.json b/code/frameworks/sveltekit/package.json index 6cadb8925441..c998bef6b768 100644 --- a/code/frameworks/sveltekit/package.json +++ b/code/frameworks/sveltekit/package.json @@ -8,7 +8,7 @@ "sveltekit", "svelte-kit" ], - "homepage": "https://github.com/storybookjs/storybook/tree/next/code/frameworks/sveltekit", + "homepage": "https://github.com/storybookjs/storybook/tree/main/code/frameworks/sveltekit", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, diff --git a/code/frameworks/vue-vite/package.json b/code/frameworks/vue-vite/package.json index 56c4a5cc4517..f0d0150ae41d 100644 --- a/code/frameworks/vue-vite/package.json +++ b/code/frameworks/vue-vite/package.json @@ -5,14 +5,14 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/frameworks/vue-vite", + "homepage": "https://github.com/storybookjs/storybook/tree/main/code/frameworks/vue-vite", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, "repository": { "type": "git", "url": "https://github.com/storybookjs/storybook.git", - "directory": "frameworks/vue-vite" + "directory": "code/frameworks/vue-vite" }, "funding": { "type": "opencollective", diff --git a/code/frameworks/vue-webpack5/package.json b/code/frameworks/vue-webpack5/package.json index 16d0e1fd22e5..4b5a335c5244 100644 --- a/code/frameworks/vue-webpack5/package.json +++ b/code/frameworks/vue-webpack5/package.json @@ -5,14 +5,14 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/frameworks/vue-webpack5", + "homepage": "https://github.com/storybookjs/storybook/tree/main/code/frameworks/vue-webpack5", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, "repository": { "type": "git", "url": "https://github.com/storybookjs/storybook.git", - "directory": "frameworks/vue-webpack5" + "directory": "code/frameworks/vue-webpack5" }, "funding": { "type": "opencollective", diff --git a/code/frameworks/vue3-vite/package.json b/code/frameworks/vue3-vite/package.json index e81317b8e515..7852794306c3 100644 --- a/code/frameworks/vue3-vite/package.json +++ b/code/frameworks/vue3-vite/package.json @@ -5,14 +5,14 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/frameworks/vue3-vite", + "homepage": "https://github.com/storybookjs/storybook/tree/main/code/frameworks/vue3-vite", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, "repository": { "type": "git", "url": "https://github.com/storybookjs/storybook.git", - "directory": "frameworks/vue3-vite" + "directory": "code/frameworks/vue3-vite" }, "funding": { "type": "opencollective", diff --git a/code/frameworks/vue3-webpack5/package.json b/code/frameworks/vue3-webpack5/package.json index f9be57e594e4..9e6bb0b3cf63 100644 --- a/code/frameworks/vue3-webpack5/package.json +++ b/code/frameworks/vue3-webpack5/package.json @@ -5,14 +5,14 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/frameworks/vue3-webpack5", + "homepage": "https://github.com/storybookjs/storybook/tree/main/code/frameworks/vue3-webpack5", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, "repository": { "type": "git", "url": "https://github.com/storybookjs/storybook.git", - "directory": "frameworks/vue3-webpack5" + "directory": "code/frameworks/vue3-webpack5" }, "funding": { "type": "opencollective", diff --git a/code/frameworks/web-components-vite/package.json b/code/frameworks/web-components-vite/package.json index 4ec20e48a5b8..ba8ac9e4ce87 100644 --- a/code/frameworks/web-components-vite/package.json +++ b/code/frameworks/web-components-vite/package.json @@ -5,14 +5,14 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/frameworks/web-components-vite", + "homepage": "https://github.com/storybookjs/storybook/tree/main/code/frameworks/web-components-vite", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, "repository": { "type": "git", "url": "https://github.com/storybookjs/storybook.git", - "directory": "frameworks/web-components-vite" + "directory": "code/frameworks/web-components-vite" }, "funding": { "type": "opencollective", diff --git a/code/frameworks/web-components-webpack5/package.json b/code/frameworks/web-components-webpack5/package.json index a5e8d7fdbc79..cc190d9aeef2 100644 --- a/code/frameworks/web-components-webpack5/package.json +++ b/code/frameworks/web-components-webpack5/package.json @@ -8,14 +8,14 @@ "storybook", "web-components" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/frameworks/web-components-webpack5", + "homepage": "https://github.com/storybookjs/storybook/tree/main/code/frameworks/web-components-webpack5", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, "repository": { "type": "git", "url": "https://github.com/storybookjs/storybook.git", - "directory": "frameworks/web-components-webpack5" + "directory": "code/frameworks/web-components-webpack5" }, "funding": { "type": "opencollective", diff --git a/code/lib/addons/package.json b/code/lib/addons/package.json index e5b488f98069..987c0c2a857a 100644 --- a/code/lib/addons/package.json +++ b/code/lib/addons/package.json @@ -5,14 +5,14 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/lib/addons", + "homepage": "https://github.com/storybookjs/storybook/tree/main/code/lib/addons", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, "repository": { "type": "git", "url": "https://github.com/storybookjs/storybook.git", - "directory": "lib/addons" + "directory": "code/lib/addons" }, "funding": { "type": "opencollective", diff --git a/code/lib/builder-manager/package.json b/code/lib/builder-manager/package.json index 85e18e162c1f..f4d74b9e2f07 100644 --- a/code/lib/builder-manager/package.json +++ b/code/lib/builder-manager/package.json @@ -5,14 +5,14 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/lib/core", + "homepage": "https://github.com/storybookjs/storybook/tree/main/code/lib/builder-manager", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, "repository": { "type": "git", "url": "https://github.com/storybookjs/storybook.git", - "directory": "lib/builder-manager" + "directory": "code/lib/builder-manager" }, "funding": { "type": "opencollective", diff --git a/code/lib/builder-webpack5/package.json b/code/lib/builder-webpack5/package.json index 6b994114339f..5c3b73b08cab 100644 --- a/code/lib/builder-webpack5/package.json +++ b/code/lib/builder-webpack5/package.json @@ -5,14 +5,14 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/lib/core", + "homepage": "https://github.com/storybookjs/storybook/tree/main/code/lib/builder-webpack5", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, "repository": { "type": "git", "url": "https://github.com/storybookjs/storybook.git", - "directory": "lib/core" + "directory": "code/lib/builder-webpack5" }, "funding": { "type": "opencollective", diff --git a/code/lib/channel-postmessage/package.json b/code/lib/channel-postmessage/package.json index 625fe893fdae..fe88ff435f3a 100644 --- a/code/lib/channel-postmessage/package.json +++ b/code/lib/channel-postmessage/package.json @@ -5,14 +5,14 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/lib/channel-postmessage", + "homepage": "https://github.com/storybookjs/storybook/tree/main/code/lib/channel-postmessage", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, "repository": { "type": "git", "url": "https://github.com/storybookjs/storybook.git", - "directory": "lib/channel-postmessage" + "directory": "code/lib/channel-postmessage" }, "funding": { "type": "opencollective", diff --git a/code/lib/channel-websocket/package.json b/code/lib/channel-websocket/package.json index 34930584ea6b..20265239e76f 100644 --- a/code/lib/channel-websocket/package.json +++ b/code/lib/channel-websocket/package.json @@ -5,14 +5,14 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/lib/channel-websocket", + "homepage": "https://github.com/storybookjs/storybook/tree/main/code/lib/channel-websocket", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, "repository": { "type": "git", "url": "https://github.com/storybookjs/storybook.git", - "directory": "lib/channel-websocket" + "directory": "code/lib/channel-websocket" }, "funding": { "type": "opencollective", diff --git a/code/lib/channels/package.json b/code/lib/channels/package.json index 930b01b2a12d..3dc8db8248ec 100644 --- a/code/lib/channels/package.json +++ b/code/lib/channels/package.json @@ -5,14 +5,14 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/lib/channels", + "homepage": "https://github.com/storybookjs/storybook/tree/main/code/lib/channels", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, "repository": { "type": "git", "url": "https://github.com/storybookjs/storybook.git", - "directory": "lib/channels" + "directory": "code/lib/channels" }, "funding": { "type": "opencollective", diff --git a/code/lib/cli-sb/package.json b/code/lib/cli-sb/package.json index 2d3299725386..7fa075848d1e 100644 --- a/code/lib/cli-sb/package.json +++ b/code/lib/cli-sb/package.json @@ -5,14 +5,14 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/lib/cli", + "homepage": "https://github.com/storybookjs/storybook/tree/main/code/lib/cli", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, "repository": { "type": "git", "url": "https://github.com/storybookjs/storybook.git", - "directory": "lib/cli" + "directory": "code/lib/cli" }, "funding": { "type": "opencollective", diff --git a/code/lib/cli-storybook/package.json b/code/lib/cli-storybook/package.json index f45561721926..83c26ba5fb04 100644 --- a/code/lib/cli-storybook/package.json +++ b/code/lib/cli-storybook/package.json @@ -5,14 +5,14 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/lib/cli", + "homepage": "https://github.com/storybookjs/storybook/tree/main/code/lib/cli", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, "repository": { "type": "git", "url": "https://github.com/storybookjs/storybook.git", - "directory": "lib/cli" + "directory": "code/lib/cli" }, "funding": { "type": "opencollective", diff --git a/code/lib/cli/package.json b/code/lib/cli/package.json index 3d456014e661..8e2de2fa7898 100644 --- a/code/lib/cli/package.json +++ b/code/lib/cli/package.json @@ -7,14 +7,14 @@ "generator", "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/lib/cli", + "homepage": "https://github.com/storybookjs/storybook/tree/main/code/lib/cli", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, "repository": { "type": "git", "url": "https://github.com/storybookjs/storybook.git", - "directory": "lib/cli" + "directory": "code/lib/cli" }, "funding": { "type": "opencollective", diff --git a/code/lib/client-api/package.json b/code/lib/client-api/package.json index a70869d8bc0d..6c9cd871fbc4 100644 --- a/code/lib/client-api/package.json +++ b/code/lib/client-api/package.json @@ -5,14 +5,14 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/lib/client-api", + "homepage": "https://github.com/storybookjs/storybook/tree/main/code/lib/client-api", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, "repository": { "type": "git", "url": "https://github.com/storybookjs/storybook.git", - "directory": "lib/client-api" + "directory": "code/lib/client-api" }, "funding": { "type": "opencollective", diff --git a/code/lib/client-logger/package.json b/code/lib/client-logger/package.json index a8587102b9fb..7bd48598553b 100644 --- a/code/lib/client-logger/package.json +++ b/code/lib/client-logger/package.json @@ -5,14 +5,14 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/lib/client-logger", + "homepage": "https://github.com/storybookjs/storybook/tree/main/code/lib/client-logger", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, "repository": { "type": "git", "url": "https://github.com/storybookjs/storybook.git", - "directory": "lib/client-logger" + "directory": "code/lib/client-logger" }, "funding": { "type": "opencollective", diff --git a/code/lib/codemod/package.json b/code/lib/codemod/package.json index 6cbdc1d4225e..1572d7699eda 100644 --- a/code/lib/codemod/package.json +++ b/code/lib/codemod/package.json @@ -5,14 +5,14 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/lib/codemod", + "homepage": "https://github.com/storybookjs/storybook/tree/main/code/lib/codemod", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, "repository": { "type": "git", "url": "https://github.com/storybookjs/storybook.git", - "directory": "lib/codemod" + "directory": "code/lib/codemod" }, "funding": { "type": "opencollective", diff --git a/code/lib/core-client/package.json b/code/lib/core-client/package.json index 536f9ed8fa3b..3df1b2482121 100644 --- a/code/lib/core-client/package.json +++ b/code/lib/core-client/package.json @@ -5,14 +5,14 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/lib/core", + "homepage": "https://github.com/storybookjs/storybook/tree/main/code/lib/core-client", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, "repository": { "type": "git", "url": "https://github.com/storybookjs/storybook.git", - "directory": "lib/core" + "directory": "code/lib/core-client" }, "funding": { "type": "opencollective", diff --git a/code/lib/core-common/package.json b/code/lib/core-common/package.json index 9844cadee3fe..8174e09f1e92 100644 --- a/code/lib/core-common/package.json +++ b/code/lib/core-common/package.json @@ -5,14 +5,14 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/lib/core-common", + "homepage": "https://github.com/storybookjs/storybook/tree/main/code/lib/core-common", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, "repository": { "type": "git", "url": "https://github.com/storybookjs/storybook.git", - "directory": "lib/core-common" + "directory": "code/lib/core-common" }, "funding": { "type": "opencollective", diff --git a/code/lib/core-events/package.json b/code/lib/core-events/package.json index 86f2547e4cc4..5a4fe48c7d28 100644 --- a/code/lib/core-events/package.json +++ b/code/lib/core-events/package.json @@ -5,14 +5,14 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/lib/core-events", + "homepage": "https://github.com/storybookjs/storybook/tree/main/code/lib/core-events", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, "repository": { "type": "git", "url": "https://github.com/storybookjs/storybook.git", - "directory": "lib/core-events" + "directory": "code/lib/core-events" }, "funding": { "type": "opencollective", diff --git a/code/lib/core-server/package.json b/code/lib/core-server/package.json index 7a59cd420d9b..b1b32c178f38 100644 --- a/code/lib/core-server/package.json +++ b/code/lib/core-server/package.json @@ -5,14 +5,14 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/lib/core", + "homepage": "https://github.com/storybookjs/storybook/tree/main/code/lib/core-server", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, "repository": { "type": "git", "url": "https://github.com/storybookjs/storybook.git", - "directory": "lib/core-server" + "directory": "code/lib/core-server" }, "funding": { "type": "opencollective", diff --git a/code/lib/core-webpack/package.json b/code/lib/core-webpack/package.json index 4163eba9df24..6b5bf78a38eb 100644 --- a/code/lib/core-webpack/package.json +++ b/code/lib/core-webpack/package.json @@ -5,14 +5,14 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/lib/core-webpack", + "homepage": "https://github.com/storybookjs/storybook/tree/main/code/lib/core-webpack", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, "repository": { "type": "git", "url": "https://github.com/storybookjs/storybook.git", - "directory": "lib/core-webpack" + "directory": "code/lib/core-webpack" }, "funding": { "type": "opencollective", diff --git a/code/lib/csf-plugin/package.json b/code/lib/csf-plugin/package.json index fcc264d7c4a1..99316c947e1a 100644 --- a/code/lib/csf-plugin/package.json +++ b/code/lib/csf-plugin/package.json @@ -5,14 +5,14 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/lib/csf-plugin", + "homepage": "https://github.com/storybookjs/storybook/tree/main/code/lib/csf-plugin", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, "repository": { "type": "git", "url": "https://github.com/storybookjs/storybook.git", - "directory": "lib/csf-plugin" + "directory": "code/lib/csf-plugin" }, "funding": { "type": "opencollective", diff --git a/code/lib/csf-tools/package.json b/code/lib/csf-tools/package.json index cf3d8bd7ac8f..647bb928a254 100644 --- a/code/lib/csf-tools/package.json +++ b/code/lib/csf-tools/package.json @@ -5,14 +5,14 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/lib/csf-tools", + "homepage": "https://github.com/storybookjs/storybook/tree/main/code/lib/csf-tools", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, "repository": { "type": "git", "url": "https://github.com/storybookjs/storybook.git", - "directory": "lib/csf-tools" + "directory": "code/lib/csf-tools" }, "funding": { "type": "opencollective", diff --git a/code/lib/docs-tools/package.json b/code/lib/docs-tools/package.json index 58c498b8447d..bdd29d4c1f2c 100644 --- a/code/lib/docs-tools/package.json +++ b/code/lib/docs-tools/package.json @@ -5,14 +5,14 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/lib/docs-tools", + "homepage": "https://github.com/storybookjs/storybook/tree/main/code/lib/docs-tools", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, "repository": { "type": "git", "url": "https://github.com/storybookjs/storybook.git", - "directory": "lib/docs-tools" + "directory": "code/lib/docs-tools" }, "funding": { "type": "opencollective", diff --git a/code/lib/instrumenter/package.json b/code/lib/instrumenter/package.json index ec0c1daf63d7..1935f9e386ba 100644 --- a/code/lib/instrumenter/package.json +++ b/code/lib/instrumenter/package.json @@ -5,14 +5,14 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/lib/instrumenter", + "homepage": "https://github.com/storybookjs/storybook/tree/main/code/lib/instrumenter", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, "repository": { "type": "git", "url": "https://github.com/storybookjs/storybook.git", - "directory": "lib/instrumenter" + "directory": "code/lib/instrumenter" }, "funding": { "type": "opencollective", diff --git a/code/lib/manager-api-shim/package.json b/code/lib/manager-api-shim/package.json index 081d34389dc0..60fe0bf1cf49 100644 --- a/code/lib/manager-api-shim/package.json +++ b/code/lib/manager-api-shim/package.json @@ -5,14 +5,14 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/lib/api", + "homepage": "https://github.com/storybookjs/storybook/tree/main/code/lib/api", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, "repository": { "type": "git", "url": "https://github.com/storybookjs/storybook.git", - "directory": "code/lib/manager-api-shim" + "directory": "code/code/lib/manager-api-shim" }, "funding": { "type": "opencollective", diff --git a/code/lib/manager-api/package.json b/code/lib/manager-api/package.json index fb3eec2e6980..9282b06a0075 100644 --- a/code/lib/manager-api/package.json +++ b/code/lib/manager-api/package.json @@ -5,14 +5,14 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/lib/manager-api", + "homepage": "https://github.com/storybookjs/storybook/tree/main/code/lib/manager-api", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, "repository": { "type": "git", "url": "https://github.com/storybookjs/storybook.git", - "directory": "code/lib/manager-api" + "directory": "code/code/lib/manager-api" }, "funding": { "type": "opencollective", diff --git a/code/lib/node-logger/package.json b/code/lib/node-logger/package.json index bc3dbf42caf7..27b086dccb31 100644 --- a/code/lib/node-logger/package.json +++ b/code/lib/node-logger/package.json @@ -5,14 +5,14 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/lib/node-logger", + "homepage": "https://github.com/storybookjs/storybook/tree/main/code/lib/node-logger", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, "repository": { "type": "git", "url": "https://github.com/storybookjs/storybook.git", - "directory": "lib/node-logger" + "directory": "code/lib/node-logger" }, "funding": { "type": "opencollective", diff --git a/code/lib/postinstall/package.json b/code/lib/postinstall/package.json index aeb7cd09afb8..0978c6ab0999 100644 --- a/code/lib/postinstall/package.json +++ b/code/lib/postinstall/package.json @@ -6,14 +6,14 @@ "api", "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/lib/postinstall", + "homepage": "https://github.com/storybookjs/storybook/tree/main/code/lib/postinstall", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, "repository": { "type": "git", "url": "https://github.com/storybookjs/storybook.git", - "directory": "lib/postinstall" + "directory": "code/lib/postinstall" }, "funding": { "type": "opencollective", diff --git a/code/lib/preview-api/docs/storiesOf.md b/code/lib/preview-api/docs/storiesOf.md index c987df5541bc..00f3b2945879 100644 --- a/code/lib/preview-api/docs/storiesOf.md +++ b/code/lib/preview-api/docs/storiesOf.md @@ -94,4 +94,4 @@ To make it easier to adopt the new [Component Story Format (CSF)](https://storyb sb migrate storiesof-to-csf --glob=src/**/*.stories.js ``` -For more information, see the CLI's [Codemod README](https://github.com/storybookjs/storybook/tree/next/lib/codemod). +For more information, see the CLI's [Codemod README](https://github.com/storybookjs/storybook/tree/next/code/lib/codemod). diff --git a/code/lib/preview-web/package.json b/code/lib/preview-web/package.json index 16cab53bcebf..35490884e153 100644 --- a/code/lib/preview-web/package.json +++ b/code/lib/preview-web/package.json @@ -5,14 +5,14 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/lib/preview-web", + "homepage": "https://github.com/storybookjs/storybook/tree/main/code/lib/preview-web", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, "repository": { "type": "git", "url": "https://github.com/storybookjs/storybook.git", - "directory": "lib/preview-web" + "directory": "code/lib/preview-web" }, "funding": { "type": "opencollective", diff --git a/code/lib/react-dom-shim/package.json b/code/lib/react-dom-shim/package.json index 2ff63b55a06f..54e9cd5fed8b 100644 --- a/code/lib/react-dom-shim/package.json +++ b/code/lib/react-dom-shim/package.json @@ -5,14 +5,14 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/lib/react-dom-shim", + "homepage": "https://github.com/storybookjs/storybook/tree/main/code/lib/react-dom-shim", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, "repository": { "type": "git", "url": "https://github.com/storybookjs/storybook.git", - "directory": "lib/react-dom-shim" + "directory": "code/lib/react-dom-shim" }, "funding": { "type": "opencollective", diff --git a/code/lib/router/package.json b/code/lib/router/package.json index 340c4b57dbef..530df8480df3 100644 --- a/code/lib/router/package.json +++ b/code/lib/router/package.json @@ -5,14 +5,14 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/lib/router", + "homepage": "https://github.com/storybookjs/storybook/tree/main/code/lib/router", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, "repository": { "type": "git", "url": "https://github.com/storybookjs/storybook.git", - "directory": "lib/router" + "directory": "code/lib/router" }, "funding": { "type": "opencollective", diff --git a/code/lib/source-loader/package.json b/code/lib/source-loader/package.json index 8c44eb2f9d63..c4cf044331a4 100644 --- a/code/lib/source-loader/package.json +++ b/code/lib/source-loader/package.json @@ -6,14 +6,14 @@ "lib", "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/lib/source-loader", + "homepage": "https://github.com/storybookjs/storybook/tree/main/code/lib/source-loader", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, "repository": { "type": "git", "url": "https://github.com/storybookjs/storybook.git", - "directory": "lib/source-loader" + "directory": "code/lib/source-loader" }, "funding": { "type": "opencollective", diff --git a/code/lib/store/package.json b/code/lib/store/package.json index 8938f7af1da8..cb72faa346f9 100644 --- a/code/lib/store/package.json +++ b/code/lib/store/package.json @@ -5,14 +5,14 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/lib/store", + "homepage": "https://github.com/storybookjs/storybook/tree/main/code/lib/store", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, "repository": { "type": "git", "url": "https://github.com/storybookjs/storybook.git", - "directory": "lib/store" + "directory": "code/lib/store" }, "funding": { "type": "opencollective", diff --git a/code/lib/telemetry/package.json b/code/lib/telemetry/package.json index 0ba10f9da506..7f93ce2eb859 100644 --- a/code/lib/telemetry/package.json +++ b/code/lib/telemetry/package.json @@ -5,14 +5,14 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/lib/telemetry", + "homepage": "https://github.com/storybookjs/storybook/tree/main/code/lib/telemetry", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, "repository": { "type": "git", "url": "https://github.com/storybookjs/storybook.git", - "directory": "lib/telemetry" + "directory": "code/lib/telemetry" }, "funding": { "type": "opencollective", diff --git a/code/lib/theming/package.json b/code/lib/theming/package.json index 68136bf2734c..53d92a01aa27 100644 --- a/code/lib/theming/package.json +++ b/code/lib/theming/package.json @@ -5,14 +5,14 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/lib/theming", + "homepage": "https://github.com/storybookjs/storybook/tree/main/code/lib/theming", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, "repository": { "type": "git", "url": "https://github.com/storybookjs/storybook.git", - "directory": "lib/theming" + "directory": "code/lib/theming" }, "funding": { "type": "opencollective", diff --git a/code/presets/create-react-app/package.json b/code/presets/create-react-app/package.json index b16e54977b42..0ae842929697 100644 --- a/code/presets/create-react-app/package.json +++ b/code/presets/create-react-app/package.json @@ -5,14 +5,14 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/presets/create-react-app", + "homepage": "https://github.com/storybookjs/storybook/tree/main/code/presets/create-react-app", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, "repository": { "type": "git", "url": "https://github.com/storybookjs/storybook.git", - "directory": "presets/create-react-app" + "directory": "code/presets/create-react-app" }, "funding": { "type": "opencollective", diff --git a/code/presets/html-webpack/package.json b/code/presets/html-webpack/package.json index 4a66e86d6fb9..1127db90339f 100644 --- a/code/presets/html-webpack/package.json +++ b/code/presets/html-webpack/package.json @@ -5,14 +5,14 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/presets/html-webpack", + "homepage": "https://github.com/storybookjs/storybook/tree/main/code/presets/html-webpack", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, "repository": { "type": "git", "url": "https://github.com/storybookjs/storybook.git", - "directory": "presets/html-webpack" + "directory": "code/presets/html-webpack" }, "funding": { "type": "opencollective", diff --git a/code/presets/preact-webpack/package.json b/code/presets/preact-webpack/package.json index e02ea579e5ea..47973ad2df82 100644 --- a/code/presets/preact-webpack/package.json +++ b/code/presets/preact-webpack/package.json @@ -5,14 +5,14 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/presets/preact-webpack", + "homepage": "https://github.com/storybookjs/storybook/tree/main/code/presets/preact-webpack", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, "repository": { "type": "git", "url": "https://github.com/storybookjs/storybook.git", - "directory": "presets/preact-webpack" + "directory": "code/presets/preact-webpack" }, "funding": { "type": "opencollective", diff --git a/code/presets/react-webpack/package.json b/code/presets/react-webpack/package.json index 43555df6d8ce..047516e19ab9 100644 --- a/code/presets/react-webpack/package.json +++ b/code/presets/react-webpack/package.json @@ -5,14 +5,14 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/presets/react-webpack", + "homepage": "https://github.com/storybookjs/storybook/tree/main/code/presets/react-webpack", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, "repository": { "type": "git", "url": "https://github.com/storybookjs/storybook.git", - "directory": "presets/react-webpack" + "directory": "code/presets/react-webpack" }, "funding": { "type": "opencollective", diff --git a/code/presets/react-webpack/src/types.ts b/code/presets/react-webpack/src/types.ts index 3582aea5d7b2..fd9f5e0cd37f 100644 --- a/code/presets/react-webpack/src/types.ts +++ b/code/presets/react-webpack/src/types.ts @@ -31,7 +31,7 @@ export type TypescriptOptions = TypescriptOptionsBase & { * Configures `react-docgen-typescript-plugin` * * @default - * @see https://github.com/storybookjs/storybook/blob/next/lib/builder-webpack5/src/config/defaults.js#L4-L6 + * @see https://github.com/storybookjs/storybook/blob/next/code/lib/builder-webpack5/src/config/defaults.js#L4-L6 */ reactDocgenTypescriptOptions: ReactDocgenTypescriptOptions; }; diff --git a/code/presets/server-webpack/README.md b/code/presets/server-webpack/README.md index 7de929bbd237..cb5d9ae02fdb 100644 --- a/code/presets/server-webpack/README.md +++ b/code/presets/server-webpack/README.md @@ -3,4 +3,4 @@ This package is a [preset](https://storybook.js.org/docs/react/addons/writing-presets#presets-api) that configures Storybook's webpack settings for handling React. It's an internal package that's not intended to be used directly by users. -- More info on [Storybook for Server](https://github.com/storybookjs/storybook/tree/main/frameworks/server-webpack5) +- More info on [Storybook for Server](https://github.com/storybookjs/storybook/tree/main/code/frameworks/server-webpack5) diff --git a/code/presets/server-webpack/package.json b/code/presets/server-webpack/package.json index dbcf3539b0ef..d92bb35b83ff 100644 --- a/code/presets/server-webpack/package.json +++ b/code/presets/server-webpack/package.json @@ -5,14 +5,14 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/presets/server-webpack", + "homepage": "https://github.com/storybookjs/storybook/tree/main/code/presets/server-webpack", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, "repository": { "type": "git", "url": "https://github.com/storybookjs/storybook.git", - "directory": "presets/server-webpack" + "directory": "code/presets/server-webpack" }, "funding": { "type": "opencollective", diff --git a/code/presets/svelte-webpack/package.json b/code/presets/svelte-webpack/package.json index 1da46bbbbf16..03700f588234 100644 --- a/code/presets/svelte-webpack/package.json +++ b/code/presets/svelte-webpack/package.json @@ -5,14 +5,14 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/presets/svelte-webpack", + "homepage": "https://github.com/storybookjs/storybook/tree/main/code/presets/svelte-webpack", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, "repository": { "type": "git", "url": "https://github.com/storybookjs/storybook.git", - "directory": "presets/svelte-webpack" + "directory": "code/presets/svelte-webpack" }, "funding": { "type": "opencollective", diff --git a/code/presets/vue-webpack/package.json b/code/presets/vue-webpack/package.json index fe4e5352f11a..dc4af9b94b9f 100644 --- a/code/presets/vue-webpack/package.json +++ b/code/presets/vue-webpack/package.json @@ -5,14 +5,14 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/presets/vue-webpack", + "homepage": "https://github.com/storybookjs/storybook/tree/main/code/presets/vue-webpack", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, "repository": { "type": "git", "url": "https://github.com/storybookjs/storybook.git", - "directory": "presets/vue-webpack" + "directory": "code/presets/vue-webpack" }, "funding": { "type": "opencollective", diff --git a/code/presets/vue3-webpack/package.json b/code/presets/vue3-webpack/package.json index d08e298cb33e..e303e67a0640 100644 --- a/code/presets/vue3-webpack/package.json +++ b/code/presets/vue3-webpack/package.json @@ -5,14 +5,14 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/presets/vue3-webpack", + "homepage": "https://github.com/storybookjs/storybook/tree/main/code/presets/vue3-webpack", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, "repository": { "type": "git", "url": "https://github.com/storybookjs/storybook.git", - "directory": "presets/vue3-webpack" + "directory": "code/presets/vue3-webpack" }, "funding": { "type": "opencollective", diff --git a/code/presets/web-components-webpack/package.json b/code/presets/web-components-webpack/package.json index 57ca05bb0bef..d86029ffb044 100644 --- a/code/presets/web-components-webpack/package.json +++ b/code/presets/web-components-webpack/package.json @@ -8,14 +8,14 @@ "storybook", "web-components" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/presets/web-components-webpack", + "homepage": "https://github.com/storybookjs/storybook/tree/main/code/presets/web-components-webpack", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, "repository": { "type": "git", "url": "https://github.com/storybookjs/storybook.git", - "directory": "presets/web-components-webpack" + "directory": "code/presets/web-components-webpack" }, "funding": { "type": "opencollective", diff --git a/code/renderers/html/package.json b/code/renderers/html/package.json index f57d492d15d9..d925810b537b 100644 --- a/code/renderers/html/package.json +++ b/code/renderers/html/package.json @@ -5,14 +5,14 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/renderers/html", + "homepage": "https://github.com/storybookjs/storybook/tree/main/code/renderers/html", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, "repository": { "type": "git", "url": "https://github.com/storybookjs/storybook.git", - "directory": "renderers/html" + "directory": "code/renderers/html" }, "funding": { "type": "opencollective", diff --git a/code/renderers/preact/package.json b/code/renderers/preact/package.json index 9562328f1db5..1e058412ed55 100644 --- a/code/renderers/preact/package.json +++ b/code/renderers/preact/package.json @@ -5,14 +5,14 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/renderers/preact", + "homepage": "https://github.com/storybookjs/storybook/tree/main/code/renderers/preact", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, "repository": { "type": "git", "url": "https://github.com/storybookjs/storybook.git", - "directory": "renderers/preact" + "directory": "code/renderers/preact" }, "funding": { "type": "opencollective", diff --git a/code/renderers/react/package.json b/code/renderers/react/package.json index fcabc9c2ecfa..4c24882df2ba 100644 --- a/code/renderers/react/package.json +++ b/code/renderers/react/package.json @@ -5,14 +5,14 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/renderers/react", + "homepage": "https://github.com/storybookjs/storybook/tree/main/code/renderers/react", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, "repository": { "type": "git", "url": "https://github.com/storybookjs/storybook.git", - "directory": "renderers/react" + "directory": "code/renderers/react" }, "funding": { "type": "opencollective", diff --git a/code/renderers/server/package.json b/code/renderers/server/package.json index 775dfc3c1c7b..8d205c55c1f8 100644 --- a/code/renderers/server/package.json +++ b/code/renderers/server/package.json @@ -5,14 +5,14 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/renderers/server", + "homepage": "https://github.com/storybookjs/storybook/tree/main/code/renderers/server", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, "repository": { "type": "git", "url": "https://github.com/storybookjs/storybook.git", - "directory": "renderers/server" + "directory": "code/renderers/server" }, "funding": { "type": "opencollective", diff --git a/code/renderers/svelte/package.json b/code/renderers/svelte/package.json index 7fc67f85ed2c..5deac1b53b58 100644 --- a/code/renderers/svelte/package.json +++ b/code/renderers/svelte/package.json @@ -5,14 +5,14 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/renderers/svelte", + "homepage": "https://github.com/storybookjs/storybook/tree/main/code/renderers/svelte", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, "repository": { "type": "git", "url": "https://github.com/storybookjs/storybook.git", - "directory": "renderers/svelte" + "directory": "code/renderers/svelte" }, "funding": { "type": "opencollective", diff --git a/code/renderers/vue/package.json b/code/renderers/vue/package.json index 71b8cf7d1851..cbc09eef587e 100644 --- a/code/renderers/vue/package.json +++ b/code/renderers/vue/package.json @@ -5,14 +5,14 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/renderers/vue", + "homepage": "https://github.com/storybookjs/storybook/tree/main/code/renderers/vue", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, "repository": { "type": "git", "url": "https://github.com/storybookjs/storybook.git", - "directory": "renderers/vue" + "directory": "code/renderers/vue" }, "funding": { "type": "opencollective", diff --git a/code/renderers/vue3/package.json b/code/renderers/vue3/package.json index b2a29a3e8865..00e1ad3f7962 100644 --- a/code/renderers/vue3/package.json +++ b/code/renderers/vue3/package.json @@ -5,14 +5,14 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/renderers/vue3", + "homepage": "https://github.com/storybookjs/storybook/tree/main/code/renderers/vue3", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, "repository": { "type": "git", "url": "https://github.com/storybookjs/storybook.git", - "directory": "renderers/vue3" + "directory": "code/renderers/vue3" }, "funding": { "type": "opencollective", diff --git a/code/renderers/web-components/package.json b/code/renderers/web-components/package.json index d36a0dbcce6b..b0fd61718ad6 100644 --- a/code/renderers/web-components/package.json +++ b/code/renderers/web-components/package.json @@ -8,14 +8,14 @@ "storybook", "web-components" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/renderers/web-components", + "homepage": "https://github.com/storybookjs/storybook/tree/main/code/renderers/web-components", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, "repository": { "type": "git", "url": "https://github.com/storybookjs/storybook.git", - "directory": "renderers/web-components" + "directory": "code/renderers/web-components" }, "funding": { "type": "opencollective", From 00011aa7471e70e79ed07a63b3ce9fd31845bb09 Mon Sep 17 00:00:00 2001 From: Joey Cozza Date: Tue, 18 Apr 2023 14:41:34 -0600 Subject: [PATCH 2/5] change url referencing a version 5.3 file to point to 5.3 branch --- MIGRATION.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MIGRATION.md b/MIGRATION.md index b7aab8c99dd0..d31969dbdc6d 100644 --- a/MIGRATION.md +++ b/MIGRATION.md @@ -2851,7 +2851,7 @@ npm install core-js@^3.0.1 --save-dev ### Args passed as first argument to story -Starting in 6.0, the first argument to a story function is an [Args object](https://storybook.js.org/docs/react/api/csf#args-story-inputs). In 5.3 and earlier, the first argument was a [StoryContext](https://github.com/storybookjs/storybook/blob/next/code/lib/addons/src/types.ts#L49-L61), and that context is now passed as the second argument by default. +Starting in 6.0, the first argument to a story function is an [Args object](https://storybook.js.org/docs/react/api/csf#args-story-inputs). In 5.3 and earlier, the first argument was a [StoryContext](https://github.com/storybookjs/storybook/blob/release/5.3/lib/addons/src/types.ts#L24-L31), and that context is now passed as the second argument by default. This breaking change only affects you if your stories actually use the context, which is not common. If you have any stories that use the context, you can either (1) update your stories, or (2) set a flag to opt-out of new behavior. From 344bd4547b9323bec36b086f51ba32be6ed81141 Mon Sep 17 00:00:00 2001 From: Joey Cozza Date: Fri, 21 Apr 2023 11:05:03 -0600 Subject: [PATCH 3/5] Update code/lib/manager-api/package.json Co-authored-by: Yann Braga --- code/lib/manager-api/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/lib/manager-api/package.json b/code/lib/manager-api/package.json index 48521c6cf44d..dadc9d40b520 100644 --- a/code/lib/manager-api/package.json +++ b/code/lib/manager-api/package.json @@ -12,7 +12,7 @@ "repository": { "type": "git", "url": "https://github.com/storybookjs/storybook.git", - "directory": "code/code/lib/manager-api" + "directory": "code/lib/manager-api" }, "funding": { "type": "opencollective", From 94b26d9ec2d80fff82d723457c98c2159df3aa18 Mon Sep 17 00:00:00 2001 From: Joey Cozza Date: Fri, 21 Apr 2023 11:05:14 -0600 Subject: [PATCH 4/5] Update code/lib/manager-api-shim/package.json Co-authored-by: Yann Braga --- code/lib/manager-api-shim/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/lib/manager-api-shim/package.json b/code/lib/manager-api-shim/package.json index 732e3bd45a2b..00a2af961be1 100644 --- a/code/lib/manager-api-shim/package.json +++ b/code/lib/manager-api-shim/package.json @@ -12,7 +12,7 @@ "repository": { "type": "git", "url": "https://github.com/storybookjs/storybook.git", - "directory": "code/code/lib/manager-api-shim" + "directory": "code/lib/manager-api-shim" }, "funding": { "type": "opencollective", From e409c85925f2d743f275a1905029f9ad8ab54018 Mon Sep 17 00:00:00 2001 From: Joey Cozza Date: Tue, 25 Apr 2023 13:23:03 -0600 Subject: [PATCH 5/5] point to next instead of main for github urls --- code/addons/a11y/package.json | 2 +- code/addons/actions/package.json | 2 +- code/addons/backgrounds/package.json | 2 +- code/addons/controls/package.json | 2 +- code/addons/docs/package.json | 2 +- code/addons/essentials/package.json | 2 +- code/addons/gfm/package.json | 2 +- code/addons/highlight/package.json | 2 +- code/addons/interactions/package.json | 2 +- code/addons/jest/package.json | 2 +- code/addons/links/package.json | 2 +- code/addons/measure/package.json | 2 +- code/addons/outline/package.json | 2 +- code/addons/storyshots-core/package.json | 2 +- code/addons/storyshots-puppeteer/package.json | 2 +- code/addons/storysource/package.json | 2 +- code/addons/toolbars/package.json | 2 +- code/addons/viewport/package.json | 2 +- code/frameworks/angular/package.json | 2 +- code/frameworks/ember/package.json | 2 +- code/frameworks/html-vite/package.json | 2 +- code/frameworks/html-webpack5/package.json | 2 +- code/frameworks/nextjs/package.json | 2 +- code/frameworks/preact-vite/package.json | 2 +- code/frameworks/preact-webpack5/package.json | 2 +- code/frameworks/react-vite/package.json | 2 +- code/frameworks/react-webpack5/package.json | 2 +- code/frameworks/server-webpack5/package.json | 2 +- code/frameworks/svelte-vite/package.json | 2 +- code/frameworks/svelte-webpack5/package.json | 2 +- code/frameworks/sveltekit/package.json | 2 +- code/frameworks/vue-vite/package.json | 2 +- code/frameworks/vue-webpack5/package.json | 2 +- code/frameworks/vue3-vite/package.json | 2 +- code/frameworks/vue3-webpack5/package.json | 2 +- code/frameworks/web-components-vite/package.json | 2 +- code/frameworks/web-components-webpack5/package.json | 2 +- code/lib/addons/package.json | 2 +- code/lib/builder-manager/package.json | 2 +- code/lib/builder-vite/package.json | 2 +- code/lib/builder-webpack5/package.json | 2 +- code/lib/channel-postmessage/package.json | 2 +- code/lib/channel-websocket/package.json | 2 +- code/lib/channels/package.json | 2 +- code/lib/cli-sb/package.json | 2 +- code/lib/cli-storybook/package.json | 2 +- code/lib/cli/package.json | 2 +- code/lib/client-api/package.json | 2 +- code/lib/client-logger/package.json | 2 +- code/lib/codemod/package.json | 2 +- code/lib/core-client/package.json | 2 +- code/lib/core-common/package.json | 2 +- code/lib/core-events/package.json | 2 +- code/lib/core-server/package.json | 2 +- code/lib/core-webpack/package.json | 2 +- code/lib/csf-plugin/package.json | 2 +- code/lib/csf-tools/package.json | 2 +- code/lib/docs-tools/package.json | 2 +- code/lib/instrumenter/package.json | 2 +- code/lib/manager-api-shim/package.json | 2 +- code/lib/manager-api/package.json | 2 +- code/lib/node-logger/package.json | 2 +- code/lib/postinstall/package.json | 2 +- code/lib/preview-api/package.json | 2 +- code/lib/preview-web/package.json | 2 +- code/lib/preview/package.json | 2 +- code/lib/react-dom-shim/package.json | 2 +- code/lib/router/package.json | 2 +- code/lib/source-loader/package.json | 2 +- code/lib/store/package.json | 2 +- code/lib/telemetry/package.json | 2 +- code/lib/theming/package.json | 2 +- code/lib/types/package.json | 2 +- code/presets/create-react-app/package.json | 2 +- code/presets/html-webpack/package.json | 2 +- code/presets/preact-webpack/package.json | 2 +- code/presets/react-webpack/package.json | 2 +- code/presets/server-webpack/README.md | 2 +- code/presets/server-webpack/package.json | 2 +- code/presets/svelte-webpack/package.json | 2 +- code/presets/vue-webpack/package.json | 2 +- code/presets/vue3-webpack/package.json | 2 +- code/presets/web-components-webpack/package.json | 2 +- code/renderers/html/package.json | 2 +- code/renderers/preact/package.json | 2 +- code/renderers/react/package.json | 2 +- code/renderers/server/package.json | 2 +- code/renderers/svelte/package.json | 2 +- code/renderers/vue/package.json | 2 +- code/renderers/vue3/package.json | 2 +- code/renderers/web-components/package.json | 2 +- code/ui/blocks/package.json | 2 +- code/ui/components/package.json | 2 +- code/ui/manager/package.json | 2 +- docs/writing-tests/visual-testing.md | 2 +- 95 files changed, 95 insertions(+), 95 deletions(-) diff --git a/code/addons/a11y/package.json b/code/addons/a11y/package.json index b5dbbb431dba..bdd6d1493b0e 100644 --- a/code/addons/a11y/package.json +++ b/code/addons/a11y/package.json @@ -11,7 +11,7 @@ "verify", "test" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/code/addons/a11y", + "homepage": "https://github.com/storybookjs/storybook/tree/next/code/addons/a11y", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, diff --git a/code/addons/actions/package.json b/code/addons/actions/package.json index d7276e490e32..81b23c9775cb 100644 --- a/code/addons/actions/package.json +++ b/code/addons/actions/package.json @@ -7,7 +7,7 @@ "essentials", "data-state" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/code/addons/actions", + "homepage": "https://github.com/storybookjs/storybook/tree/next/code/addons/actions", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, diff --git a/code/addons/backgrounds/package.json b/code/addons/backgrounds/package.json index a7325ac1bfe5..de581f1b0d35 100644 --- a/code/addons/backgrounds/package.json +++ b/code/addons/backgrounds/package.json @@ -10,7 +10,7 @@ "essentials", "design" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/code/addons/backgrounds", + "homepage": "https://github.com/storybookjs/storybook/tree/next/code/addons/backgrounds", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, diff --git a/code/addons/controls/package.json b/code/addons/controls/package.json index 10c25055ef40..21ccb69385fc 100644 --- a/code/addons/controls/package.json +++ b/code/addons/controls/package.json @@ -11,7 +11,7 @@ "essentials", "data-state" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/code/addons/controls", + "homepage": "https://github.com/storybookjs/storybook/tree/next/code/addons/controls", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, diff --git a/code/addons/docs/package.json b/code/addons/docs/package.json index 5ae9d0701a46..a07158c1853f 100644 --- a/code/addons/docs/package.json +++ b/code/addons/docs/package.json @@ -10,7 +10,7 @@ "essentials", "organize" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/code/addons/docs", + "homepage": "https://github.com/storybookjs/storybook/tree/next/code/addons/docs", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, diff --git a/code/addons/essentials/package.json b/code/addons/essentials/package.json index 3b4d745b51b8..d637ccdddeda 100644 --- a/code/addons/essentials/package.json +++ b/code/addons/essentials/package.json @@ -7,7 +7,7 @@ "essentials", "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/code/addons/essentials", + "homepage": "https://github.com/storybookjs/storybook/tree/next/code/addons/essentials", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, diff --git a/code/addons/gfm/package.json b/code/addons/gfm/package.json index b6751df7d7a5..6f884b2abe9d 100644 --- a/code/addons/gfm/package.json +++ b/code/addons/gfm/package.json @@ -10,7 +10,7 @@ "tables", "links" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/code/addons/gfm", + "homepage": "https://github.com/storybookjs/storybook/tree/next/code/addons/gfm", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, diff --git a/code/addons/highlight/package.json b/code/addons/highlight/package.json index 443f1b843ea2..dbe87c9b5afc 100644 --- a/code/addons/highlight/package.json +++ b/code/addons/highlight/package.json @@ -8,7 +8,7 @@ "style", "appearance" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/code/addons/highlight", + "homepage": "https://github.com/storybookjs/storybook/tree/next/code/addons/highlight", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, diff --git a/code/addons/interactions/package.json b/code/addons/interactions/package.json index c0ebee9fa382..cabb48e8badb 100644 --- a/code/addons/interactions/package.json +++ b/code/addons/interactions/package.json @@ -7,7 +7,7 @@ "data-state", "test" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/code/addons/interactions", + "homepage": "https://github.com/storybookjs/storybook/tree/next/code/addons/interactions", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, diff --git a/code/addons/jest/package.json b/code/addons/jest/package.json index 4064fa43983a..223e3173b769 100644 --- a/code/addons/jest/package.json +++ b/code/addons/jest/package.json @@ -12,7 +12,7 @@ "unit-testing", "test" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/code/addons/jest", + "homepage": "https://github.com/storybookjs/storybook/tree/next/code/addons/jest", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, diff --git a/code/addons/links/package.json b/code/addons/links/package.json index 235bdd364cc2..8ce573413f2d 100644 --- a/code/addons/links/package.json +++ b/code/addons/links/package.json @@ -7,7 +7,7 @@ "storybook", "organize" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/code/addons/links", + "homepage": "https://github.com/storybookjs/storybook/tree/next/code/addons/links", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, diff --git a/code/addons/measure/package.json b/code/addons/measure/package.json index 6a4aaa9fc135..bc5a25e7cfa9 100644 --- a/code/addons/measure/package.json +++ b/code/addons/measure/package.json @@ -9,7 +9,7 @@ "CSS", "design" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/code/addons/measure", + "homepage": "https://github.com/storybookjs/storybook/tree/next/code/addons/measure", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, diff --git a/code/addons/outline/package.json b/code/addons/outline/package.json index 2dcdcb5c31e7..eb2236ff5ff8 100644 --- a/code/addons/outline/package.json +++ b/code/addons/outline/package.json @@ -12,7 +12,7 @@ "storybook-addon", "style" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/code/addons/outline", + "homepage": "https://github.com/storybookjs/storybook/tree/next/code/addons/outline", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, diff --git a/code/addons/storyshots-core/package.json b/code/addons/storyshots-core/package.json index dde67c806386..b429f64e8981 100644 --- a/code/addons/storyshots-core/package.json +++ b/code/addons/storyshots-core/package.json @@ -7,7 +7,7 @@ "storybook", "test" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/code/addons/storyshots-core", + "homepage": "https://github.com/storybookjs/storybook/tree/next/code/addons/storyshots-core", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, diff --git a/code/addons/storyshots-puppeteer/package.json b/code/addons/storyshots-puppeteer/package.json index e97129a5c390..25f56b83358a 100644 --- a/code/addons/storyshots-puppeteer/package.json +++ b/code/addons/storyshots-puppeteer/package.json @@ -6,7 +6,7 @@ "addon", "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/code/addons/storyshots-puppeteer", + "homepage": "https://github.com/storybookjs/storybook/tree/next/code/addons/storyshots-puppeteer", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, diff --git a/code/addons/storysource/package.json b/code/addons/storysource/package.json index fbe7cc674c01..f9647683ad9f 100644 --- a/code/addons/storysource/package.json +++ b/code/addons/storysource/package.json @@ -7,7 +7,7 @@ "storybook", "code" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/code/addons/storysource", + "homepage": "https://github.com/storybookjs/storybook/tree/next/code/addons/storysource", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, diff --git a/code/addons/toolbars/package.json b/code/addons/toolbars/package.json index 7561aad6d74a..13d99ead0aa2 100644 --- a/code/addons/toolbars/package.json +++ b/code/addons/toolbars/package.json @@ -11,7 +11,7 @@ "test", "essentials" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/code/addons/toolbars", + "homepage": "https://github.com/storybookjs/storybook/tree/next/code/addons/toolbars", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, diff --git a/code/addons/viewport/package.json b/code/addons/viewport/package.json index a86b4d0f693d..234389794763 100644 --- a/code/addons/viewport/package.json +++ b/code/addons/viewport/package.json @@ -8,7 +8,7 @@ "style", "essentials" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/code/addons/viewport", + "homepage": "https://github.com/storybookjs/storybook/tree/next/code/addons/viewport", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, diff --git a/code/frameworks/angular/package.json b/code/frameworks/angular/package.json index dd2efec3f7f0..5e34d026f90b 100644 --- a/code/frameworks/angular/package.json +++ b/code/frameworks/angular/package.json @@ -6,7 +6,7 @@ "storybook", "angular" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/code/frameworks/angular", + "homepage": "https://github.com/storybookjs/storybook/tree/next/code/frameworks/angular", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, diff --git a/code/frameworks/ember/package.json b/code/frameworks/ember/package.json index 74c0610fa9e6..38c485b3c70f 100644 --- a/code/frameworks/ember/package.json +++ b/code/frameworks/ember/package.json @@ -2,7 +2,7 @@ "name": "@storybook/ember", "version": "7.1.0-alpha.7", "description": "Storybook for Ember: Develop Ember Component in isolation with Hot Reloading.", - "homepage": "https://github.com/storybookjs/storybook/tree/main/code/frameworks/ember", + "homepage": "https://github.com/storybookjs/storybook/tree/next/code/frameworks/ember", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, diff --git a/code/frameworks/html-vite/package.json b/code/frameworks/html-vite/package.json index 396f5b9d7fb9..9d378c87dcd9 100644 --- a/code/frameworks/html-vite/package.json +++ b/code/frameworks/html-vite/package.json @@ -5,7 +5,7 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/code/frameworks/html-vite", + "homepage": "https://github.com/storybookjs/storybook/tree/next/code/frameworks/html-vite", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, diff --git a/code/frameworks/html-webpack5/package.json b/code/frameworks/html-webpack5/package.json index cfbce0b14375..2774608b5a51 100644 --- a/code/frameworks/html-webpack5/package.json +++ b/code/frameworks/html-webpack5/package.json @@ -5,7 +5,7 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/code/frameworks/html-webpack5", + "homepage": "https://github.com/storybookjs/storybook/tree/next/code/frameworks/html-webpack5", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, diff --git a/code/frameworks/nextjs/package.json b/code/frameworks/nextjs/package.json index 58844eea1ded..64413b4d42d5 100644 --- a/code/frameworks/nextjs/package.json +++ b/code/frameworks/nextjs/package.json @@ -6,7 +6,7 @@ "storybook", "nextjs" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/code/frameworks/nextjs", + "homepage": "https://github.com/storybookjs/storybook/tree/next/code/frameworks/nextjs", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, diff --git a/code/frameworks/preact-vite/package.json b/code/frameworks/preact-vite/package.json index 18ca58275f88..fc9c020a25b1 100644 --- a/code/frameworks/preact-vite/package.json +++ b/code/frameworks/preact-vite/package.json @@ -5,7 +5,7 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/code/frameworks/preact-vite", + "homepage": "https://github.com/storybookjs/storybook/tree/next/code/frameworks/preact-vite", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, diff --git a/code/frameworks/preact-webpack5/package.json b/code/frameworks/preact-webpack5/package.json index 51873f8c44da..295bd2d0933a 100644 --- a/code/frameworks/preact-webpack5/package.json +++ b/code/frameworks/preact-webpack5/package.json @@ -5,7 +5,7 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/code/frameworks/preact-webpack5", + "homepage": "https://github.com/storybookjs/storybook/tree/next/code/frameworks/preact-webpack5", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, diff --git a/code/frameworks/react-vite/package.json b/code/frameworks/react-vite/package.json index 79fd9025bb1a..42b5921a6daa 100644 --- a/code/frameworks/react-vite/package.json +++ b/code/frameworks/react-vite/package.json @@ -5,7 +5,7 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/code/frameworks/react-vite", + "homepage": "https://github.com/storybookjs/storybook/tree/next/code/frameworks/react-vite", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, diff --git a/code/frameworks/react-webpack5/package.json b/code/frameworks/react-webpack5/package.json index 22d23e58dde0..bd2d7a081af6 100644 --- a/code/frameworks/react-webpack5/package.json +++ b/code/frameworks/react-webpack5/package.json @@ -5,7 +5,7 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/code/frameworks/react-webpack5", + "homepage": "https://github.com/storybookjs/storybook/tree/next/code/frameworks/react-webpack5", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, diff --git a/code/frameworks/server-webpack5/package.json b/code/frameworks/server-webpack5/package.json index 12e538269fa9..7ad36df77552 100644 --- a/code/frameworks/server-webpack5/package.json +++ b/code/frameworks/server-webpack5/package.json @@ -5,7 +5,7 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/code/frameworks/server-webpack5", + "homepage": "https://github.com/storybookjs/storybook/tree/next/code/frameworks/server-webpack5", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, diff --git a/code/frameworks/svelte-vite/package.json b/code/frameworks/svelte-vite/package.json index 9d482ba17a9e..cdd78dd041e6 100644 --- a/code/frameworks/svelte-vite/package.json +++ b/code/frameworks/svelte-vite/package.json @@ -5,7 +5,7 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/code/frameworks/svelte-vite", + "homepage": "https://github.com/storybookjs/storybook/tree/next/code/frameworks/svelte-vite", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, diff --git a/code/frameworks/svelte-webpack5/package.json b/code/frameworks/svelte-webpack5/package.json index 83947488f358..00616ee6c99b 100644 --- a/code/frameworks/svelte-webpack5/package.json +++ b/code/frameworks/svelte-webpack5/package.json @@ -5,7 +5,7 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/code/frameworks/svelte-webpack5", + "homepage": "https://github.com/storybookjs/storybook/tree/next/code/frameworks/svelte-webpack5", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, diff --git a/code/frameworks/sveltekit/package.json b/code/frameworks/sveltekit/package.json index 2b9a29ec0e4e..21b3277ddb5a 100644 --- a/code/frameworks/sveltekit/package.json +++ b/code/frameworks/sveltekit/package.json @@ -8,7 +8,7 @@ "sveltekit", "svelte-kit" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/code/frameworks/sveltekit", + "homepage": "https://github.com/storybookjs/storybook/tree/next/code/frameworks/sveltekit", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, diff --git a/code/frameworks/vue-vite/package.json b/code/frameworks/vue-vite/package.json index 50eb1f8e51fb..f9398516bdbd 100644 --- a/code/frameworks/vue-vite/package.json +++ b/code/frameworks/vue-vite/package.json @@ -5,7 +5,7 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/code/frameworks/vue-vite", + "homepage": "https://github.com/storybookjs/storybook/tree/next/code/frameworks/vue-vite", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, diff --git a/code/frameworks/vue-webpack5/package.json b/code/frameworks/vue-webpack5/package.json index af897cbef670..19e1e7e1c8c1 100644 --- a/code/frameworks/vue-webpack5/package.json +++ b/code/frameworks/vue-webpack5/package.json @@ -5,7 +5,7 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/code/frameworks/vue-webpack5", + "homepage": "https://github.com/storybookjs/storybook/tree/next/code/frameworks/vue-webpack5", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, diff --git a/code/frameworks/vue3-vite/package.json b/code/frameworks/vue3-vite/package.json index f4faf53371ef..631dd3d19fe1 100644 --- a/code/frameworks/vue3-vite/package.json +++ b/code/frameworks/vue3-vite/package.json @@ -5,7 +5,7 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/code/frameworks/vue3-vite", + "homepage": "https://github.com/storybookjs/storybook/tree/next/code/frameworks/vue3-vite", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, diff --git a/code/frameworks/vue3-webpack5/package.json b/code/frameworks/vue3-webpack5/package.json index 2b82c144614a..572864db4978 100644 --- a/code/frameworks/vue3-webpack5/package.json +++ b/code/frameworks/vue3-webpack5/package.json @@ -5,7 +5,7 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/code/frameworks/vue3-webpack5", + "homepage": "https://github.com/storybookjs/storybook/tree/next/code/frameworks/vue3-webpack5", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, diff --git a/code/frameworks/web-components-vite/package.json b/code/frameworks/web-components-vite/package.json index ee081e308f02..c384707e6c14 100644 --- a/code/frameworks/web-components-vite/package.json +++ b/code/frameworks/web-components-vite/package.json @@ -5,7 +5,7 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/code/frameworks/web-components-vite", + "homepage": "https://github.com/storybookjs/storybook/tree/next/code/frameworks/web-components-vite", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, diff --git a/code/frameworks/web-components-webpack5/package.json b/code/frameworks/web-components-webpack5/package.json index d86df86874b3..38d3c36c54d3 100644 --- a/code/frameworks/web-components-webpack5/package.json +++ b/code/frameworks/web-components-webpack5/package.json @@ -8,7 +8,7 @@ "storybook", "web-components" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/code/frameworks/web-components-webpack5", + "homepage": "https://github.com/storybookjs/storybook/tree/next/code/frameworks/web-components-webpack5", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, diff --git a/code/lib/addons/package.json b/code/lib/addons/package.json index 74f9f8b9e249..e9c0901b9279 100644 --- a/code/lib/addons/package.json +++ b/code/lib/addons/package.json @@ -5,7 +5,7 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/code/lib/addons", + "homepage": "https://github.com/storybookjs/storybook/tree/next/code/lib/addons", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, diff --git a/code/lib/builder-manager/package.json b/code/lib/builder-manager/package.json index 1129cf7fe95b..a2ea75ebea72 100644 --- a/code/lib/builder-manager/package.json +++ b/code/lib/builder-manager/package.json @@ -5,7 +5,7 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/code/lib/builder-manager", + "homepage": "https://github.com/storybookjs/storybook/tree/next/code/lib/builder-manager", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, diff --git a/code/lib/builder-vite/package.json b/code/lib/builder-vite/package.json index 37d2e8df48d8..c8ed6b4639f6 100644 --- a/code/lib/builder-vite/package.json +++ b/code/lib/builder-vite/package.json @@ -2,7 +2,7 @@ "name": "@storybook/builder-vite", "version": "7.1.0-alpha.7", "description": "A plugin to run and build Storybooks with Vite", - "homepage": "https://github.com/storybookjs/storybook/tree/main/code/lib/builder-vite/#readme", + "homepage": "https://github.com/storybookjs/storybook/tree/next/code/lib/builder-vite/#readme", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, diff --git a/code/lib/builder-webpack5/package.json b/code/lib/builder-webpack5/package.json index 47f8eaf148da..cef53fe2f2b9 100644 --- a/code/lib/builder-webpack5/package.json +++ b/code/lib/builder-webpack5/package.json @@ -5,7 +5,7 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/code/lib/builder-webpack5", + "homepage": "https://github.com/storybookjs/storybook/tree/next/code/lib/builder-webpack5", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, diff --git a/code/lib/channel-postmessage/package.json b/code/lib/channel-postmessage/package.json index a4b83c46defe..59157042d6c3 100644 --- a/code/lib/channel-postmessage/package.json +++ b/code/lib/channel-postmessage/package.json @@ -5,7 +5,7 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/code/lib/channel-postmessage", + "homepage": "https://github.com/storybookjs/storybook/tree/next/code/lib/channel-postmessage", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, diff --git a/code/lib/channel-websocket/package.json b/code/lib/channel-websocket/package.json index f5b380e3114a..9e29edc19d38 100644 --- a/code/lib/channel-websocket/package.json +++ b/code/lib/channel-websocket/package.json @@ -5,7 +5,7 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/code/lib/channel-websocket", + "homepage": "https://github.com/storybookjs/storybook/tree/next/code/lib/channel-websocket", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, diff --git a/code/lib/channels/package.json b/code/lib/channels/package.json index d1323e528d30..67c0ea27db4b 100644 --- a/code/lib/channels/package.json +++ b/code/lib/channels/package.json @@ -5,7 +5,7 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/code/lib/channels", + "homepage": "https://github.com/storybookjs/storybook/tree/next/code/lib/channels", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, diff --git a/code/lib/cli-sb/package.json b/code/lib/cli-sb/package.json index 64feabfca307..b77e81ec4e6a 100644 --- a/code/lib/cli-sb/package.json +++ b/code/lib/cli-sb/package.json @@ -5,7 +5,7 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/code/lib/cli", + "homepage": "https://github.com/storybookjs/storybook/tree/next/code/lib/cli", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, diff --git a/code/lib/cli-storybook/package.json b/code/lib/cli-storybook/package.json index bfd244576ca4..3d0a652752aa 100644 --- a/code/lib/cli-storybook/package.json +++ b/code/lib/cli-storybook/package.json @@ -5,7 +5,7 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/code/lib/cli", + "homepage": "https://github.com/storybookjs/storybook/tree/next/code/lib/cli", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, diff --git a/code/lib/cli/package.json b/code/lib/cli/package.json index 7daac69b01e6..c4d9ebeea7ad 100644 --- a/code/lib/cli/package.json +++ b/code/lib/cli/package.json @@ -7,7 +7,7 @@ "generator", "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/code/lib/cli", + "homepage": "https://github.com/storybookjs/storybook/tree/next/code/lib/cli", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, diff --git a/code/lib/client-api/package.json b/code/lib/client-api/package.json index 97ee07348281..15d070dafdd2 100644 --- a/code/lib/client-api/package.json +++ b/code/lib/client-api/package.json @@ -5,7 +5,7 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/code/lib/client-api", + "homepage": "https://github.com/storybookjs/storybook/tree/next/code/lib/client-api", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, diff --git a/code/lib/client-logger/package.json b/code/lib/client-logger/package.json index bded45aaadb8..ba13194aeb39 100644 --- a/code/lib/client-logger/package.json +++ b/code/lib/client-logger/package.json @@ -5,7 +5,7 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/code/lib/client-logger", + "homepage": "https://github.com/storybookjs/storybook/tree/next/code/lib/client-logger", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, diff --git a/code/lib/codemod/package.json b/code/lib/codemod/package.json index 4299a6dce85b..d4fa497a02c1 100644 --- a/code/lib/codemod/package.json +++ b/code/lib/codemod/package.json @@ -5,7 +5,7 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/code/lib/codemod", + "homepage": "https://github.com/storybookjs/storybook/tree/next/code/lib/codemod", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, diff --git a/code/lib/core-client/package.json b/code/lib/core-client/package.json index 28013244175c..63725eb4bcf8 100644 --- a/code/lib/core-client/package.json +++ b/code/lib/core-client/package.json @@ -5,7 +5,7 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/code/lib/core-client", + "homepage": "https://github.com/storybookjs/storybook/tree/next/code/lib/core-client", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, diff --git a/code/lib/core-common/package.json b/code/lib/core-common/package.json index 2ba19415347e..c25bd335e72d 100644 --- a/code/lib/core-common/package.json +++ b/code/lib/core-common/package.json @@ -5,7 +5,7 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/code/lib/core-common", + "homepage": "https://github.com/storybookjs/storybook/tree/next/code/lib/core-common", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, diff --git a/code/lib/core-events/package.json b/code/lib/core-events/package.json index 4825251e9aa7..6c7f2aaf447b 100644 --- a/code/lib/core-events/package.json +++ b/code/lib/core-events/package.json @@ -5,7 +5,7 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/code/lib/core-events", + "homepage": "https://github.com/storybookjs/storybook/tree/next/code/lib/core-events", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, diff --git a/code/lib/core-server/package.json b/code/lib/core-server/package.json index 054bc3ce3a9f..9a3f529e24bb 100644 --- a/code/lib/core-server/package.json +++ b/code/lib/core-server/package.json @@ -5,7 +5,7 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/code/lib/core-server", + "homepage": "https://github.com/storybookjs/storybook/tree/next/code/lib/core-server", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, diff --git a/code/lib/core-webpack/package.json b/code/lib/core-webpack/package.json index 4af0ea55ea6a..b573a15789fb 100644 --- a/code/lib/core-webpack/package.json +++ b/code/lib/core-webpack/package.json @@ -5,7 +5,7 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/code/lib/core-webpack", + "homepage": "https://github.com/storybookjs/storybook/tree/next/code/lib/core-webpack", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, diff --git a/code/lib/csf-plugin/package.json b/code/lib/csf-plugin/package.json index 34701bc44431..521a6da97400 100644 --- a/code/lib/csf-plugin/package.json +++ b/code/lib/csf-plugin/package.json @@ -5,7 +5,7 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/code/lib/csf-plugin", + "homepage": "https://github.com/storybookjs/storybook/tree/next/code/lib/csf-plugin", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, diff --git a/code/lib/csf-tools/package.json b/code/lib/csf-tools/package.json index 6e9d6ac6fb7d..4c8e0bb0fad5 100644 --- a/code/lib/csf-tools/package.json +++ b/code/lib/csf-tools/package.json @@ -5,7 +5,7 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/code/lib/csf-tools", + "homepage": "https://github.com/storybookjs/storybook/tree/next/code/lib/csf-tools", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, diff --git a/code/lib/docs-tools/package.json b/code/lib/docs-tools/package.json index 5ec1979b2a90..b3a207c88aec 100644 --- a/code/lib/docs-tools/package.json +++ b/code/lib/docs-tools/package.json @@ -5,7 +5,7 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/code/lib/docs-tools", + "homepage": "https://github.com/storybookjs/storybook/tree/next/code/lib/docs-tools", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, diff --git a/code/lib/instrumenter/package.json b/code/lib/instrumenter/package.json index 472271874019..decc8ea13876 100644 --- a/code/lib/instrumenter/package.json +++ b/code/lib/instrumenter/package.json @@ -5,7 +5,7 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/code/lib/instrumenter", + "homepage": "https://github.com/storybookjs/storybook/tree/next/code/lib/instrumenter", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, diff --git a/code/lib/manager-api-shim/package.json b/code/lib/manager-api-shim/package.json index 00a2af961be1..bc1fc15ada6f 100644 --- a/code/lib/manager-api-shim/package.json +++ b/code/lib/manager-api-shim/package.json @@ -5,7 +5,7 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/code/lib/api", + "homepage": "https://github.com/storybookjs/storybook/tree/next/code/lib/api", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, diff --git a/code/lib/manager-api/package.json b/code/lib/manager-api/package.json index dadc9d40b520..53a16691e60b 100644 --- a/code/lib/manager-api/package.json +++ b/code/lib/manager-api/package.json @@ -5,7 +5,7 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/code/lib/manager-api", + "homepage": "https://github.com/storybookjs/storybook/tree/next/code/lib/manager-api", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, diff --git a/code/lib/node-logger/package.json b/code/lib/node-logger/package.json index dfc9c9f0f2b8..d3341a7df093 100644 --- a/code/lib/node-logger/package.json +++ b/code/lib/node-logger/package.json @@ -5,7 +5,7 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/code/lib/node-logger", + "homepage": "https://github.com/storybookjs/storybook/tree/next/code/lib/node-logger", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, diff --git a/code/lib/postinstall/package.json b/code/lib/postinstall/package.json index 6150a7b619db..89267050ecff 100644 --- a/code/lib/postinstall/package.json +++ b/code/lib/postinstall/package.json @@ -6,7 +6,7 @@ "api", "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/code/lib/postinstall", + "homepage": "https://github.com/storybookjs/storybook/tree/next/code/lib/postinstall", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, diff --git a/code/lib/preview-api/package.json b/code/lib/preview-api/package.json index 57942b8c4047..ebcbb21a8da4 100644 --- a/code/lib/preview-api/package.json +++ b/code/lib/preview-api/package.json @@ -5,7 +5,7 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/code/lib/preview-api", + "homepage": "https://github.com/storybookjs/storybook/tree/next/code/lib/preview-api", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, diff --git a/code/lib/preview-web/package.json b/code/lib/preview-web/package.json index 39a283efd4f7..9f464e97ec9c 100644 --- a/code/lib/preview-web/package.json +++ b/code/lib/preview-web/package.json @@ -5,7 +5,7 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/code/lib/preview-web", + "homepage": "https://github.com/storybookjs/storybook/tree/next/code/lib/preview-web", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, diff --git a/code/lib/preview/package.json b/code/lib/preview/package.json index ccbc6eec3a54..f25c7a02540f 100644 --- a/code/lib/preview/package.json +++ b/code/lib/preview/package.json @@ -5,7 +5,7 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/code/lib/preview", + "homepage": "https://github.com/storybookjs/storybook/tree/next/code/lib/preview", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, diff --git a/code/lib/react-dom-shim/package.json b/code/lib/react-dom-shim/package.json index 235357504380..616a1823525d 100644 --- a/code/lib/react-dom-shim/package.json +++ b/code/lib/react-dom-shim/package.json @@ -5,7 +5,7 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/code/lib/react-dom-shim", + "homepage": "https://github.com/storybookjs/storybook/tree/next/code/lib/react-dom-shim", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, diff --git a/code/lib/router/package.json b/code/lib/router/package.json index d3e399fbb861..de09c6380bf4 100644 --- a/code/lib/router/package.json +++ b/code/lib/router/package.json @@ -5,7 +5,7 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/code/lib/router", + "homepage": "https://github.com/storybookjs/storybook/tree/next/code/lib/router", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, diff --git a/code/lib/source-loader/package.json b/code/lib/source-loader/package.json index 9089ba01c114..3c8c69e7da6d 100644 --- a/code/lib/source-loader/package.json +++ b/code/lib/source-loader/package.json @@ -6,7 +6,7 @@ "lib", "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/code/lib/source-loader", + "homepage": "https://github.com/storybookjs/storybook/tree/next/code/lib/source-loader", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, diff --git a/code/lib/store/package.json b/code/lib/store/package.json index a8f0c3649b44..1927be02f4a1 100644 --- a/code/lib/store/package.json +++ b/code/lib/store/package.json @@ -5,7 +5,7 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/code/lib/store", + "homepage": "https://github.com/storybookjs/storybook/tree/next/code/lib/store", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, diff --git a/code/lib/telemetry/package.json b/code/lib/telemetry/package.json index d50b06ea41f1..b19961d7e106 100644 --- a/code/lib/telemetry/package.json +++ b/code/lib/telemetry/package.json @@ -5,7 +5,7 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/code/lib/telemetry", + "homepage": "https://github.com/storybookjs/storybook/tree/next/code/lib/telemetry", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, diff --git a/code/lib/theming/package.json b/code/lib/theming/package.json index 6bccf54e56e0..8cdc526d5513 100644 --- a/code/lib/theming/package.json +++ b/code/lib/theming/package.json @@ -5,7 +5,7 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/code/lib/theming", + "homepage": "https://github.com/storybookjs/storybook/tree/next/code/lib/theming", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, diff --git a/code/lib/types/package.json b/code/lib/types/package.json index ffa41cb469e9..55c51a377785 100644 --- a/code/lib/types/package.json +++ b/code/lib/types/package.json @@ -5,7 +5,7 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/code/lib/types", + "homepage": "https://github.com/storybookjs/storybook/tree/next/code/lib/types", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, diff --git a/code/presets/create-react-app/package.json b/code/presets/create-react-app/package.json index 34bb75eae0f7..e83e518a60ae 100644 --- a/code/presets/create-react-app/package.json +++ b/code/presets/create-react-app/package.json @@ -5,7 +5,7 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/code/presets/create-react-app", + "homepage": "https://github.com/storybookjs/storybook/tree/next/code/presets/create-react-app", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, diff --git a/code/presets/html-webpack/package.json b/code/presets/html-webpack/package.json index a8bd20c8c5b3..e41f0c4f70b8 100644 --- a/code/presets/html-webpack/package.json +++ b/code/presets/html-webpack/package.json @@ -5,7 +5,7 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/code/presets/html-webpack", + "homepage": "https://github.com/storybookjs/storybook/tree/next/code/presets/html-webpack", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, diff --git a/code/presets/preact-webpack/package.json b/code/presets/preact-webpack/package.json index 9f98e4751272..9eedeaae9f65 100644 --- a/code/presets/preact-webpack/package.json +++ b/code/presets/preact-webpack/package.json @@ -5,7 +5,7 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/code/presets/preact-webpack", + "homepage": "https://github.com/storybookjs/storybook/tree/next/code/presets/preact-webpack", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, diff --git a/code/presets/react-webpack/package.json b/code/presets/react-webpack/package.json index 930c0d90cd21..9aa2729ebf09 100644 --- a/code/presets/react-webpack/package.json +++ b/code/presets/react-webpack/package.json @@ -5,7 +5,7 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/code/presets/react-webpack", + "homepage": "https://github.com/storybookjs/storybook/tree/next/code/presets/react-webpack", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, diff --git a/code/presets/server-webpack/README.md b/code/presets/server-webpack/README.md index cb5d9ae02fdb..6ec71da73371 100644 --- a/code/presets/server-webpack/README.md +++ b/code/presets/server-webpack/README.md @@ -3,4 +3,4 @@ This package is a [preset](https://storybook.js.org/docs/react/addons/writing-presets#presets-api) that configures Storybook's webpack settings for handling React. It's an internal package that's not intended to be used directly by users. -- More info on [Storybook for Server](https://github.com/storybookjs/storybook/tree/main/code/frameworks/server-webpack5) +- More info on [Storybook for Server](https://github.com/storybookjs/storybook/tree/next/code/frameworks/server-webpack5) diff --git a/code/presets/server-webpack/package.json b/code/presets/server-webpack/package.json index 7f3fb79c288c..44965245e133 100644 --- a/code/presets/server-webpack/package.json +++ b/code/presets/server-webpack/package.json @@ -5,7 +5,7 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/code/presets/server-webpack", + "homepage": "https://github.com/storybookjs/storybook/tree/next/code/presets/server-webpack", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, diff --git a/code/presets/svelte-webpack/package.json b/code/presets/svelte-webpack/package.json index 814db6401144..814cdefc58d0 100644 --- a/code/presets/svelte-webpack/package.json +++ b/code/presets/svelte-webpack/package.json @@ -5,7 +5,7 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/code/presets/svelte-webpack", + "homepage": "https://github.com/storybookjs/storybook/tree/next/code/presets/svelte-webpack", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, diff --git a/code/presets/vue-webpack/package.json b/code/presets/vue-webpack/package.json index 69d122b9842f..4c6d8b75f2f3 100644 --- a/code/presets/vue-webpack/package.json +++ b/code/presets/vue-webpack/package.json @@ -5,7 +5,7 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/code/presets/vue-webpack", + "homepage": "https://github.com/storybookjs/storybook/tree/next/code/presets/vue-webpack", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, diff --git a/code/presets/vue3-webpack/package.json b/code/presets/vue3-webpack/package.json index f52fbbd551d7..0cfaa471f247 100644 --- a/code/presets/vue3-webpack/package.json +++ b/code/presets/vue3-webpack/package.json @@ -5,7 +5,7 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/code/presets/vue3-webpack", + "homepage": "https://github.com/storybookjs/storybook/tree/next/code/presets/vue3-webpack", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, diff --git a/code/presets/web-components-webpack/package.json b/code/presets/web-components-webpack/package.json index b87e6a5500e8..7d6d743f89fe 100644 --- a/code/presets/web-components-webpack/package.json +++ b/code/presets/web-components-webpack/package.json @@ -8,7 +8,7 @@ "storybook", "web-components" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/code/presets/web-components-webpack", + "homepage": "https://github.com/storybookjs/storybook/tree/next/code/presets/web-components-webpack", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, diff --git a/code/renderers/html/package.json b/code/renderers/html/package.json index 8a2d2fdd54a2..c6bff22296bd 100644 --- a/code/renderers/html/package.json +++ b/code/renderers/html/package.json @@ -5,7 +5,7 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/code/renderers/html", + "homepage": "https://github.com/storybookjs/storybook/tree/next/code/renderers/html", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, diff --git a/code/renderers/preact/package.json b/code/renderers/preact/package.json index 3630f1ce3030..37dfcdaee27d 100644 --- a/code/renderers/preact/package.json +++ b/code/renderers/preact/package.json @@ -5,7 +5,7 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/code/renderers/preact", + "homepage": "https://github.com/storybookjs/storybook/tree/next/code/renderers/preact", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, diff --git a/code/renderers/react/package.json b/code/renderers/react/package.json index 9f9025077ad0..de7ef31cc917 100644 --- a/code/renderers/react/package.json +++ b/code/renderers/react/package.json @@ -5,7 +5,7 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/code/renderers/react", + "homepage": "https://github.com/storybookjs/storybook/tree/next/code/renderers/react", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, diff --git a/code/renderers/server/package.json b/code/renderers/server/package.json index e67ab21c48fb..c185f7ef5c0a 100644 --- a/code/renderers/server/package.json +++ b/code/renderers/server/package.json @@ -5,7 +5,7 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/code/renderers/server", + "homepage": "https://github.com/storybookjs/storybook/tree/next/code/renderers/server", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, diff --git a/code/renderers/svelte/package.json b/code/renderers/svelte/package.json index a8d9353f3cce..591ba4a58a19 100644 --- a/code/renderers/svelte/package.json +++ b/code/renderers/svelte/package.json @@ -5,7 +5,7 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/code/renderers/svelte", + "homepage": "https://github.com/storybookjs/storybook/tree/next/code/renderers/svelte", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, diff --git a/code/renderers/vue/package.json b/code/renderers/vue/package.json index 1cd6d49b60fa..f5b932fbcd66 100644 --- a/code/renderers/vue/package.json +++ b/code/renderers/vue/package.json @@ -5,7 +5,7 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/code/renderers/vue", + "homepage": "https://github.com/storybookjs/storybook/tree/next/code/renderers/vue", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, diff --git a/code/renderers/vue3/package.json b/code/renderers/vue3/package.json index 7fd5cf1bf75d..ee2bd70d8036 100644 --- a/code/renderers/vue3/package.json +++ b/code/renderers/vue3/package.json @@ -5,7 +5,7 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/code/renderers/vue3", + "homepage": "https://github.com/storybookjs/storybook/tree/next/code/renderers/vue3", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, diff --git a/code/renderers/web-components/package.json b/code/renderers/web-components/package.json index ddc03a2b5dae..16dfefc597ea 100644 --- a/code/renderers/web-components/package.json +++ b/code/renderers/web-components/package.json @@ -8,7 +8,7 @@ "storybook", "web-components" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/code/renderers/web-components", + "homepage": "https://github.com/storybookjs/storybook/tree/next/code/renderers/web-components", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, diff --git a/code/ui/blocks/package.json b/code/ui/blocks/package.json index 9b770d3422a9..6096c81337e8 100644 --- a/code/ui/blocks/package.json +++ b/code/ui/blocks/package.json @@ -5,7 +5,7 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/code/ui/blocks", + "homepage": "https://github.com/storybookjs/storybook/tree/next/code/ui/blocks", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, diff --git a/code/ui/components/package.json b/code/ui/components/package.json index 81f8fd751e7f..af72ec9b06b7 100644 --- a/code/ui/components/package.json +++ b/code/ui/components/package.json @@ -5,7 +5,7 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/code/ui/components", + "homepage": "https://github.com/storybookjs/storybook/tree/next/code/ui/components", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, diff --git a/code/ui/manager/package.json b/code/ui/manager/package.json index 7435bed510b6..746a5436a07c 100644 --- a/code/ui/manager/package.json +++ b/code/ui/manager/package.json @@ -5,7 +5,7 @@ "keywords": [ "storybook" ], - "homepage": "https://github.com/storybookjs/storybook/tree/main/code/ui/manager", + "homepage": "https://github.com/storybookjs/storybook/tree/next/code/ui/manager", "bugs": { "url": "https://github.com/storybookjs/storybook/issues" }, diff --git a/docs/writing-tests/visual-testing.md b/docs/writing-tests/visual-testing.md index 00df70c87f22..b71659f9e1a4 100644 --- a/docs/writing-tests/visual-testing.md +++ b/docs/writing-tests/visual-testing.md @@ -15,7 +15,7 @@ Ideal for verifying what the user sees: layout, color, size, and contrast. Story There are [many tools](https://github.com/mojoaxel/awesome-regression-testing) for visual testing. We recommend [Chromatic](https://www.chromatic.com?utm_source=storybook_website&utm_medium=link&utm_campaign=storybook) by Storybook maintainers to run visual tests in a lightning-fast cloud browser environment. -For a self-managed alternative to Chromatic, we offer [StoryShots](https://github.com/storybookjs/storybook/tree/main/code/addons/storyshots-core). It allows you to run visual tests on stories by integrating with [jest-image-snapshot](https://github.com/storybookjs/storybook/tree/main/code/addons/storyshots-puppeteer#imagesnapshots). +For a self-managed alternative to Chromatic, we offer [StoryShots](https://github.com/storybookjs/storybook/tree/next/code/addons/storyshots-core). It allows you to run visual tests on stories by integrating with [jest-image-snapshot](https://github.com/storybookjs/storybook/tree/main/code/addons/storyshots-puppeteer#imagesnapshots). ## Setup Chromatic addon