Skip to content

Commit

Permalink
chore: upgrade typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Apr 5, 2023
1 parent aa2717b commit 718e704
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
"ts-morph": "18.0.0",
"ts-node": "10.9.1",
"typeorm": "0.3.12",
"typescript": "4.9.5",
"typescript": "5.0.3",
"wrk": "1.2.1",
"ws": "8.13.0"
},
Expand Down Expand Up @@ -243,4 +243,4 @@
],
"exit": true
}
}
}
2 changes: 1 addition & 1 deletion packages/core/middleware/routes-mapper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export class RoutesMapper {
return [
{
path: addLeadingSlash(routePath),
method: defaultRequestMethod,
method: defaultRequestMethod as any,
},
];
}
Expand Down
1 change: 0 additions & 1 deletion packages/tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"declaration": true,
"noImplicitAny": false,
"skipLibCheck": true,
"suppressImplicitAnyIndexErrors": true,
"noUnusedLocals": false,
"importHelpers": true,
"removeComments": false,
Expand Down

0 comments on commit 718e704

Please sign in to comment.