Skip to content

Commit

Permalink
Update typia dependency version
Browse files Browse the repository at this point in the history
Related with samchon/typia#749
  • Loading branch information
samchon committed Aug 8, 2023
1 parent 8f51a54 commit a6d027e
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 26 deletions.
4 changes: 2 additions & 2 deletions benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
},
"homepage": "https://nestia.io",
"dependencies": {
"@nestia/core": "^1.6.1",
"typia": "^4.1.16"
"@nestia/core": "^1.6.2",
"typia": "^4.2.1"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"inquirer": "^8.2.5"
},
"devDependencies": {
"@nestia/core": "^1.6.1",
"@nestia/sdk": "^1.6.1",
"@nestia/core": "^1.6.2",
"@nestia/sdk": "^1.6.2",
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
"@types/inquirer": "^9.0.3",
"@types/node": "^18.11.16",
Expand Down
10 changes: 5 additions & 5 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestia/core",
"version": "1.6.1",
"version": "1.6.2",
"description": "Super-fast validation decorators of NestJS",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -34,7 +34,7 @@
},
"homepage": "https://nestia.io",
"dependencies": {
"@nestia/fetcher": "^1.6.1",
"@nestia/fetcher": "^1.6.2",
"@nestjs/common": ">= 7.0.1",
"@nestjs/core": ">= 7.0.1",
"@nestjs/platform-express": ">= 7.0.1",
Expand All @@ -44,10 +44,10 @@
"raw-body": ">= 2.0.0",
"reflect-metadata": ">= 0.1.12",
"rxjs": ">= 6.0.0",
"typia": "^4.1.16"
"typia": "^4.2.1"
},
"peerDependencies": {
"@nestia/fetcher": ">= 1.6.1",
"@nestia/fetcher": ">= 1.6.2",
"@nestjs/common": ">= 7.0.1",
"@nestjs/core": ">= 7.0.1",
"@nestjs/platform-express": ">= 7.0.1",
Expand All @@ -56,7 +56,7 @@
"reflect-metadata": ">= 0.1.12",
"rxjs": ">= 6.0.0",
"typescript": ">= 4.8.0",
"typia": ">= 4.1.16"
"typia": ">= 4.2.1"
},
"devDependencies": {
"@trivago/prettier-plugin-sort-imports": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"ts-node": "^10.9.1",
"ts-patch": "^3.0.2",
"typescript": "^5.1.3",
"typia": "^4.1.16"
"typia": "^4.2.1"
},
"dependencies": {
"chalk": "^4.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/fetcher/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestia/fetcher",
"version": "1.6.1",
"version": "1.6.2",
"description": "Fetcher library of Nestia SDK",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down
8 changes: 4 additions & 4 deletions packages/migrate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestia/migrate",
"version": "0.2.8",
"version": "0.2.9",
"description": "Migration program from swagger to NestJS",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -30,8 +30,8 @@
},
"homepage": "https://github.com/samchon/nestia#readme",
"devDependencies": {
"@nestia/core": "^1.6.1",
"@nestia/fetcher": "^1.6.1",
"@nestia/core": "^1.6.2",
"@nestia/fetcher": "^1.6.2",
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
"@types/node": "^20.3.3",
"prettier": "^2.8.8",
Expand All @@ -45,7 +45,7 @@
"typescript-transform-paths": "^3.4.6"
},
"dependencies": {
"typia": "^4.1.16"
"typia": "^4.2.1"
},
"files": [
"lib",
Expand Down
10 changes: 5 additions & 5 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nestia/sdk",
"version": "1.6.1",
"version": "1.6.2",
"description": "Nestia SDK and Swagger generator",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"homepage": "https://nestia.io",
"dependencies": {
"@nestia/fetcher": "^1.6.1",
"@nestia/fetcher": "^1.6.2",
"cli": "^1.0.1",
"glob": "^7.2.0",
"path-to-regexp": "^6.2.1",
Expand All @@ -44,16 +44,16 @@
"tsconfck": "^2.0.1",
"tsconfig-paths": "^4.1.1",
"tstl": "^2.5.13",
"typia": "^4.1.16"
"typia": "^4.2.1"
},
"peerDependencies": {
"@nestia/fetcher": ">= 1.6.1",
"@nestia/fetcher": ">= 1.6.2",
"@nestjs/common": ">= 7.0.1",
"@nestjs/core": ">= 7.0.1",
"reflect-metadata": ">= 0.1.12",
"ts-node": ">= 10.6.0",
"typescript": ">= 4.8.0",
"typia": ">= 4.1.16"
"typia": ">= 4.2.1"
},
"devDependencies": {
"@nestjs/common": ">= 7.0.1",
Expand Down
2 changes: 1 addition & 1 deletion test/features/distribute-assert/packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
},
"dependencies": {
"@nestia/fetcher": "^1.5.8",
"typia": "^4.1.16"
"typia": "^4.2.1"
}
}
2 changes: 1 addition & 1 deletion test/features/distribute-json/packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
},
"dependencies": {
"@nestia/fetcher": "^1.5.8",
"typia": "^4.1.16"
"typia": "^4.2.1"
}
}
8 changes: 4 additions & 4 deletions test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@
"ts-patch": "v3.0.2",
"typescript": "^5.1.6",
"typescript-transform-paths": "^3.4.4",
"typia": "^4.1.16",
"typia": "^4.2.1",
"uuid": "^9.0.0",
"nestia": "../packages/cli/nestia-4.3.2.tgz",
"@nestia/core": "../packages/core/nestia-core-1.6.1.tgz",
"@nestia/core": "../packages/core/nestia-core-1.6.2.tgz",
"@nestia/e2e": "../packages/e2e/nestia-e2e-0.3.6.tgz",
"@nestia/fetcher": "../packages/fetcher/nestia-fetcher-1.6.1.tgz",
"@nestia/sdk": "../packages/sdk/nestia-sdk-1.6.1.tgz"
"@nestia/fetcher": "../packages/fetcher/nestia-fetcher-1.6.2.tgz",
"@nestia/sdk": "../packages/sdk/nestia-sdk-1.6.2.tgz"
}
}

0 comments on commit a6d027e

Please sign in to comment.