Skip to content

Commit

Permalink
chore: upgrade vitest and another dependencies (#459)
Browse files Browse the repository at this point in the history
  • Loading branch information
fityannugroho authored Nov 20, 2024
1 parent 769dd47 commit 4236281
Show file tree
Hide file tree
Showing 5 changed files with 580 additions and 513 deletions.
39 changes: 18 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,51 +22,48 @@
"start:prod": "node dist/src/main",
"lint": "biome check .",
"lint:fix": "biome check --write .",
"test": "vitest run --no-threads",
"test:watch": "vitest --no-threads",
"test": "vitest run",
"test:watch": "vitest",
"test:cov": "vitest run --coverage",
"test:debug": "vitest --inspect-brk --inspect --logHeapUsage --threads=false",
"test:e2e": "vitest run --config ./vitest.config.e2e.ts"
"test:debug": "vitest --inspect-brk --inspect --logHeapUsage",
"test:e2e": "vitest run --config ./vitest.config.e2e.mts"
},
"prisma": {
"seed": "tsx prisma/seed.ts"
},
"dependencies": {
"@fastify/static": "^7.0.4",
"@nestjs/common": "^10.4.5",
"@nestjs/common": "^10.4.8",
"@nestjs/config": "^3.3.0",
"@nestjs/core": "^10.4.5",
"@nestjs/platform-fastify": "^10.4.5",
"@nestjs/core": "^10.4.8",
"@nestjs/platform-fastify": "^10.4.8",
"@nestjs/swagger": "^7.4.2",
"@nestjs/throttler": "^6.2.1",
"@prisma/client": "^5.21.0",
"@prisma/client": "^5.22.0",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
"dotenv": "^16.4.5",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.1"
},
"devDependencies": {
"@biomejs/biome": "1.9.3",
"@nestjs/cli": "^10.4.5",
"@nestjs/schematics": "^10.2.0",
"@nestjs/testing": "^10.4.5",
"@swc/core": "^1.7.36",
"@biomejs/biome": "1.9.4",
"@nestjs/cli": "^10.4.7",
"@nestjs/schematics": "^10.2.3",
"@nestjs/testing": "^10.4.8",
"@swc/core": "^1.9.2",
"@types/express": "^4.17.21",
"@types/node": "^22.8.4",
"@types/node": "^22.9.1",
"@types/supertest": "^6.0.2",
"@vitest/coverage-v8": "^0.34.6",
"@vitest/coverage-v8": "^2.1.5",
"idn-area-data": "^3.1.1",
"prisma": "^5.21.0",
"prisma": "^5.22.0",
"source-map-support": "^0.5.21",
"supertest": "^7.0.0",
"tsx": "^4.19.1",
"tsx": "^4.19.2",
"typescript": "^5.6.3",
"unplugin-swc": "^1.5.1",
"vitest": "^0.34.6"
},
"peerDependencies": {
"vite": "^4.5.1"
"vitest": "^2.1.5"
},
"engines": {
"node": ">=18.0.0"
Expand Down
Loading

0 comments on commit 4236281

Please sign in to comment.