feat: update nestjs

This commit is contained in:
Nevo David 2026-05-15 16:15:50 +07:00
parent 17fa64726c
commit 38b0ac8c70
3 changed files with 648 additions and 662 deletions

View file

@ -55,7 +55,7 @@ async function start() {
})
);
app.use(['/copilot/*', '/posts'], (req: any, res: any, next: any) => {
app.use(['/copilot/{*splat}', '/posts'], (req: any, res: any, next: any) => {
json({ limit: '50mb' })(req, res, next);
});

View file

@ -68,14 +68,14 @@
"@meronex/icons": "^4.0.0",
"@modelcontextprotocol/sdk": "^1.22.0",
"@nest-lab/throttler-storage-redis": "^1.2.0",
"@nestjs/cli": "10.0.2",
"@nestjs/common": "^10.0.2",
"@nestjs/core": "^10.0.2",
"@nestjs/microservices": "^10.3.1",
"@nestjs/platform-express": "^10.0.2",
"@nestjs/schedule": "^4.0.0",
"@nestjs/swagger": "^7.3.0",
"@nestjs/throttler": "^6.3.0",
"@nestjs/cli": "^11.0.21",
"@nestjs/common": "^11.1.21",
"@nestjs/core": "^11.1.21",
"@nestjs/microservices": "^11.1.21",
"@nestjs/platform-express": "^11.1.21",
"@nestjs/schedule": "^6.1.3",
"@nestjs/swagger": "^11.4.3",
"@nestjs/throttler": "^6.5.0",
"@neynar/nodejs-sdk": "^3.112.0",
"@neynar/react": "^1.2.22",
"@pigment-css/react": "^0.0.30",
@ -217,7 +217,7 @@
"react-use-cookie": "^1.6.1",
"react-use-keypress": "^1.3.1",
"redis": "^4.6.12",
"reflect-metadata": "^0.1.13",
"reflect-metadata": "^0.2.2",
"remove-markdown": "^0.5.0",
"resend": "^3.2.0",
"rss-parser": "^3.13.0",
@ -256,8 +256,8 @@
},
"devDependencies": {
"@crxjs/vite-plugin": "^2.0.0-beta.32",
"@nestjs/schematics": "^10.0.1",
"@nestjs/testing": "^10.0.2",
"@nestjs/schematics": "^11.1.0",
"@nestjs/testing": "^11.1.21",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.7",
"@svgr/webpack": "^8.0.1",
"@swc-node/register": "1.9.2",

1286
pnpm-lock.yaml generated

File diff suppressed because it is too large Load diff