File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 5959 "close-with-grace" : " ^2.1.0" ,
6060 "commist" : " ^3.0.0" ,
6161 "dotenv" : " ^16.0.0" ,
62- "fastify" : " ^4.26.1 " ,
63- "fastify-plugin" : " ^4 .0.0" ,
62+ "fastify" : " ^5.0.0-alpha.4 " ,
63+ "fastify-plugin" : " ^5 .0.0" ,
6464 "generify" : " ^4.0.0" ,
6565 "help-me" : " ^4.0.1" ,
6666 "is-docker" : " ^2.0.0" ,
7171 "yargs-parser" : " ^21.1.1"
7272 },
7373 "devDependencies" : {
74- "@fastify/autoload" : " ^5 .0.0" ,
74+ "@fastify/autoload" : " ^6 .0.0" ,
7575 "@fastify/pre-commit" : " ^2.0.2" ,
76- "@fastify/sensible" : " ^5 .0.0" ,
76+ "@fastify/sensible" : " ^6 .0.0" ,
7777 "@types/node" : " ^22.1.0" ,
7878 "@types/tap" : " ^15.0.5" ,
7979 "c8" : " ^10.1.2" ,
Original file line number Diff line number Diff line change 11import fp from 'fastify-plugin'
2- import sensible , { SensibleOptions } from '@fastify/sensible'
2+ import sensible , { FastifySensibleOptions } from '@fastify/sensible'
33
44/**
55 * This plugins adds some utilities to handle http errors
66 *
77 * @see https://github.com/fastify/fastify-sensible
88 */
9- export default fp < SensibleOptions > ( async ( fastify ) => {
9+ export default fp < FastifySensibleOptions > ( async ( fastify ) => {
1010 fastify . register ( sensible )
1111} )
Original file line number Diff line number Diff line change 11import fp from 'fastify-plugin'
2- import sensible , { SensibleOptions } from '@fastify/sensible'
2+ import sensible , { FastifySensibleOptions } from '@fastify/sensible'
33
44/**
55 * This plugins adds some utilities to handle http errors
66 *
77 * @see https://github.com/fastify/fastify-sensible
88 */
9- export default fp < SensibleOptions > ( async ( fastify ) => {
9+ export default fp < FastifySensibleOptions > ( async ( fastify ) => {
1010 fastify . register ( sensible )
1111} )
You can’t perform that action at this time.
0 commit comments