Skip to content

Commit 2ead81e

Browse files
committed
chore(nest): add more test for Nest features compatibilty
1 parent 5c38c37 commit 2ead81e

File tree

4 files changed

+1294
-9
lines changed

4 files changed

+1294
-9
lines changed

packages/nest/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,18 +61,21 @@
6161
"@orpc/standard-server-node": "workspace:*"
6262
},
6363
"devDependencies": {
64+
"@fastify/compress": "^8.1.0",
6465
"@fastify/cookie": "^11.0.2",
6566
"@nestjs/common": "^11.1.8",
6667
"@nestjs/core": "^11.1.8",
6768
"@nestjs/platform-express": "^11.1.8",
6869
"@nestjs/platform-fastify": "^11.1.8",
6970
"@nestjs/testing": "^11.1.8",
7071
"@ts-rest/core": "^3.52.1",
72+
"@types/compression": "^1.8.1",
7173
"@types/express": "^5.0.5",
74+
"compression": "^1.8.1",
7275
"express": "^5.0.0",
7376
"fastify": "^5.6.1",
7477
"rxjs": "^7.8.1",
7578
"supertest": "^7.1.4",
7679
"zod": "^4.1.12"
7780
}
78-
}
81+
}

0 commit comments

Comments
 (0)