Merge pull request #3845 from marpants/develop
(bugfix #3844) mermaid missing from new-design package
This commit is contained in:
commit
2fe63a2cd3
2 changed files with 2 additions and 1 deletions
|
@ -136,6 +136,7 @@ yarn-error.log*
|
||||||
'shared/components/mdx/highlight.mjs',
|
'shared/components/mdx/highlight.mjs',
|
||||||
'shared/components/mdx/http.mjs',
|
'shared/components/mdx/http.mjs',
|
||||||
'shared/components/mdx/index.mjs',
|
'shared/components/mdx/index.mjs',
|
||||||
|
'shared/components/mdx/mermaid.mjs',
|
||||||
'shared/components/mdx/prev-next.mjs',
|
'shared/components/mdx/prev-next.mjs',
|
||||||
'shared/components/mdx/read-more.mjs',
|
'shared/components/mdx/read-more.mjs',
|
||||||
'shared/components/mdx/tabbed-example.mjs',
|
'shared/components/mdx/tabbed-example.mjs',
|
||||||
|
|
|
@ -72,6 +72,7 @@
|
||||||
"lodash.unset": "^4.5.2",
|
"lodash.unset": "^4.5.2",
|
||||||
"lodash.clonedeep": "^4.5.0",
|
"lodash.clonedeep": "^4.5.0",
|
||||||
"next": "^13",
|
"next": "^13",
|
||||||
|
"mermaid": "10.1.0",
|
||||||
"next-i18next": "^11.0.0",
|
"next-i18next": "^11.0.0",
|
||||||
"pdfkit": "^0.13.0",
|
"pdfkit": "^0.13.0",
|
||||||
"react-copy-to-clipboard": "^5.0.4",
|
"react-copy-to-clipboard": "^5.0.4",
|
||||||
|
@ -83,7 +84,6 @@
|
||||||
"autoprefixer": "^10.4.0",
|
"autoprefixer": "^10.4.0",
|
||||||
"eslint-config-next": "12.1.6",
|
"eslint-config-next": "12.1.6",
|
||||||
"highlight.js": "^11.5.1",
|
"highlight.js": "^11.5.1",
|
||||||
"js-yaml": "^4.1.0",
|
|
||||||
"postcss": "^8.4.14",
|
"postcss": "^8.4.14",
|
||||||
"postcss-for": "^2.1.1",
|
"postcss-for": "^2.1.1",
|
||||||
"svg-to-pdfkit": "^0.1.8",
|
"svg-to-pdfkit": "^0.1.8",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue