Skip to content

Commit e2990b3

Browse files
authored
Merge pull request #414 from samchon/dependabot/npm_and_yarn/nestjs-2a7c5ce073
Bump the nestjs group with 3 updates
2 parents ff5546c + 8f2a401 commit e2990b3

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
Template repository for [`NestJS`](https://nestjs.com) + [`Prisma`](https://prisma.io) stack with **FP** and **TDD**.
1111

12-
`@samchon/backend` is a template repsitory of backend project utilizing [`NestJS`](https://nestjs.com) and [`Prisma`](https://prisma.io). It has been prepared to educate and spread how to adapt **FP (Functional Programming)** in the NestJS development. Also, `@samchon/backend` guides how to utilize those 3rd party libraries (what I've developed) in the production, especially helpful for **TDD (Test Driven Development)** with dramatic productivity enhancement.
12+
`@samchon/backend` is a template repository of backend project utilizing [`NestJS`](https://nestjs.com) and [`Prisma`](https://prisma.io). It has been prepared to educate and spread how to adapt **FP (Functional Programming)** in the NestJS development. Also, `@samchon/backend` guides how to utilize those 3rd party libraries (what I've developed) in the production, especially helpful for **TDD (Test Driven Development)** with dramatic productivity enhancement.
1313

1414
- [`typia`](https://github.com/samchon/typia): Superfast runtime validator
1515
- [`nestia`](https://github.com/samchon/nestia): NestJS helper libraries like SDK generation

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,9 @@
8484
"dependencies": {
8585
"@nestia/core": "^8.1.0",
8686
"@nestia/fetcher": "^8.1.0",
87-
"@nestjs/common": "^11.1.6",
88-
"@nestjs/core": "^11.1.6",
89-
"@nestjs/platform-express": "^11.1.6",
87+
"@nestjs/common": "^11.1.7",
88+
"@nestjs/core": "^11.1.7",
89+
"@nestjs/platform-express": "^11.1.7",
9090
"@prisma/adapter-pg": "^6.16.3",
9191
"@prisma/client": "^6.16.3",
9292
"dotenv": "^16.3.1",

0 commit comments

Comments
 (0)