Skip to content

Commit

Permalink
chore: remove mermaid patch (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
JPeer264 committed Oct 13, 2022
1 parent 6bce3bc commit e775fd8
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 27 deletions.
13 changes: 0 additions & 13 deletions .yarn/patches/mdx-mermaid-npm-1.3.2-e8a6432fce.patch

This file was deleted.

2 changes: 1 addition & 1 deletion apps/website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const config = {
docs: {
editUrl: 'https://github.com/microsoft/griffel/tree/main/apps/website/',
sidebarPath: require.resolve('./sidebars.js'),
remarkPlugins: [require('mdx-mermaid')],
remarkPlugins: [[require('mdx-mermaid'), {}]],
routeBasePath: '/',
},
blog: false,
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@
"beachball": "patch:beachball@npm:2.21.0#.yarn/patches/beachball-npm-2.21.0-85c8ba3d6b",
"monosize@0.0.3": "patch:monosize@npm:0.0.3#.yarn/patches/monosize-npm-0.0.3-9b650c3f51",
"source-map-js@1.0.2": "patch:source-map-js@npm:1.0.2#.yarn/patches/source-map-js-npm-1.0.2-ee4f9f9b30.patch",
"@docusaurus/theme-common@2.1.0": "patch:@docusaurus/theme-common@npm:2.1.0#.yarn/patches/@docusaurus-theme-common-npm-2.1.0-d5ae2a9539.patch",
"mdx-mermaid@1.3.2": "patch:mdx-mermaid@npm:1.3.2#.yarn/patches/mdx-mermaid-npm-1.3.2-e8a6432fce.patch"
"@docusaurus/theme-common@2.1.0": "patch:@docusaurus/theme-common@npm:2.1.0#.yarn/patches/@docusaurus-theme-common-npm-2.1.0-d5ae2a9539.patch"
}
}
11 changes: 0 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18132,17 +18132,6 @@ __metadata:
languageName: node
linkType: hard

"mdx-mermaid@patch:mdx-mermaid@npm:1.3.2#.yarn/patches/mdx-mermaid-npm-1.3.2-e8a6432fce.patch::locator=griffel-repository%40workspace%3A.":
version: 1.3.2
resolution: "mdx-mermaid@patch:mdx-mermaid@npm%3A1.3.2#.yarn/patches/mdx-mermaid-npm-1.3.2-e8a6432fce.patch::version=1.3.2&hash=d12a40&locator=griffel-repository%40workspace%3A."
peerDependencies:
mermaid: ">=8.11.0"
react: ^16.8.4 || ^17.0.0 || ^18.0.0
unist-util-visit: ^2.0.0
checksum: c0e2dfb8121add98a4d9c8d16cb4701e1506a82f86ddef850614ebdf059c013f37bf61627d66b9770737a1d7021a2d9a67d4e3636f24e4061b1a339f93d182a8
languageName: node
linkType: hard

"media-typer@npm:0.3.0":
version: 0.3.0
resolution: "media-typer@npm:0.3.0"
Expand Down

0 comments on commit e775fd8

Please sign in to comment.