From bf290070bc4891d3270b61411c1b6ce7f823db1a Mon Sep 17 00:00:00 2001 From: Yann Braga Date: Mon, 1 May 2023 12:25:24 +0200 Subject: [PATCH] Merge pull request #22101 from joeycozza/fixingGithubUrls Maintenance: Fix url for all packages in package.json --- MIGRATION.md | 10 +++++----- 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 | 4 ++-- code/frameworks/ember/package.json | 4 ++-- code/frameworks/html-vite/package.json | 4 ++-- code/frameworks/html-webpack5/package.json | 4 ++-- 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/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-vite/package.json | 2 +- 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 | 2 +- code/lib/manager-api/package.json | 2 +- code/lib/node-logger/package.json | 4 ++-- code/lib/postinstall/package.json | 4 ++-- code/lib/preview-api/package.json | 2 +- code/lib/preview-web/package.json | 4 ++-- code/lib/preview/package.json | 2 +- 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/lib/types/package.json | 2 +- 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 ++-- 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, 163 insertions(+), 163 deletions(-) diff --git a/MIGRATION.md b/MIGRATION.md index 55e812c46718..8e8fcb00fa9c 100644 --- a/MIGRATION.md +++ b/MIGRATION.md @@ -2810,7 +2810,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 @@ -2864,7 +2864,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/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. @@ -3098,7 +3098,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)" @@ -3589,7 +3589,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" @@ -4457,7 +4457,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 81ad939a7117..aeaa29585b3c 100644 --- a/code/addons/a11y/package.json +++ b/code/addons/a11y/package.json @@ -18,7 +18,7 @@ "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 7c74e1141582..022f96da168c 100644 --- a/code/addons/actions/package.json +++ b/code/addons/actions/package.json @@ -14,7 +14,7 @@ "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 8d7dded33a4d..66e1cf69424d 100644 --- a/code/addons/backgrounds/package.json +++ b/code/addons/backgrounds/package.json @@ -17,7 +17,7 @@ "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 a169b1356c12..f84e7dddf8e0 100644 --- a/code/addons/controls/package.json +++ b/code/addons/controls/package.json @@ -18,7 +18,7 @@ "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 eb97d5e57631..c8e77dc90d5e 100644 --- a/code/addons/docs/package.json +++ b/code/addons/docs/package.json @@ -17,7 +17,7 @@ "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 54090fd6313a..3a10dedb657f 100644 --- a/code/addons/essentials/package.json +++ b/code/addons/essentials/package.json @@ -14,7 +14,7 @@ "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 c8434f1b75b3..6f055c584056 100644 --- a/code/addons/gfm/package.json +++ b/code/addons/gfm/package.json @@ -17,7 +17,7 @@ "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 9a3c1d9ab576..1b600a0d4968 100644 --- a/code/addons/highlight/package.json +++ b/code/addons/highlight/package.json @@ -15,7 +15,7 @@ "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 5a8e1fc1853a..0467c4544e38 100644 --- a/code/addons/interactions/package.json +++ b/code/addons/interactions/package.json @@ -14,7 +14,7 @@ "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 36fa9cf37c20..c1a35b6ddee7 100644 --- a/code/addons/jest/package.json +++ b/code/addons/jest/package.json @@ -19,7 +19,7 @@ "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 95bdf616e748..953ed33e1153 100644 --- a/code/addons/links/package.json +++ b/code/addons/links/package.json @@ -14,7 +14,7 @@ "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 4a27d296b0df..54c1d1df45ef 100644 --- a/code/addons/measure/package.json +++ b/code/addons/measure/package.json @@ -16,7 +16,7 @@ "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 4484ccdbda11..1c9e7ca7e020 100644 --- a/code/addons/outline/package.json +++ b/code/addons/outline/package.json @@ -19,7 +19,7 @@ "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 d860c6e73f1b..a2b872b5eea5 100644 --- a/code/addons/storyshots-core/package.json +++ b/code/addons/storyshots-core/package.json @@ -14,7 +14,7 @@ "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 7f705a17dab4..159ce65df74d 100644 --- a/code/addons/storyshots-puppeteer/package.json +++ b/code/addons/storyshots-puppeteer/package.json @@ -13,7 +13,7 @@ "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 c8d357e87231..df6fe052dbd9 100644 --- a/code/addons/storysource/package.json +++ b/code/addons/storysource/package.json @@ -14,7 +14,7 @@ "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 12d8cfb76edf..fd6861fe7f72 100644 --- a/code/addons/toolbars/package.json +++ b/code/addons/toolbars/package.json @@ -18,7 +18,7 @@ "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 550180997ac7..5c06319cd974 100644 --- a/code/addons/viewport/package.json +++ b/code/addons/viewport/package.json @@ -15,7 +15,7 @@ "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 4f9a2e30dddd..076e4d195e33 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/next/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 93e522adb11f..62947bd75124 100644 --- a/code/frameworks/ember/package.json +++ b/code/frameworks/ember/package.json @@ -2,14 +2,14 @@ "name": "@storybook/ember", "version": "7.0.7", "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/next/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 57f70c53ba9b..a9b6e9821a1c 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/next/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 6dcb722b4c94..8534427b3a6a 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/next/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/preact-vite/package.json b/code/frameworks/preact-vite/package.json index cdef0635ac35..f3bca06df9a5 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/next/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 13d525884008..17fc4499496f 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/next/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 2ec22074a309..022e8b853662 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/next/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 20731b65ddad..b10b0daf08b6 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/next/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 fee8efc59cb8..2950572d2e82 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/next/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 689e8c3dc713..1caf1e8f643b 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/next/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 05d5677e94a7..f8cf58dabebe 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/next/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/vue-vite/package.json b/code/frameworks/vue-vite/package.json index 00da043e3f7f..b22dbba6887d 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/next/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 1bdae1f02b5b..f70991c0357f 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/next/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 478c0028d72a..e876c0827cbd 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/next/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 b9ee60585f85..1484d767fba5 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/next/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 1286514e229f..cf8c7ce535f9 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/next/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 43cfdfceabbb..dda82510b963 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/next/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 98e287bc9d9e..3677bf627bf5 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/next/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 a5a65cf508d4..d4696ad7bf8d 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/next/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-vite/package.json b/code/lib/builder-vite/package.json index 017ee21dbb83..baed97f87e86 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.0.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 f8f23a20be3a..5bbe33f9406d 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/next/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 9b7e597da84a..0e14cc575e6e 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/next/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 d5a3c83817ea..c792d1b39a25 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/next/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 03bd70eabde6..a379392cf981 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/next/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 dc8658df499f..f39c6df10834 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/next/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 2eaea489471d..3057b573b4a2 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/next/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 1452ae795618..f81f5c254654 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/next/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 2293abf458ae..893853f3cb5e 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/next/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 75e763c80c6b..5558eb32f531 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/next/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 9fcd84325038..4d84c947cd54 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/next/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 78861962ab17..2db1fc31e8ac 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/next/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 c88121c384ba..d69cc496d87d 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/next/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 19fe7b3990aa..c14e0520f2e0 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/next/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 9278070c4ae1..25e99f623bfb 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/next/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 830d8fd231fe..0374f3d19626 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/next/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 e69ba32a1594..08ce5233315d 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/next/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 899c90a63817..6e4e81c5d4f2 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/next/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 1d9e459dcbda..cc0d74e67694 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/next/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 5d53e70adc2d..058c2222cd9e 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/next/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 5320bccb5094..7d7fb9a2ea03 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/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 073aaab7a008..47c416a1f095 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/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 b24b312d8195..102d519a3143 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/next/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 88d75518d743..5c410197eb14 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/next/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/package.json b/code/lib/preview-api/package.json index cfe5d3c54ee9..a1ed1ed7a2ad 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 b1097b0c729f..025b939ebb30 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/next/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/preview/package.json b/code/lib/preview/package.json index 54f2d829ad84..84b20d362c1d 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 25aeb6644165..1da4acb08058 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/next/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 c5b0192840e9..10fd5def3b14 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/next/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 999d85ffcb5f..62975667df8a 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/next/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 28179f21bb21..abb111121f9e 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/next/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 6d973250c9c7..b318c564f793 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/next/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 c40c0be1a83d..5c86aeadbf3c 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/next/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/lib/types/package.json b/code/lib/types/package.json index 25c505d78f53..a5d5f9c2d639 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 4d5aceb0b252..1a965e3b94a3 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/next/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 13ad900a32ff..6725fbfa7f37 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/next/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 de8a8cf8e7bd..30c2ea758d36 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/next/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 d6409bc6e1ed..07aba3cd5a9f 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/next/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..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/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 ddee72760d93..cf289e5107a9 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/next/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 66c74172e190..c23ef68fe7f4 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/next/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 1155373699f8..3d62646904d1 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/next/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 eba1ea8635c8..66043a6ea0f0 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/next/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 2f3f7aec82ee..e3f5272104b7 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/next/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 0d27962ffa40..5d3922538294 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/next/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 fa66ee9c6458..34f478d48f60 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/next/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 058b21125c5d..07a50bf360af 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/next/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 a45785789080..99f66e071c7e 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/next/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 2b95cd25c79a..7b653a8dcfb5 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/next/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 bad1699ff731..aa327a7190fb 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/next/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 163ec83b4435..ff59b7ec503d 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/next/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 ed5a8fba78c5..c2119f2b061a 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/next/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", diff --git a/code/ui/blocks/package.json b/code/ui/blocks/package.json index da50340cb137..7ebd6687665d 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 d70923ecf94c..1a3c65e9a89b 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 87b25cec588b..e66a30ca52db 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