Skip to content

Commit 4de3179

Browse files
authored
Merge pull request #673 from samchon/features/ts5.3
Pending TypeScript v5.3 update.
2 parents 28f9192 + c365281 commit 4de3179

File tree

13 files changed

+30
-30
lines changed

13 files changed

+30
-30
lines changed

benchmark/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"homepage": "https://nestia.io",
2626
"dependencies": {
2727
"@nestia/core": "^2.2.1-dev.20231012",
28-
"typia": "^5.2.3"
28+
"typia": "^5.2.4"
2929
},
3030
"devDependencies": {
3131
"@trivago/prettier-plugin-sort-imports": "^4.1.1",

packages/cli/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nestia",
3-
"version": "5.0.2",
3+
"version": "5.0.3",
44
"description": "Nestia CLI tool",
55
"main": "bin/index.js",
66
"bin": {
@@ -37,8 +37,8 @@
3737
"inquirer": "^8.2.5"
3838
},
3939
"devDependencies": {
40-
"@nestia/core": "^2.0.0",
41-
"@nestia/sdk": "^2.0.0",
40+
"@nestia/core": "^2.3.4",
41+
"@nestia/sdk": "^2.3.4",
4242
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
4343
"@types/inquirer": "^9.0.3",
4444
"@types/node": "^18.11.16",

packages/cli/src/NestiaSetupWizard.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export namespace NestiaSetupWizard {
1818
// INSTALL TYPESCRIPT COMPILERS
1919
pack.install({ dev: true, modulo: "ts-patch", version: "latest" });
2020
pack.install({ dev: true, modulo: "ts-node", version: "latest" });
21-
pack.install({ dev: true, modulo: "typescript", version: "latest" });
21+
pack.install({ dev: true, modulo: "typescript", version: "5.2.2" });
2222
args.project ??= (() => {
2323
const runner: string =
2424
pack.manager === "npm" ? "npx" : pack.manager;

packages/core/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nestia/core",
3-
"version": "2.3.3",
3+
"version": "2.3.4",
44
"description": "Super-fast validation decorators of NestJS",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",
@@ -34,7 +34,7 @@
3434
},
3535
"homepage": "https://nestia.io",
3636
"dependencies": {
37-
"@nestia/fetcher": "^2.3.3",
37+
"@nestia/fetcher": "^2.3.4",
3838
"@nestjs/common": ">=7.0.1",
3939
"@nestjs/core": ">=7.0.1",
4040
"@nestjs/platform-express": ">=7.0.1",
@@ -44,19 +44,19 @@
4444
"raw-body": ">=2.0.0",
4545
"reflect-metadata": ">=0.1.12",
4646
"rxjs": ">=6.0.0",
47-
"typia": "^5.2.3"
47+
"typia": "^5.2.4"
4848
},
4949
"peerDependencies": {
50-
"@nestia/fetcher": ">=2.3.3",
50+
"@nestia/fetcher": ">=2.3.4",
5151
"@nestjs/common": ">=7.0.1",
5252
"@nestjs/core": ">=7.0.1",
5353
"@nestjs/platform-express": ">=7.0.1",
5454
"@nestjs/platform-fastify": ">=7.0.1",
5555
"raw-body": ">=2.0.0",
5656
"reflect-metadata": ">=0.1.12",
5757
"rxjs": ">=6.0.0",
58-
"typescript": ">=4.8.0",
59-
"typia": ">=5.2.3 <6.0.0"
58+
"typescript": ">=4.8.0 <5.3.0",
59+
"typia": ">=5.2.4 <6.0.0"
6060
},
6161
"devDependencies": {
6262
"@trivago/prettier-plugin-sort-imports": "^4.0.0",

packages/e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"ts-node": "^10.9.1",
4141
"ts-patch": "^3.0.2",
4242
"typescript": "^5.2.2",
43-
"typia": "^5.2.3"
43+
"typia": "^5.2.4"
4444
},
4545
"dependencies": {
4646
"chalk": "^4.1.2",

packages/fetcher/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nestia/fetcher",
3-
"version": "2.3.3",
3+
"version": "2.3.4",
44
"description": "Fetcher library of Nestia SDK",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",

packages/migrate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"typescript-transform-paths": "^3.4.6"
4646
},
4747
"dependencies": {
48-
"typia": "^5.2.3"
48+
"typia": "^5.2.4"
4949
},
5050
"files": [
5151
"lib",

packages/sdk/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nestia/sdk",
3-
"version": "2.3.3",
3+
"version": "2.3.4",
44
"description": "Nestia SDK and Swagger generator",
55
"main": "lib/index.js",
66
"typings": "lib/index.d.ts",
@@ -35,7 +35,7 @@
3535
},
3636
"homepage": "https://nestia.io",
3737
"dependencies": {
38-
"@nestia/fetcher": "^2.3.3",
38+
"@nestia/fetcher": "^2.3.4",
3939
"cli": "^1.0.1",
4040
"get-function-location": "^2.0.0",
4141
"glob": "^7.2.0",
@@ -44,16 +44,16 @@
4444
"tsconfck": "^2.0.1",
4545
"tsconfig-paths": "^4.1.1",
4646
"tstl": "^2.5.13",
47-
"typia": "^5.2.3"
47+
"typia": "^5.2.4"
4848
},
4949
"peerDependencies": {
50-
"@nestia/fetcher": ">=2.3.3",
50+
"@nestia/fetcher": ">=2.3.4",
5151
"@nestjs/common": ">=7.0.1",
5252
"@nestjs/core": ">=7.0.1",
5353
"reflect-metadata": ">=0.1.12",
5454
"ts-node": ">=10.6.0",
55-
"typescript": ">=4.8.0",
56-
"typia": ">=5.2.3 <6.0.0"
55+
"typescript": ">=4.8.0 <5.3.0",
56+
"typia": ">=5.2.4 <6.0.0"
5757
},
5858
"devDependencies": {
5959
"@nestjs/common": ">= 7.0.1",

test/features/distribute-assert/packages/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@
3434
},
3535
"dependencies": {
3636
"@nestia/fetcher": "file:../../../../../packages/fetcher/nestia-fetcher-0.0.0-dev.20991231.tgz",
37-
"typia": "^5.2.3"
37+
"typia": "^5.2.4"
3838
}
3939
}

test/features/distribute-json/packages/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@
3434
},
3535
"dependencies": {
3636
"@nestia/fetcher": "file:../../../../../packages/fetcher/nestia-fetcher-0.0.0-dev.20991231.tgz",
37-
"typia": "^5.2.3"
37+
"typia": "^5.2.4"
3838
}
3939
}

0 commit comments

Comments
 (0)