Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade dependencies for TS 5.3 #182

Merged
merged 1 commit into from
Nov 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.2.0",
"prettier": "^2.6.2",
"typescript": "^5.2.2"
"typescript": "^5.3.2"
}
}
16 changes: 8 additions & 8 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": "5.1.4",
"version": "5.1.5",
"description": "Fake iamport server for testing",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand All @@ -19,7 +19,7 @@
"package:api": "npm run build:swagger && npm run build:api && cd packages/api && npm publish",
"package:latest": "npm run build && npm run test && npm publish",
"package:next": "npm run package:latest -- --tag next",
"prepare": "ts-patch install",
"prepare": "ts-patch install && typia patch",
"-------------------------------------------------": "",
"start": "pm2 start lib/executable/server.js -i 1 --name fake-iamport-server --wait-ready --listen-timeout 120000 --kill-timeout 15000",
"start:reload": "pm2 reload fake-iamport-server",
Expand All @@ -38,7 +38,7 @@
},
"homepage": "https://github.com/samchon/fake-iamport-server",
"devDependencies": {
"@nestia/sdk": "^2.3.9",
"@nestia/sdk": "^2.4.1",
"@types/atob": "^2.1.2",
"@types/btoa": "^1.2.3",
"@types/cli": "^0.11.19",
Expand All @@ -48,18 +48,18 @@
"@typescript-eslint/parser": "^5.26.0",
"cli": "^1.0.1",
"copyfiles": "^2.4.1",
"nestia": "^5.0.1",
"nestia": "^5.1.2",
"pm2": "^4.5.6",
"rimraf": "^3.0.2",
"sloc": "^0.2.1",
"ts-node": "^10.9.1",
"ts-patch": "^3.0.2",
"typescript": "^5.2.2"
"typescript": "^5.3.2"
},
"dependencies": {
"@nestia/core": "^2.3.9",
"@nestia/core": "^2.4.1",
"@nestia/e2e": "^0.4.0",
"@nestia/fetcher": "^2.3.9",
"@nestia/fetcher": "^2.4.1",
"@nestjs/common": "^10.2.8",
"@nestjs/core": "^10.2.8",
"@nestjs/platform-fastify": "^10.2.8",
Expand All @@ -68,7 +68,7 @@
"source-map-support": "^0.5.19",
"tstl": "^2.5.13",
"typescript-transform-paths": "^3.4.6",
"typia": "^5.2.6",
"typia": "^5.3.1",
"uuid": "^9.0.0"
},
"keywords": [
Expand Down
14 changes: 7 additions & 7 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": "5.1.4",
"version": "5.1.5",
"description": "Fake toss-payments server for testing",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand All @@ -19,7 +19,7 @@
"package:api": "npm run build:swagger && npm run build:api && cd packages/api && npm publish",
"package:latest": "npm run build && npm run test && npm publish",
"package:next": "npm run package:latest -- --tag next",
"prepare": "ts-patch install",
"prepare": "ts-patch install && typia patch",
"-------------------------------------------------": "",
"start": "pm2 start lib/executable/server.js -i 1 --name fake-toss-payments-server --wait-ready --listen-timeout 120000 --kill-timeout 15000",
"start:reload": "pm2 reload fake-toss-payments-server",
Expand All @@ -39,7 +39,7 @@
"homepage": "https://github.com/samchon/fake-toss-payments-server",
"devDependencies": {
"@nestia/e2e": "^0.4.0",
"@nestia/sdk": "^2.3.9",
"@nestia/sdk": "^2.4.1",
"@types/atob": "^2.1.2",
"@types/btoa": "^1.2.3",
"@types/cli": "^0.11.19",
Expand All @@ -49,17 +49,17 @@
"@typescript-eslint/parser": "^5.26.0",
"cli": "^1.0.1",
"copyfiles": "^2.4.1",
"nestia": "^5.0.1",
"nestia": "^5.1.2",
"pm2": "^4.5.6",
"rimraf": "^3.0.2",
"sloc": "^0.2.1",
"ts-node": "^10.9.1",
"ts-patch": "^3.0.2",
"typescript": "^5.1.6",
"typescript": "^5.3.2",
"typescript-transform-paths": "^3.4.6"
},
"dependencies": {
"@nestia/core": "^2.3.9",
"@nestia/core": "^2.4.1",
"@nestjs/common": "^10.2.8",
"@nestjs/core": "^10.2.8",
"@nestjs/platform-fastify": "^10.2.8",
Expand All @@ -69,7 +69,7 @@
"serialize-error": "^4.1.0",
"source-map-support": "^0.5.19",
"tstl": "^2.5.13",
"typia": "^5.2.6",
"typia": "^5.3.1",
"uuid": "^9.0.0"
},
"keywords": [
Expand Down
10 changes: 5 additions & 5 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": "5.1.4",
"version": "5.1.5",
"description": "API for Iamport Server",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand All @@ -9,7 +9,7 @@
"build:sdk": "rimraf ../fake-iamport-server/src/api/functional && cd ../fake-iamport-server && npx nestia sdk && cd ../iamport-server-api",
"compile": "rimraf lib && tsc",
"deploy": "npm run build && npm publish",
"prepare": "ts-patch install"
"prepare": "ts-patch install && typia patch"
},
"repository": {
"type": "git",
Expand All @@ -31,10 +31,10 @@
"rimraf": "^5.0.1",
"ts-node": "^10.9.1",
"ts-patch": "^3.0.2",
"typescript": "^5.2.2"
"typescript": "^5.3.2"
},
"dependencies": {
"@nestia/fetcher": "^2.3.9",
"typia": "^5.2.6"
"@nestia/fetcher": "^2.4.1",
"typia": "^5.3.1"
}
}
Loading