1
0
Fork 0

Merge pull request #3845 from marpants/develop

(bugfix #3844) mermaid missing from new-design package
This commit is contained in:
Joost De Cock 2023-04-19 09:05:05 +02:00 committed by GitHub
commit 2fe63a2cd3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -136,6 +136,7 @@ yarn-error.log*
'shared/components/mdx/highlight.mjs',
'shared/components/mdx/http.mjs',
'shared/components/mdx/index.mjs',
'shared/components/mdx/mermaid.mjs',
'shared/components/mdx/prev-next.mjs',
'shared/components/mdx/read-more.mjs',
'shared/components/mdx/tabbed-example.mjs',

View file

@ -72,6 +72,7 @@
"lodash.unset": "^4.5.2",
"lodash.clonedeep": "^4.5.0",
"next": "^13",
"mermaid": "10.1.0",
"next-i18next": "^11.0.0",
"pdfkit": "^0.13.0",
"react-copy-to-clipboard": "^5.0.4",
@ -83,7 +84,6 @@
"autoprefixer": "^10.4.0",
"eslint-config-next": "12.1.6",
"highlight.js": "^11.5.1",
"js-yaml": "^4.1.0",
"postcss": "^8.4.14",
"postcss-for": "^2.1.1",
"svg-to-pdfkit": "^0.1.8",