Skip to content

Commit

Permalink
Merge pull request #874 from samchon/features/typia
Browse files Browse the repository at this point in the history
Upgrade `@samchon/openapi` for its bug reason
  • Loading branch information
samchon committed Apr 15, 2024
2 parents 77121e0 + 466e89a commit f16374d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/migrate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestia/migrate",
"version": "0.13.4",
"version": "0.13.5",
"description": "Migration program from swagger to NestJS",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -58,7 +58,7 @@
"typescript-transform-paths": "^3.4.6"
},
"dependencies": {
"@samchon/openapi": "^0.1.12",
"@samchon/openapi": "^0.1.14",
"commander": "10.0.0",
"inquirer": "8.2.5",
"prettier": "^3.2.5",
Expand Down
4 changes: 2 additions & 2 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
"@mui/icons-material": "5.15.6",
"@mui/material": "5.15.6",
"@mui/system": "5.15.6",
"@nestia/migrate": "^0.13.4",
"@samchon/openapi": "^0.1.12",
"@nestia/migrate": "^0.13.5",
"@samchon/openapi": "^0.1.14",
"@stackblitz/sdk": "^1.9.0",
"js-yaml": "^4.1.0",
"next": "14.1.0",
Expand Down

0 comments on commit f16374d

Please sign in to comment.