Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
samchon committed May 7, 2024
1 parent d7a58ac commit 701808e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"homepage": "https://github.com/samchon/nestia-start#readme",
"devDependencies": {
"@nestia/e2e": "^0.4.3",
"@nestia/sdk": "^3.1.2",
"@nestia/sdk": "^3.1.3",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/cli": "^0.11.21",
"@types/express": "^4.17.21",
Expand Down Expand Up @@ -74,8 +74,8 @@
"write-file-webpack-plugin": "^4.5.1"
},
"dependencies": {
"@nestia/core": "^3.1.2",
"@nestia/fetcher": "^3.1.2",
"@nestia/core": "^3.1.3",
"@nestia/fetcher": "^3.1.3",
"@nestjs/common": "^10.3.8",
"@nestjs/core": "^10.3.8",
"@nestjs/platform-express": "^10.3.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"typescript": "^5.3.3"
},
"dependencies": {
"@nestia/fetcher": "^3.1.2",
"@nestia/fetcher": "^3.1.3",
"typia": "^6.0.3"
}
}

0 comments on commit 701808e

Please sign in to comment.