Skip to content

Commit

Permalink
Merge pull request #1130 from samchon/feat/migrate
Browse files Browse the repository at this point in the history
Fix samchon/openapi#104 in `migrate` and `editor`.
  • Loading branch information
samchon authored Dec 4, 2024
2 parents 5d29e01 + 7b98629 commit 78f74c9
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions packages/editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestia/editor",
"version": "0.9.1",
"version": "0.9.2",
"typings": "lib/index.d.ts",
"main": "lib/index.js",
"module": "lib/index.mjs",
Expand Down Expand Up @@ -34,7 +34,7 @@
"homepage": "https://nestia.io",
"dependencies": {
"@mui/material": "^5.15.6",
"@nestia/migrate": "^0.21.1",
"@nestia/migrate": "^0.21.2",
"@stackblitz/sdk": "^1.11.0",
"js-yaml": "^4.1.0",
"prettier": "3.3.3",
Expand Down
1 change: 1 addition & 0 deletions packages/migrate/assets/input/v2.0/semanticscholar.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions packages/migrate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestia/migrate",
"version": "0.21.1",
"version": "0.21.2",
"description": "Migration program from swagger to NestJS",
"typings": "lib/index.d.ts",
"main": "lib/index.js",
Expand Down Expand Up @@ -38,9 +38,9 @@
"homepage": "https://nestia.io",
"devDependencies": {
"@nestia/benchmark": "^0.3.0",
"@nestia/core": "^4.0.1",
"@nestia/core": "^4.0.2",
"@nestia/e2e": "^0.7.0",
"@nestia/fetcher": "^4.0.1",
"@nestia/fetcher": "^4.0.2",
"@nestjs/common": "^10.3.8",
"@nestjs/core": "^10.3.8",
"@nestjs/platform-express": "^10.3.8",
Expand Down Expand Up @@ -71,8 +71,8 @@
"typescript-transform-paths": "^3.5.2"
},
"dependencies": {
"@nestia/sdk": "^4.0.1",
"@samchon/openapi": "^2.0.0",
"@nestia/sdk": "^4.0.2",
"@samchon/openapi": "^2.0.1",
"commander": "10.0.0",
"inquirer": "8.2.5",
"prettier": "^3.2.5",
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@mui/icons-material": "5.15.6",
"@mui/material": "5.15.6",
"@mui/system": "5.15.6",
"@nestia/editor": "^0.9.1",
"@nestia/editor": "^0.9.2",
"next": "14.2.13",
"nextra": "^2.13.4",
"nextra-theme-docs": "^2.13.4",
Expand Down

0 comments on commit 78f74c9

Please sign in to comment.