Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: storybookjs/storybook
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.5.12
Choose a base ref
...
head repository: storybookjs/storybook
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6.5.13
Choose a head ref

Commits on Sep 14, 2022

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    ad38b6b View commit details
  2. Copy the full SHA
    0182fd3 View commit details

Commits on Sep 15, 2022

  1. Merge pull request #19187 from storybookjs/chore_docs_why_page_minor_…

    …tweaks
    
    Chore: (Docs) Minor tweaks to the Why page
    jonniebigodes authored and shilman committed Sep 15, 2022
    Copy the full SHA
    edf9867 View commit details
  2. Copy the full SHA
    c367ac3 View commit details

Commits on Sep 28, 2022

  1. Merge pull request #19189 from spaceribs/fix/decorate-story-export

    Alias decorateStory as applyDecorators for angular integration
    tmeasday authored and shilman committed Sep 28, 2022
    Copy the full SHA
    610073b View commit details
  2. Merge pull request #18740 from storybookjs/yann/sb-414-sb18395-cannot…

    …-anchor-to-headings-in-mdx
    
    Addon docs: Pass remarks plugins to mdx loader
    shilman committed Sep 28, 2022
    Copy the full SHA
    9d677f6 View commit details
  3. Copy the full SHA
    2a0cfca View commit details
  4. 6.5.13-alpha.0 changelog

    shilman committed Sep 28, 2022
    Copy the full SHA
    afba914 View commit details
  5. Copy the full SHA
    ab39414 View commit details
  6. v6.5.13-alpha.0

    shilman committed Sep 28, 2022
    Copy the full SHA
    1423ff5 View commit details
  7. Copy the full SHA
    fc66892 View commit details

Commits on Oct 5, 2022

  1. Merge pull request #19287 from messenjer/patch-2

    docs: update link to create a vue app
    ndelangen authored and shilman committed Oct 5, 2022
    Copy the full SHA
    9c6e0b8 View commit details

Commits on Oct 24, 2022

  1. Merge pull request #19403 from storybookjs/docs-add-faq-interaction-test

    Update interaction-testing.md
    jonniebigodes authored and shilman committed Oct 24, 2022
    Copy the full SHA
    3e8c9ab View commit details
  2. Copy the full SHA
    a440689 View commit details
  3. Merge pull request #19502 from Nightvision53/patch-1

    fix grammer mistake on introduction page
    jonniebigodes authored and shilman committed Oct 24, 2022
    Copy the full SHA
    f04ec0c View commit details
  4. Merge pull request #19490 from kylemeenehan/docs/faq-toc

    Add Table of Contents to FAQ Page
    jonniebigodes authored and shilman committed Oct 24, 2022
    Copy the full SHA
    2965598 View commit details
  5. Merge pull request #19526 from roottool/patch-1

    docs: Fix typo within doc-block-story.md
    jonniebigodes authored and shilman committed Oct 24, 2022
    Copy the full SHA
    157c126 View commit details
  6. Merge pull request #19559 from storybookjs/chore_docs_adds_controls_link

    Chore: (Docs)Adds link to configure controls with argtypes
    jonniebigodes authored and shilman committed Oct 24, 2022
    Copy the full SHA
    574500f View commit details
  7. Merge pull request #19509 from storybookjs/shilman/fix-inconsistent-t…

    …elemetry-debug
    
    Core: Fix inconsistent telemetry debug
    ndelangen authored and shilman committed Oct 24, 2022
    Copy the full SHA
    17469d3 View commit details
  8. Merge pull request #19507 from storybookjs/fix-v6-telemetry

    Telemetry: Send start/build events even when there is no generator
    shilman committed Oct 24, 2022
    Copy the full SHA
    6836188 View commit details
  9. 6.5.13-alpha.1 changelog

    shilman committed Oct 24, 2022
    Copy the full SHA
    a921b74 View commit details
  10. Copy the full SHA
    7dffaef View commit details
  11. v6.5.13-alpha.1

    shilman committed Oct 24, 2022
    Copy the full SHA
    03f5ebe View commit details
  12. Copy the full SHA
    ef45ce7 View commit details
  13. 6.5.13 changelog

    shilman committed Oct 24, 2022
    Copy the full SHA
    685a6de View commit details
  14. Copy the full SHA
    a931aae View commit details
  15. v6.5.13

    shilman committed Oct 24, 2022
    Copy the full SHA
    9bc627d View commit details
Showing with 1,416 additions and 1,218 deletions.
  1. +23 −0 CHANGELOG.md
  2. +9 −9 addons/a11y/package.json
  3. +8 −8 addons/actions/package.json
  4. +8 −8 addons/backgrounds/package.json
  5. +10 −10 addons/controls/package.json
  6. +14 −14 addons/docs/package.json
  7. +5 −0 addons/docs/src/preset.ts
  8. +15 −15 addons/essentials/package.json
  9. +10 −10 addons/interactions/package.json
  10. +8 −8 addons/jest/package.json
  11. +6 −6 addons/links/package.json
  12. +7 −7 addons/measure/package.json
  13. +7 −7 addons/outline/package.json
  14. +12 −12 addons/storyshots/storyshots-core/package.json
  15. +4 −4 addons/storyshots/storyshots-puppeteer/package.json
  16. +9 −9 addons/storysource/package.json
  17. +7 −7 addons/toolbars/package.json
  18. +8 −8 addons/viewport/package.json
  19. +11 −11 app/angular/package.json
  20. +1 −1 app/angular/src/client/preview/config.ts
  21. +6 −6 app/ember/package.json
  22. +8 −8 app/html/package.json
  23. +6 −6 app/preact/package.json
  24. +9 −9 app/react/package.json
  25. +10 −10 app/server/package.json
  26. +9 −9 app/svelte/package.json
  27. +8 −8 app/vue/package.json
  28. +7 −7 app/vue3/package.json
  29. +10 −10 app/web-components/package.json
  30. +6 −0 docs/essentials/controls.md
  31. +32 −1 docs/faq.md
  32. +1 −1 docs/get-started/install.md
  33. +2 −2 docs/snippets/common/storybook-preview-use-global-type.js.mdx
  34. +1 −1 docs/versions/latest.json
  35. +8 −8 docs/why-storybook.md
  36. +1 −1 docs/writing-docs/doc-block-story.md
  37. +1 −1 docs/writing-stories/introduction.md
  38. +4 −0 docs/writing-tests/interaction-testing.md
  39. +14 −14 examples/angular-cli/package.json
  40. +13 −13 examples/cra-kitchen-sink/package.json
  41. +7 −7 examples/cra-react15/package.json
  42. +7 −7 examples/cra-ts-essentials/package.json
  43. +8 −8 examples/cra-ts-kitchen-sink/package.json
  44. +12 −12 examples/ember-cli/package.json
  45. +7 −7 examples/external-docs/package.json
  46. +17 −17 examples/html-kitchen-sink/package.json
  47. +23 −23 examples/official-storybook/package.json
  48. +11 −11 examples/preact-kitchen-sink/package.json
  49. +5 −5 examples/react-ts-webpack4/package.json
  50. +9 −9 examples/react-ts/package.json
  51. +8 −8 examples/server-kitchen-sink/package.json
  52. +4 −4 examples/standalone-preview/package.json
  53. +14 −14 examples/svelte-kitchen-sink/package.json
  54. +7 −7 examples/vue-3-cli/package.json
  55. +5 −5 examples/vue-cli/package.json
  56. +14 −14 examples/vue-kitchen-sink/package.json
  57. +12 −12 examples/web-components-kitchen-sink/package.json
  58. +1 −1 lerna.json
  59. +8 −8 lib/addons/package.json
  60. +7 −7 lib/api/package.json
  61. +1 −1 lib/api/src/version.ts
  62. +17 −17 lib/builder-webpack4/package.json
  63. +16 −16 lib/builder-webpack5/package.json
  64. +5 −5 lib/channel-postmessage/package.json
  65. +4 −4 lib/channel-websocket/package.json
  66. +2 −2 lib/channels/package.json
  67. +3 −3 lib/cli-sb/package.json
  68. +3 −3 lib/cli-storybook/package.json
  69. +8 −8 lib/cli/package.json
  70. +57 −57 lib/cli/src/versions.ts
  71. +8 −8 lib/client-api/package.json
  72. +2 −2 lib/client-logger/package.json
  73. +4 −4 lib/codemod/package.json
  74. +4 −4 lib/components/package.json
  75. +11 −11 lib/core-client/package.json
  76. +3 −3 lib/core-common/package.json
  77. +2 −2 lib/core-events/package.json
  78. +12 −12 lib/core-server/package.json
  79. +1 −5 lib/core-server/src/build-static.ts
  80. +1 −5 lib/core-server/src/dev-server.ts
  81. +4 −4 lib/core/package.json
  82. +2 −2 lib/csf-tools/package.json
  83. +3 −3 lib/docs-tools/package.json
  84. +5 −5 lib/instrumenter/package.json
  85. +8 −8 lib/manager-webpack4/package.json
  86. +8 −8 lib/manager-webpack5/package.json
  87. +2 −2 lib/node-logger/package.json
  88. +2 −2 lib/postinstall/package.json
  89. +7 −7 lib/preview-web/package.json
  90. +3 −3 lib/router/package.json
  91. +4 −4 lib/source-loader/package.json
  92. +5 −5 lib/store/package.json
  93. +4 −4 lib/telemetry/package.json
  94. +1 −1 lib/telemetry/src/index.ts
  95. +3 −3 lib/theming/package.json
  96. +10 −10 lib/ui/package.json
  97. +1 −1 package.json
  98. +656 −519 yarn.lock
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
## 6.5.13 (October 24, 2022)

### Bug Fixes

- Telemetry: Send start/build events even when there is no generator [#19507](https://github.com/storybooks/storybook/pull/19507)
- Telemetry: Fix inconsistent debug [#19509](https://github.com/storybooks/storybook/pull/19509)
- Addon-docs: Pass remarks plugins to mdx loader [#18740](https://github.com/storybooks/storybook/pull/18740)
- Angular: Alias decorateStory as applyDecorators [#19189](https://github.com/storybooks/storybook/pull/19189)

## 6.5.13-alpha.1 (October 24, 2022)

### Bug Fixes

- Telemetry: Send start/build events even when there is no generator [#19507](https://github.com/storybooks/storybook/pull/19507)
- Telemetry: Fix inconsistent debug [#19509](https://github.com/storybooks/storybook/pull/19509)

## 6.5.13-alpha.0 (September 28, 2022)

#### Bug Fixes

- Addon-docs: Pass remarks plugins to mdx loader [#18740](https://github.com/storybooks/storybook/pull/18740)
- Angular: Alias decorateStory as applyDecorators [#19189](https://github.com/storybooks/storybook/pull/19189)

## 6.5.12 (September 14, 2022)

#### Bug Fixes
18 changes: 9 additions & 9 deletions addons/a11y/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storybook/addon-a11y",
"version": "6.5.12",
"version": "6.5.13",
"description": "Test component compliance with web accessibility standards",
"keywords": [
"a11y",
@@ -45,14 +45,14 @@
"prepare": "node ../../scripts/prepare.js"
},
"dependencies": {
"@storybook/addons": "6.5.12",
"@storybook/api": "6.5.12",
"@storybook/channels": "6.5.12",
"@storybook/client-logger": "6.5.12",
"@storybook/components": "6.5.12",
"@storybook/core-events": "6.5.12",
"@storybook/addons": "6.5.13",
"@storybook/api": "6.5.13",
"@storybook/channels": "6.5.13",
"@storybook/client-logger": "6.5.13",
"@storybook/components": "6.5.13",
"@storybook/core-events": "6.5.13",
"@storybook/csf": "0.0.2--canary.4566f4d.1",
"@storybook/theming": "6.5.12",
"@storybook/theming": "6.5.13",
"axe-core": "^4.2.0",
"core-js": "^3.8.2",
"global": "^4.4.0",
@@ -81,7 +81,7 @@
"publishConfig": {
"access": "public"
},
"gitHead": "db56a2586508ee1082640f24402e491333e42ec4",
"gitHead": "03f5ebeedfa0027ceeb18c0991ddf47e1ffa6651",
"sbmodern": "dist/modern/index.js",
"storybook": {
"displayName": "Accessibility",
16 changes: 8 additions & 8 deletions addons/actions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storybook/addon-actions",
"version": "6.5.12",
"version": "6.5.13",
"description": "Get UI feedback when an action is performed on an interactive element",
"keywords": [
"storybook",
@@ -41,13 +41,13 @@
"prepare": "node ../../scripts/prepare.js"
},
"dependencies": {
"@storybook/addons": "6.5.12",
"@storybook/api": "6.5.12",
"@storybook/client-logger": "6.5.12",
"@storybook/components": "6.5.12",
"@storybook/core-events": "6.5.12",
"@storybook/addons": "6.5.13",
"@storybook/api": "6.5.13",
"@storybook/client-logger": "6.5.13",
"@storybook/components": "6.5.13",
"@storybook/core-events": "6.5.13",
"@storybook/csf": "0.0.2--canary.4566f4d.1",
"@storybook/theming": "6.5.12",
"@storybook/theming": "6.5.13",
"core-js": "^3.8.2",
"fast-deep-equal": "^3.1.3",
"global": "^4.4.0",
@@ -80,7 +80,7 @@
"publishConfig": {
"access": "public"
},
"gitHead": "db56a2586508ee1082640f24402e491333e42ec4",
"gitHead": "03f5ebeedfa0027ceeb18c0991ddf47e1ffa6651",
"sbmodern": "dist/modern/index.js",
"storybook": {
"displayName": "Actions",
16 changes: 8 additions & 8 deletions addons/backgrounds/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storybook/addon-backgrounds",
"version": "6.5.12",
"version": "6.5.13",
"description": "Switch backgrounds to view components in different settings",
"keywords": [
"addon",
@@ -45,13 +45,13 @@
"prepare": "node ../../scripts/prepare.js"
},
"dependencies": {
"@storybook/addons": "6.5.12",
"@storybook/api": "6.5.12",
"@storybook/client-logger": "6.5.12",
"@storybook/components": "6.5.12",
"@storybook/core-events": "6.5.12",
"@storybook/addons": "6.5.13",
"@storybook/api": "6.5.13",
"@storybook/client-logger": "6.5.13",
"@storybook/components": "6.5.13",
"@storybook/core-events": "6.5.13",
"@storybook/csf": "0.0.2--canary.4566f4d.1",
"@storybook/theming": "6.5.12",
"@storybook/theming": "6.5.13",
"core-js": "^3.8.2",
"global": "^4.4.0",
"memoizerific": "^1.11.3",
@@ -77,7 +77,7 @@
"publishConfig": {
"access": "public"
},
"gitHead": "db56a2586508ee1082640f24402e491333e42ec4",
"gitHead": "03f5ebeedfa0027ceeb18c0991ddf47e1ffa6651",
"sbmodern": "dist/modern/index.js",
"storybook": {
"displayName": "Backgrounds",
20 changes: 10 additions & 10 deletions addons/controls/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storybook/addon-controls",
"version": "6.5.12",
"version": "6.5.13",
"description": "Interact with component inputs dynamically in the Storybook UI",
"keywords": [
"addon",
@@ -45,15 +45,15 @@
"prepare": "node ../../scripts/prepare.js"
},
"dependencies": {
"@storybook/addons": "6.5.12",
"@storybook/api": "6.5.12",
"@storybook/client-logger": "6.5.12",
"@storybook/components": "6.5.12",
"@storybook/core-common": "6.5.12",
"@storybook/addons": "6.5.13",
"@storybook/api": "6.5.13",
"@storybook/client-logger": "6.5.13",
"@storybook/components": "6.5.13",
"@storybook/core-common": "6.5.13",
"@storybook/csf": "0.0.2--canary.4566f4d.1",
"@storybook/node-logger": "6.5.12",
"@storybook/store": "6.5.12",
"@storybook/theming": "6.5.12",
"@storybook/node-logger": "6.5.13",
"@storybook/store": "6.5.13",
"@storybook/theming": "6.5.13",
"core-js": "^3.8.2",
"lodash": "^4.17.21",
"ts-dedent": "^2.0.0"
@@ -73,7 +73,7 @@
"publishConfig": {
"access": "public"
},
"gitHead": "db56a2586508ee1082640f24402e491333e42ec4",
"gitHead": "03f5ebeedfa0027ceeb18c0991ddf47e1ffa6651",
"sbmodern": "dist/modern/manager.js",
"storybook": {
"displayName": "Controls",
28 changes: 14 additions & 14 deletions addons/docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storybook/addon-docs",
"version": "6.5.12",
"version": "6.5.13",
"description": "Document component usage and properties in Markdown",
"keywords": [
"addon",
@@ -59,20 +59,20 @@
"@babel/preset-env": "^7.12.11",
"@jest/transform": "^26.6.2",
"@mdx-js/react": "^1.6.22",
"@storybook/addons": "6.5.12",
"@storybook/api": "6.5.12",
"@storybook/components": "6.5.12",
"@storybook/core-common": "6.5.12",
"@storybook/core-events": "6.5.12",
"@storybook/addons": "6.5.13",
"@storybook/api": "6.5.13",
"@storybook/components": "6.5.13",
"@storybook/core-common": "6.5.13",
"@storybook/core-events": "6.5.13",
"@storybook/csf": "0.0.2--canary.4566f4d.1",
"@storybook/docs-tools": "6.5.12",
"@storybook/docs-tools": "6.5.13",
"@storybook/mdx1-csf": "^0.0.1",
"@storybook/node-logger": "6.5.12",
"@storybook/postinstall": "6.5.12",
"@storybook/preview-web": "6.5.12",
"@storybook/source-loader": "6.5.12",
"@storybook/store": "6.5.12",
"@storybook/theming": "6.5.12",
"@storybook/node-logger": "6.5.13",
"@storybook/postinstall": "6.5.13",
"@storybook/preview-web": "6.5.13",
"@storybook/source-loader": "6.5.13",
"@storybook/store": "6.5.13",
"@storybook/theming": "6.5.13",
"babel-loader": "^8.0.0",
"core-js": "^3.8.2",
"fast-deep-equal": "^3.1.3",
@@ -108,7 +108,7 @@
"publishConfig": {
"access": "public"
},
"gitHead": "db56a2586508ee1082640f24402e491333e42ec4",
"gitHead": "03f5ebeedfa0027ceeb18c0991ddf47e1ffa6651",
"sbmodern": "dist/modern/index.js",
"storybook": {
"displayName": "Docs",
5 changes: 5 additions & 0 deletions addons/docs/src/preset.ts
Original file line number Diff line number Diff line change
@@ -53,6 +53,7 @@ export async function webpack(
} = options;

const mdxLoaderOptions = {
// whether to skip storybook files, useful for docs only mdx or md files
skipCsf: true,
remarkPlugins: [remarkSlug, remarkExternalLinks],
};
@@ -123,6 +124,10 @@ export async function webpack(
},
{
loader: mdxLoader,
options: {
...mdxLoaderOptions,
skipCsf: false,
},
},
],
},
30 changes: 15 additions & 15 deletions addons/essentials/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storybook/addon-essentials",
"version": "6.5.12",
"version": "6.5.13",
"description": "Curated addons to bring out the best of Storybook",
"keywords": [
"addon",
@@ -39,25 +39,25 @@
"prepare": "node ../../scripts/prepare.js"
},
"dependencies": {
"@storybook/addon-actions": "6.5.12",
"@storybook/addon-backgrounds": "6.5.12",
"@storybook/addon-controls": "6.5.12",
"@storybook/addon-docs": "6.5.12",
"@storybook/addon-measure": "6.5.12",
"@storybook/addon-outline": "6.5.12",
"@storybook/addon-toolbars": "6.5.12",
"@storybook/addon-viewport": "6.5.12",
"@storybook/addons": "6.5.12",
"@storybook/api": "6.5.12",
"@storybook/core-common": "6.5.12",
"@storybook/node-logger": "6.5.12",
"@storybook/addon-actions": "6.5.13",
"@storybook/addon-backgrounds": "6.5.13",
"@storybook/addon-controls": "6.5.13",
"@storybook/addon-docs": "6.5.13",
"@storybook/addon-measure": "6.5.13",
"@storybook/addon-outline": "6.5.13",
"@storybook/addon-toolbars": "6.5.13",
"@storybook/addon-viewport": "6.5.13",
"@storybook/addons": "6.5.13",
"@storybook/api": "6.5.13",
"@storybook/core-common": "6.5.13",
"@storybook/node-logger": "6.5.13",
"core-js": "^3.8.2",
"regenerator-runtime": "^0.13.7",
"ts-dedent": "^2.0.0"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@storybook/vue": "6.5.12",
"@storybook/vue": "6.5.13",
"@types/jest": "^26.0.16",
"@types/webpack-env": "^1.16.0"
},
@@ -120,6 +120,6 @@
"publishConfig": {
"access": "public"
},
"gitHead": "db56a2586508ee1082640f24402e491333e42ec4",
"gitHead": "03f5ebeedfa0027ceeb18c0991ddf47e1ffa6651",
"sbmodern": "dist/modern/index.js"
}
20 changes: 10 additions & 10 deletions addons/interactions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storybook/addon-interactions",
"version": "6.5.12",
"version": "6.5.13",
"description": "Automate, test and debug user interactions",
"keywords": [
"storybook-addons",
@@ -42,15 +42,15 @@
},
"dependencies": {
"@devtools-ds/object-inspector": "^1.1.2",
"@storybook/addons": "6.5.12",
"@storybook/api": "6.5.12",
"@storybook/client-logger": "6.5.12",
"@storybook/components": "6.5.12",
"@storybook/core-common": "6.5.12",
"@storybook/core-events": "6.5.12",
"@storybook/addons": "6.5.13",
"@storybook/api": "6.5.13",
"@storybook/client-logger": "6.5.13",
"@storybook/components": "6.5.13",
"@storybook/core-common": "6.5.13",
"@storybook/core-events": "6.5.13",
"@storybook/csf": "0.0.2--canary.4566f4d.1",
"@storybook/instrumenter": "6.5.12",
"@storybook/theming": "6.5.12",
"@storybook/instrumenter": "6.5.13",
"@storybook/theming": "6.5.13",
"core-js": "^3.8.2",
"global": "^4.4.0",
"jest-mock": "^27.0.6",
@@ -77,7 +77,7 @@
"publishConfig": {
"access": "public"
},
"gitHead": "db56a2586508ee1082640f24402e491333e42ec4",
"gitHead": "03f5ebeedfa0027ceeb18c0991ddf47e1ffa6651",
"sbmodern": "dist/modern/index.js",
"storybook": {
"displayName": "Interactions",
16 changes: 8 additions & 8 deletions addons/jest/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@storybook/addon-jest",
"version": "6.5.12",
"version": "6.5.13",
"description": "React storybook addon that show component jest report",
"keywords": [
"addon",
@@ -47,12 +47,12 @@
"prepare": "node ../../scripts/prepare.js"
},
"dependencies": {
"@storybook/addons": "6.5.12",
"@storybook/api": "6.5.12",
"@storybook/client-logger": "6.5.12",
"@storybook/components": "6.5.12",
"@storybook/core-events": "6.5.12",
"@storybook/theming": "6.5.12",
"@storybook/addons": "6.5.13",
"@storybook/api": "6.5.13",
"@storybook/client-logger": "6.5.13",
"@storybook/components": "6.5.13",
"@storybook/core-events": "6.5.13",
"@storybook/theming": "6.5.13",
"core-js": "^3.8.2",
"global": "^4.4.0",
"react-sizeme": "^3.0.1",
@@ -77,7 +77,7 @@
"publishConfig": {
"access": "public"
},
"gitHead": "db56a2586508ee1082640f24402e491333e42ec4",
"gitHead": "03f5ebeedfa0027ceeb18c0991ddf47e1ffa6651",
"sbmodern": "dist/modern/index.js",
"storybook": {
"displayName": "Jest",
Loading