Skip to content

Commit

Permalink
chore: peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyTseng committed Aug 8, 2024
1 parent 9038891 commit aa91ee8
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
7 changes: 6 additions & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,12 @@
"url": "https://github.com/CodyTseng/nostr-relay/issues"
},
"dependencies": {
"@nostr-relay/common": "^0.0.24",
"lru-cache": "^10.1.0"
},
"devDependencies": {
"@nostr-relay/common": "^0.0.24"
},
"peerDependencies": {
"@nostr-relay/common": "^0.0.24"
}
}
5 changes: 4 additions & 1 deletion packages/event-repository-sqlite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,14 @@
"url": "https://github.com/CodyTseng/nostr-relay/issues"
},
"dependencies": {
"@nostr-relay/common": "^0.0.24",
"better-sqlite3": "^9.2.2",
"kysely": "^0.27.3"
},
"devDependencies": {
"@nostr-relay/common": "^0.0.24",
"@types/better-sqlite3": "^7.6.8"
},
"peerDependencies": {
"@nostr-relay/common": "^0.0.24"
}
}
7 changes: 6 additions & 1 deletion packages/validator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,13 @@
"url": "https://github.com/CodyTseng/nostr-relay/issues"
},
"dependencies": {
"@nostr-relay/common": "^0.0.24",
"zod": "^3.22.4",
"zod-validation-error": "^2.1.0"
},
"devDependencies": {
"@nostr-relay/common": "^0.0.24"
},
"peerDependencies": {
"@nostr-relay/common": "^0.0.24"
}
}

0 comments on commit aa91ee8

Please sign in to comment.