chore(deps): update all non-major dependencies #369
Annotations
4 errors
Types:
src/server/api/services/ip-api.ts#L29
Property 'ip' does not exist on type 'string | undefined'.
|
Types:
src/server/api/services/ip-api.ts#L36
Argument of type '{ ip: string; place: string; country: string; } | undefined' is not assignable to parameter of type '{ ip: string; place: string; }'.
|
Types:
src/server/api/services/openweathermap.ts#L37
Argument of type '{ temp: number; place: string; iconId: number; description: string; } | undefined' is not assignable to parameter of type '{ temp: number; place: string; description: string; iconId: number; }'.
|
Types
Process completed with exit code 1.
|
Loading