Skip to content

Commit

Permalink
Use remark-gfm v3 for storybook (#4589)
Browse files Browse the repository at this point in the history
  • Loading branch information
gusevda committed Feb 13, 2024
1 parent 274a67d commit 862dbde
Show file tree
Hide file tree
Showing 3 changed files with 244 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .storybook/main.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import MiniCssExtractPlugin from 'mini-css-extract-plugin';
import path from 'path';
import remarkGfm from 'remark-gfm';
import remarkGfm from 'remark-gfm3';
import type { StorybookConfig } from '@storybook/react-webpack5';

const config: StorybookConfig = {
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@
"redux-thunk": "2.4.2",
"regenerator-runtime": "0.14.1",
"remark-gfm": "4.0.0",
"remark-gfm3": "npm:remark-gfm@3",
"reselect": "4.1.8",
"serialize-javascript": "6.0.2",
"stacktrace-js": "2.0.2",
Expand Down
Loading

0 comments on commit 862dbde

Please sign in to comment.