Skip to content

Commit

Permalink
chore(platform-fastify): clean code
Browse files Browse the repository at this point in the history
Closes: #2445
  • Loading branch information
Romakita committed Dec 30, 2023
1 parent 85f1095 commit ac65224
Show file tree
Hide file tree
Showing 2 changed files with 280 additions and 21 deletions.
28 changes: 14 additions & 14 deletions packages/platform/platform-fastify/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsed/platform-fastify",
"version": "7.33.1",
"version": "7.50.0",
"description": "Fastify package for Ts.ED framework",
"private": false,
"source": "./src/index.ts",
Expand Down Expand Up @@ -56,25 +56,25 @@
},
"devDependencies": {
"@koa/cors": "3.3.0",
"@tsed/common": "7.33.1",
"@tsed/core": "7.33.1",
"@tsed/di": "7.33.1",
"@tsed/platform-test-sdk": "7.33.1",
"fastify": "4.20.0",
"@fastify/middie": "^8.3.0"
"@tsed/common": "7.53.0",
"@tsed/core": "7.53.0",
"@tsed/di": "7.53.0",
"@tsed/platform-test-sdk": "7.53.0",
"fastify": "4.25.2",
"@fastify/middie": "8.3.0"
},
"dependencies": {
"tslib": "2.5.0"
},
"peerDependencies": {
"@tsed/common": "^7.33.1",
"@tsed/core": "^7.33.1",
"@tsed/di": "^7.33.1",
"@tsed/json-mapper": "^7.33.1",
"@tsed/common": "^7.53.0",
"@tsed/core": "^7.53.0",
"@tsed/di": "^7.53.0",
"@tsed/json-mapper": "^7.53.0",
"@tsed/logger": ">=6.1.1",
"@tsed/openspec": "^7.33.1",
"@tsed/schema": "^7.33.1",
"fastify": "^3.29.0"
"@tsed/openspec": "^7.53.0",
"@tsed/schema": "^7.53.0",
"fastify": "^4.0.0"
},
"peerDependenciesMeta": {
"@tsed/common": {
Expand Down
Loading

0 comments on commit ac65224

Please sign in to comment.