Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
samchon committed Apr 30, 2024
1 parent 8a40c5a commit d6ed8eb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"homepage": "https://github.com/samchon/backend",
"devDependencies": {
"@nestia/e2e": "^0.4.3",
"@nestia/sdk": "^3.0.5",
"@nestia/sdk": "^3.1.1",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/cli": "^0.11.19",
"@types/express": "^4.17.21",
Expand Down Expand Up @@ -74,8 +74,8 @@
"write-file-webpack-plugin": "^4.5.1"
},
"dependencies": {
"@nestia/core": "^3.0.5",
"@nestia/fetcher": "^3.0.5",
"@nestia/core": "^3.1.1",
"@nestia/fetcher": "^3.1.1",
"@nestjs/common": "^10.3.8",
"@nestjs/core": "^10.3.8",
"@nestjs/platform-express": "^10.3.8",
Expand Down
4 changes: 2 additions & 2 deletions packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
},
"homepage": "https://github.com/samchon/backend#readme",
"dependencies": {
"@nestia/fetcher": "^3.0.3",
"typia": "^6.0.2"
"@nestia/fetcher": "^3.1.1",
"typia": "^6.0.3"
},
"include": [
"lib",
Expand Down

0 comments on commit d6ed8eb

Please sign in to comment.