Skip to content

Commit

Permalink
Change: remove peer dependencies: fastify
Browse files Browse the repository at this point in the history
- [change] remove peer dependencies: fastify
- deps
  - dev
    - remove fastify: 4.24.3
  • Loading branch information
imjuni committed Nov 12, 2023
1 parent a5c7b21 commit aa51d3a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 315 deletions.
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@
"eslint-plugin-jsdoc": "^46.9.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-prettier": "^5.0.1",
"fastify": "^4.24.3",
"husky": "^8.0.3",
"jest": "^29.7.0",
"lint-staged": "^15.1.0",
Expand Down Expand Up @@ -109,8 +108,5 @@
"*.{js,jsx,ts,tsx},*.json,.{eslintrc.cjs,prettierrc}": [
"cross-env NODE_ENV=production prettier --ignore-path .eslintignore --parser json --write"
]
},
"peerDependencies": {
"fastify": "^4.23.2"
}
}

0 comments on commit aa51d3a

Please sign in to comment.