Skip to content

Commit

Permalink
Close #715: decorators
Browse files Browse the repository at this point in the history
  • Loading branch information
samchon committed Apr 26, 2024
1 parent 7cb7bb6 commit 7757d76
Show file tree
Hide file tree
Showing 13 changed files with 623 additions and 25 deletions.
6 changes: 5 additions & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,13 @@
"detect-ts-node": "^1.0.5",
"glob": "^7.2.0",
"multer": "1.4.5-lts.1",
"path-parser": "^6.1.0",
"raw-body": "^2.0.0",
"reflect-metadata": ">=0.1.12",
"rxjs": ">=6.0.3",
"typia": "^6.0.3"
"tgrid": "^0.10.3",
"typia": "^6.0.3",
"ws": "^7.5.3"
},
"peerDependencies": {
"@nestia/fetcher": ">=3.0.5",
Expand All @@ -65,6 +68,7 @@
"@types/inquirer": "^9.0.3",
"@types/multer": "^1.4.11",
"@types/ts-expose-internals": "npm:ts-expose-internals@5.2.2",
"@types/ws": "^8.5.10",
"@typescript-eslint/eslint-plugin": "^5.46.1",
"@typescript-eslint/parser": "^5.46.1",
"commander": "^10.0.0",
Expand Down
Loading

0 comments on commit 7757d76

Please sign in to comment.