Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Valeriano committed Sep 13, 2024
1 parent 8f0e508 commit f9f8174
Show file tree
Hide file tree
Showing 3 changed files with 207 additions and 195 deletions.
1 change: 1 addition & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { base } from "@mkvlrn/eslint";

/** @type {import("typescript-eslint").ConfigWithExtends[]} */
export default [
...base,
{
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
"start": "node dist/main.js"
},
"devDependencies": {
"@commitlint/cli": "^19.4.1",
"@commitlint/config-conventional": "^19.4.1",
"@mkvlrn/eslint": "^0.1.4",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@mkvlrn/eslint": "^0.1.6",
"@mkvlrn/prettier": "^0.0.5",
"@mkvlrn/tsconfig": "^0.0.4",
"@nestjs/cli": "^10.4.5",
Expand All @@ -38,19 +38,19 @@
"@types/express": "^4.17.21",
"@types/node": "^22.5.4",
"@types/supertest": "^6.0.2",
"@vitest/coverage-v8": "^2.0.5",
"@vitest/coverage-v8": "^2.1.0",
"esbuild": "^0.23.1",
"eslint": "^9.10.0",
"glob": "^11.0.0",
"husky": "^9.1.5",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"supertest": "^7.0.0",
"tsc-alias": "^1.8.10",
"tsx": "^4.19.0",
"tsx": "^4.19.1",
"typescript": "^5.6.2",
"vite-tsconfig-paths": "^5.0.1",
"vitest": "^2.0.5"
"vitest": "^2.1.0"
},
"dependencies": {
"@nestjs/common": "^10.4.1",
Expand Down
Loading

0 comments on commit f9f8174

Please sign in to comment.