Skip to content

Commit

Permalink
Merge pull request #203 from samchon/features/openapi
Browse files Browse the repository at this point in the history
Upgrade dependencies, so that accept OpenAPI v3.1
  • Loading branch information
samchon committed Apr 12, 2024
2 parents 2767587 + 79720f6 commit ef99f25
Show file tree
Hide file tree
Showing 10 changed files with 2,156 additions and 1,004 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@samchon/payments",
"version": "7.0.0",
"version": "8.0.0",
"description": "Collection of Payment system of Samchon",
"scripts": {
"package:latest": "node deploy latest",
Expand Down
10 changes: 5 additions & 5 deletions packages/fake-iamport-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fake-iamport-server",
"version": "7.0.0",
"version": "8.0.0",
"description": "Fake iamport server for testing",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -38,7 +38,7 @@
},
"homepage": "https://github.com/samchon/fake-iamport-server",
"devDependencies": {
"@nestia/sdk": "^2.6.2",
"@nestia/sdk": "^3.0.1",
"@types/atob": "^2.1.2",
"@types/btoa": "^1.2.3",
"@types/cli": "^0.11.19",
Expand All @@ -57,9 +57,9 @@
"typescript": "^5.3.2"
},
"dependencies": {
"@nestia/core": "^2.6.2",
"@nestia/core": "^3.0.1",
"@nestia/e2e": "^0.4.1",
"@nestia/fetcher": "^2.6.2",
"@nestia/fetcher": "^3.0.1",
"@nestjs/common": "^10.2.8",
"@nestjs/core": "^10.2.8",
"@nestjs/platform-fastify": "^10.2.8",
Expand All @@ -70,7 +70,7 @@
"source-map-support": "^0.5.19",
"tstl": "^3.0.0",
"typescript-transform-paths": "^3.4.6",
"typia": "^5.5.7",
"typia": "^6.0.1",
"uuid": "^9.0.0"
},
"keywords": [
Expand Down
10 changes: 5 additions & 5 deletions packages/fake-toss-payments-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fake-toss-payments-server",
"version": "7.0.0",
"version": "8.0.0",
"description": "Fake toss-payments server for testing",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -39,7 +39,7 @@
"homepage": "https://github.com/samchon/fake-toss-payments-server",
"devDependencies": {
"@nestia/e2e": "^0.4.1",
"@nestia/sdk": "^2.6.2",
"@nestia/sdk": "^3.0.1",
"@types/atob": "^2.1.2",
"@types/btoa": "^1.2.3",
"@types/cli": "^0.11.19",
Expand All @@ -59,8 +59,8 @@
"typescript-transform-paths": "^3.4.6"
},
"dependencies": {
"@nestia/core": "^2.6.2",
"@nestia/fetcher": "^2.6.2",
"@nestia/core": "^3.0.1",
"@nestia/fetcher": "^3.0.1",
"@nestjs/common": "^10.2.8",
"@nestjs/core": "^10.2.8",
"@nestjs/platform-fastify": "^10.2.8",
Expand All @@ -70,7 +70,7 @@
"serialize-error": "^4.1.0",
"source-map-support": "^0.5.19",
"tstl": "^3.0.0",
"typia": "^5.5.7",
"typia": "^6.0.1",
"uuid": "^9.0.0"
},
"keywords": [
Expand Down
6 changes: 3 additions & 3 deletions packages/iamport-server-api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iamport-server-api",
"version": "7.0.0",
"version": "8.0.0",
"description": "API for Iamport Server",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -34,7 +34,7 @@
"typescript": "^5.3.2"
},
"dependencies": {
"@nestia/fetcher": "^2.6.2",
"typia": "^5.5.7"
"@nestia/fetcher": "^3.0.1",
"typia": "^6.0.1"
}
}

0 comments on commit ef99f25

Please sign in to comment.