Skip to content

Commit

Permalink
remove next, move fumadocs to peer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Yonom authored and densumesh committed Nov 7, 2024
1 parent a80291e commit 3eb5f0b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions clients/trieve-fumadocs-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,9 @@
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"dependencies": {
"peerDependencies": {
"fumadocs-core": "^14.1.0",
"fumadocs-ui": "^14.1.0",
"next": "14.2.4"
},
"peerDependencies": {
"react": "^18 || ^19.0.0-rc",
"react-dom": "^18 || ^19.0.0-rc",
"trieve-ts-sdk": ">= 0.0.14"
Expand Down

0 comments on commit 3eb5f0b

Please sign in to comment.