Skip to content

Commit bc1f80e

Browse files
committed
Add .npmrc to work around stale peer dep in starlight-client-mermaid
1 parent 729a817 commit bc1f80e

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

astro/.npmrc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# @pasqal-io/starlight-client-mermaid@0.1.0 has a stale peer dep on
2+
# @astrojs/markdown-remark@^6.0.2 which conflicts with the ^7.1.0 required
3+
# by Astro 6 / Starlight 0.38. The package works fine at runtime.
4+
# Remove this once starlight-client-mermaid publishes a version with an
5+
# updated peer dependency range.
6+
legacy-peer-deps=true

0 commit comments

Comments
 (0)