File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 34
34
},
35
35
"dependencies" : {
36
36
"durian.js" : " ^1.2.1" ,
37
- "@nestjs/platform-fastify" : " ^10.4.15 " ,
37
+ "@nestjs/platform-fastify" : " ^11.0.0 " ,
38
38
"@fastify/static" : " ^8.0.3" ,
39
39
"@fastify/view" : " ^10.0.1" ,
40
40
"pm2-beta" : " ^6.0.2"
Original file line number Diff line number Diff line change 1
1
{
2
2
"dependencies" : {
3
- "@nestjs/common" : " ~10.4 .0" ,
4
- "@nestjs/core" : " ~10.4 .0" ,
5
- "@nestjs/platform-express" : " ~10.4 .0" ,
3
+ "@nestjs/common" : " ~11.0 .0" ,
4
+ "@nestjs/core" : " ~11.0 .0" ,
5
+ "@nestjs/platform-express" : " ~11.0 .0" ,
6
6
"rxjs" : " *" ,
7
7
"@types/node" : " 22"
8
8
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"dependencies" : {
3
- "@nestjs/common" : " ~10.4 .0" ,
4
- "@nestjs/core" : " ~10.4 .0" ,
5
- "@nestjs/platform-fastify" : " ~10.4 .0" ,
3
+ "@nestjs/common" : " ~11.0 .0" ,
4
+ "@nestjs/core" : " ~11.0 .0" ,
5
+ "@nestjs/platform-fastify" : " ~11.0 .0" ,
6
6
"rxjs" : " *" ,
7
7
"@types/node" : " 22"
8
8
}
You can’t perform that action at this time.
0 commit comments