Skip to content

Commit

Permalink
Core: fix peerdeps
Browse files Browse the repository at this point in the history
  • Loading branch information
fuma-nama committed Mar 1, 2025
1 parent 6ebeabd commit 9f6d39a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
5 changes: 5 additions & 0 deletions .changeset/eighty-animals-allow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'fumadocs-core': patch
---

Fix peer deps
5 changes: 0 additions & 5 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@
"devDependencies": {
"@algolia/client-search": "4.24.0",
"@mdx-js/mdx": "^3.1.0",
"@orama/tokenizers": "^3.1.1",
"@oramacloud/client": "^2.1.4",
"@types/estree-jsx": "^1.0.5",
"@types/hast": "^3.0.4",
Expand All @@ -137,17 +136,13 @@
"vfile": "^6.0.3"
},
"peerDependencies": {
"@orama/tokenizers": "2.x.x",
"@oramacloud/client": "1.x.x || 2.x.x",
"algoliasearch": "4.24.0",
"next": "14.x.x || 15.x.x",
"react": "18.x.x || 19.x.x",
"react-dom": "18.x.x || 19.x.x"
},
"peerDependenciesMeta": {
"@orama/tokenizers": {
"optional": true
},
"@oramacloud/client": {
"optional": true
},
Expand Down
3 changes: 0 additions & 3 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 9f6d39a

Please sign in to comment.