@storybook/addon-mdx-gfm 8.0.6 → 8.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -6,6 +6,6 @@ The "@storybook/addon-mdx-gfm" addon is meant as a migration assistant for Story
6
6
  > This addon will likely be removed in a future version.
7
7
 
8
8
  It's recommended you read this document and follow its instructions instead:
9
- https://storybook.js.org/docs/react/writing-docs/mdx#lack-of-github-flavored-markdown-gfm
9
+ https://storybook.js.org/docs/writing-docs/mdx#markdown-tables-arent-rendering-correctly
10
10
 
11
11
  Once you've made the necessary changes, you can remove the addon from your package.json and storybook config.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook/addon-mdx-gfm",
3
- "version": "8.0.6",
3
+ "version": "8.0.8",
4
4
  "description": "GitHub Flavored Markdown in Storybook",
5
5
  "keywords": [
6
6
  "addon",
@@ -44,7 +44,7 @@
44
44
  "prep": "node --loader ../../../scripts/node_modules/esbuild-register/loader.js -r ../../../scripts/node_modules/esbuild-register/register.js ../../../scripts/prepare/addon-bundle.ts"
45
45
  },
46
46
  "dependencies": {
47
- "@storybook/node-logger": "8.0.6",
47
+ "@storybook/node-logger": "8.0.8",
48
48
  "remark-gfm": "^4.0.0",
49
49
  "ts-dedent": "^2.0.0"
50
50
  },