Skip to content

Commit

Permalink
chore: remove unmet peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nflaig committed May 5, 2023
1 parent cd7709b commit ff64d4b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
3 changes: 0 additions & 3 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,6 @@
"ajv": "^8.12.0",
"fastify": "^4.15.0"
},
"peerDependencies": {
"fastify": "^4.15.0"
},
"keywords": [
"ethereum",
"eth-consensus",
Expand Down
4 changes: 2 additions & 2 deletions packages/api/src/utils/server/types.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// eslint-disable-next-line import/no-extraneous-dependencies
import {FastifyInstance} from "fastify";
import type {FastifyInstance} from "fastify";
// eslint-disable-next-line import/no-extraneous-dependencies
import * as fastify from "fastify";
import type * as fastify from "fastify";
import {ReqGeneric} from "../types.js";

export type ServerInstance = FastifyInstance;
Expand Down
3 changes: 0 additions & 3 deletions packages/beacon-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,6 @@
"varint": "^6.0.0",
"xxhash-wasm": "1.0.2"
},
"peerDependencies": {
"c-kzg": "^1.0.7"
},
"devDependencies": {
"@types/eventsource": "^1.1.11",
"@types/leveldown": "^4.0.3",
Expand Down

0 comments on commit ff64d4b

Please sign in to comment.