Skip to content

Commit feef25f

Browse files
Bump the samchon group with 7 updates
Bumps the samchon group with 7 updates: | Package | From | To | | --- | --- | --- | | [@nestia/core](https://github.com/samchon/nestia) | `8.1.0` | `9.0.1` | | [@nestia/fetcher](https://github.com/samchon/nestia) | `8.1.0` | `9.0.1` | | [typia](https://github.com/samchon/typia) | `9.7.2` | `10.0.2` | | [@nestia/benchmark](https://github.com/samchon/nestia) | `8.1.0` | `9.0.1` | | [@nestia/e2e](https://github.com/samchon/nestia) | `8.1.0` | `9.0.1` | | [@nestia/sdk](https://github.com/samchon/nestia) | `8.1.0` | `9.0.1` | | [nestia](https://github.com/samchon/nestia) | `8.1.0` | `9.0.1` | Updates `@nestia/core` from 8.1.0 to 9.0.1 - [Release notes](https://github.com/samchon/nestia/releases) - [Commits](samchon/nestia@v8.1.0...v9.0.1) Updates `@nestia/fetcher` from 8.1.0 to 9.0.1 - [Release notes](https://github.com/samchon/nestia/releases) - [Commits](samchon/nestia@v8.1.0...v9.0.1) Updates `typia` from 9.7.2 to 10.0.2 - [Release notes](https://github.com/samchon/typia/releases) - [Commits](samchon/typia@v9.7.2...v10.0.2) Updates `@nestia/benchmark` from 8.1.0 to 9.0.1 - [Release notes](https://github.com/samchon/nestia/releases) - [Commits](samchon/nestia@v8.1.0...v9.0.1) Updates `@nestia/e2e` from 8.1.0 to 9.0.1 - [Release notes](https://github.com/samchon/nestia/releases) - [Commits](samchon/nestia@v8.1.0...v9.0.1) Updates `@nestia/sdk` from 8.1.0 to 9.0.1 - [Release notes](https://github.com/samchon/nestia/releases) - [Commits](samchon/nestia@v8.1.0...v9.0.1) Updates `nestia` from 8.1.0 to 9.0.1 - [Release notes](https://github.com/samchon/nestia/releases) - [Commits](samchon/nestia@v8.1.0...v9.0.1) --- updated-dependencies: - dependency-name: "@nestia/core" dependency-version: 9.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: samchon - dependency-name: "@nestia/fetcher" dependency-version: 9.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: samchon - dependency-name: typia dependency-version: 10.0.2 dependency-type: direct:production update-type: version-update:semver-major dependency-group: samchon - dependency-name: "@nestia/benchmark" dependency-version: 9.0.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: samchon - dependency-name: "@nestia/e2e" dependency-version: 9.0.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: samchon - dependency-name: "@nestia/sdk" dependency-version: 9.0.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: samchon - dependency-name: nestia dependency-version: 9.0.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: samchon ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e2990b3 commit feef25f

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@
4040
},
4141
"homepage": "https://github.com/samchon/backend",
4242
"devDependencies": {
43-
"@nestia/benchmark": "^8.1.0",
44-
"@nestia/e2e": "^8.1.0",
45-
"@nestia/sdk": "^8.1.0",
43+
"@nestia/benchmark": "^9.0.1",
44+
"@nestia/e2e": "^9.0.1",
45+
"@nestia/sdk": "^9.0.1",
4646
"@nestjs/cli": "^11.0.10",
4747
"@rollup/plugin-terser": "^0.4.4",
4848
"@rollup/plugin-typescript": "^11.1.6",
@@ -64,7 +64,7 @@
6464
"copy-webpack-plugin": "^12.0.2",
6565
"eslint-plugin-deprecation": "^3.0.0",
6666
"inquirer": "^8.2.5",
67-
"nestia": "^8.1.0",
67+
"nestia": "^9.0.1",
6868
"prettier": "^3.2.5",
6969
"prettier-plugin-prisma": "^5.0.0",
7070
"prisma-markdown": "^3.0.1",
@@ -82,8 +82,8 @@
8282
"write-file-webpack-plugin": "^4.5.1"
8383
},
8484
"dependencies": {
85-
"@nestia/core": "^8.1.0",
86-
"@nestia/fetcher": "^8.1.0",
85+
"@nestia/core": "^9.0.1",
86+
"@nestia/fetcher": "^9.0.1",
8787
"@nestjs/common": "^11.1.7",
8888
"@nestjs/core": "^11.1.7",
8989
"@nestjs/platform-express": "^11.1.7",
@@ -98,7 +98,7 @@
9898
"source-map-support": "^0.5.19",
9999
"tgrid": "^1.2.0",
100100
"tstl": "^3.0.0",
101-
"typia": "^9.7.2",
101+
"typia": "^10.0.2",
102102
"uuid": "^10.0.0"
103103
},
104104
"private": true

0 commit comments

Comments
 (0)