Skip to content

Commit

Permalink
Also upgrade @samchon/openapi`
Browse files Browse the repository at this point in the history
  • Loading branch information
samchon committed Dec 16, 2024
1 parent 3c76690 commit cdb1019
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@nestia/fetcher": "workspace:^",
"@nestjs/common": ">=7.0.1",
"@nestjs/core": ">=7.0.1",
"@samchon/openapi": "^2.1.2",
"@samchon/openapi": "^2.2.0",
"detect-ts-node": "^1.0.5",
"get-function-location": "^2.0.0",
"glob": "^7.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/editor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"dependencies": {
"@mui/material": "^5.15.6",
"@nestia/migrate": "workspace:^",
"@samchon/openapi": "^2.1.2",
"@samchon/openapi": "^2.2.0",
"@stackblitz/sdk": "^1.11.0",
"js-yaml": "^4.1.0",
"prettier": "3.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/fetcher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"homepage": "https://nestia.io",
"dependencies": {
"@samchon/openapi": "^2.1.2",
"@samchon/openapi": "^2.2.0",
"typia": "^7.4.0"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/migrate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
},
"dependencies": {
"@nestia/sdk": "workspace:^",
"@samchon/openapi": "^2.1.2",
"@samchon/openapi": "^2.2.0",
"commander": "10.0.0",
"inquirer": "8.2.5",
"prettier": "^3.2.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"dependencies": {
"@nestia/core": "workspace:^",
"@nestia/fetcher": "workspace:^",
"@samchon/openapi": "^2.1.2",
"@samchon/openapi": "^2.2.0",
"cli": "^1.0.1",
"get-function-location": "^2.0.0",
"glob": "^7.2.0",
Expand Down
2 changes: 1 addition & 1 deletion test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@nestjs/core": "^10.4.15",
"@nestjs/platform-express": "^10.4.15",
"@nestjs/platform-fastify": "^10.4.15",
"@samchon/openapi": "^2.1.2",
"@samchon/openapi": "^2.2.0",
"express": "^4.21.1",
"fastify": "^5.1.0",
"fastify-multer": "^2.0.3",
Expand Down

0 comments on commit cdb1019

Please sign in to comment.