diff --git a/.husky/commit-msg b/.husky/commit-msg index b9dab70..72e16c6 100644 --- a/.husky/commit-msg +++ b/.husky/commit-msg @@ -1,4 +1 @@ -#!/usr/bin/env sh -. "$(dirname "$0")/_/husky.sh" - npx --no -- commitlint --edit diff --git a/.husky/pre-commit b/.husky/pre-commit index a16d8b1..2312dc5 100644 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1 @@ -#!/usr/bin/env sh -. "$(dirname "$0")/_/husky.sh" - npx lint-staged diff --git a/bun.lockb b/bun.lockb index 1040ec0..2097a75 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 443f33f..19c7b16 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "docker": "docker compose --env-file docker.env up -d", "docker:build": "docker build -t api . && docker compose up -d", "docker:db": "docker compose -f docker-compose.db.yml up -d", - "lint": "npx @biomejs/biome check --apply .", + "lint": "npx @biomejs/biome check --write .", "migrate:deploy": "prisma migrate deploy", "migrate:dev": "prisma migrate dev", "migrate:dev:create": "prisma migrate dev --create-only", @@ -28,7 +28,7 @@ "test:watch": "jest --watch" }, "dependencies": { - "@aws-sdk/client-s3": "^3.664.0", + "@aws-sdk/client-s3": "^3.670.0", "@fastify/helmet": "^11.1.1", "@fastify/multipart": "^8.3.0", "@fastify/static": "^6.12.0", @@ -66,10 +66,10 @@ "@nestjs/schematics": "^10.1.4", "@nestjs/testing": "^10.4.4", "@swc/cli": "^0.1.65", - "@swc/core": "^1.7.26", + "@swc/core": "^1.7.35", "@swc/jest": "^0.2.36", "@types/jest": "^29.5.13", - "@types/node": "^20.16.10", + "@types/node": "^20.16.11", "@types/passport-jwt": "^4.0.1", "@types/passport-local": "^1.0.38", "@types/supertest": "^6.0.2", @@ -83,7 +83,7 @@ "ts-loader": "^9.5.1", "ts-node": "^10.9.2", "tsconfig-paths": "^4.2.0", - "typescript": "^5.6.2" + "typescript": "^5.6.3" }, "jest": { "moduleFileExtensions": [