File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
web-framework/nodejs/nest Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- web-framework/nginx
1
+ web-framework/nodejs/nest
Original file line number Diff line number Diff line change 1
1
Type : Application
2
2
Name : start-nest
3
- Version : 1.2.24
3
+ Version : 1.2.25
4
4
Provider :
5
5
- 阿里云
6
6
Description : Nest (NestJS) 是一个用于构建高效、可扩展的 Node.js 服务器端应用程序的开发框架。
Original file line number Diff line number Diff line change 20
20
"test:e2e" : " jest --config ./test/jest-e2e.json"
21
21
},
22
22
"dependencies" : {
23
+ "@nestjs/cli" : " ^8.0.0" ,
23
24
"@nestjs/common" : " ^8.0.0" ,
24
25
"@nestjs/core" : " ^8.0.0" ,
25
26
"@nestjs/platform-express" : " ^8.0.0" ,
28
29
"rxjs" : " ^7.2.0"
29
30
},
30
31
"devDependencies" : {
31
- "@nestjs/cli" : " ^8.0.0" ,
32
32
"@nestjs/schematics" : " ^8.0.0" ,
33
33
"@nestjs/testing" : " ^8.0.0" ,
34
34
"@types/express" : " ^4.17.13" ,
You can’t perform that action at this time.
0 commit comments