Skip to content

Commit

Permalink
don't fail in missing peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gossi committed May 14, 2022
1 parent 6f0dad6 commit 2bbc049
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
public-hoist-pattern[]=*prettier*
public-hoist-pattern[]=*eslint*
public-hoist-pattern[]=*eslint*
strict-peer-dependencies=false
26 changes: 24 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
"react": "^18.1.0",
"react-dom": "^18.1.0",
"mdx-mermaid": "^1.1.0",
"mermaid": "^8.13.0"
"mermaid": "^8.13.0",
"unist-util-visit": "^4.1.0"
},
"browserslist": {
"production": [
Expand Down

0 comments on commit 2bbc049

Please sign in to comment.