Skip to content

Commit

Permalink
fix(markdown): remove wrong peer dependency to react
Browse files Browse the repository at this point in the history
  • Loading branch information
sdorra committed Oct 24, 2024
1 parent 528babf commit 36f89a7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 24 deletions.
5 changes: 5 additions & 0 deletions .changeset/sour-carpets-hammer.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@content-collections/markdown": patch
---

Remove wrong peer dependency to react
4 changes: 1 addition & 3 deletions packages/markdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@
"unified": "^11.0.5"
},
"peerDependencies": {
"@content-collections/core": "0.x",
"react": "^18.0.0",
"react-dom": "^18.2.0"
"@content-collections/core": "0.x"
},
"devDependencies": {
"@content-collections/core": "workspace:*",
Expand Down
23 changes: 2 additions & 21 deletions pnpm-lock.yaml

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

0 comments on commit 36f89a7

Please sign in to comment.