[core][s]: bump mdx-mermaid and mv to peers

This commit is contained in:
olayway 2023-06-12 18:31:35 +02:00
parent aa365cbb0d
commit 6bf6c8faf4
2 changed files with 7 additions and 2 deletions

View File

@ -0,0 +1,5 @@
---
'@portaljs/core': patch
---
Move mdx-mermaid to peer-dependencies.

View File

@ -35,7 +35,6 @@
"disqus-react": "^1.1.5", "disqus-react": "^1.1.5",
"framer-motion": "^10.0.1", "framer-motion": "^10.0.1",
"kbar": "0.1.0-beta.40", "kbar": "0.1.0-beta.40",
"mdx-mermaid": "^1.3.2",
"mermaid": "^10.2.2", "mermaid": "^10.2.2",
"prop-types": "^15.8.1" "prop-types": "^15.8.1"
}, },
@ -43,6 +42,7 @@
"next": "^13.2.1", "next": "^13.2.1",
"next-themes": "^0.2.1", "next-themes": "^0.2.1",
"react": "^18.2.0", "react": "^18.2.0",
"react-dom": "^18.2.0" "react-dom": "^18.2.0",
"mdx-mermaid": "2.0.0-rc7"
} }
} }