Skip to content

Commit

Permalink
build: update dev dependencies (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsanders11 authored Nov 22, 2024
1 parent 5401e53 commit 4d159bf
Show file tree
Hide file tree
Showing 3 changed files with 286 additions and 564 deletions.
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

yarn lint-staged
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,18 @@
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"prepare": "husky install",
"prepare": "husky",
"prettier:check": "prettier --check \"src/**/*.ts\"",
"prettier:write": "prettier --write \"src/**/*.ts\"",
"test": "vitest run"
},
"devDependencies": {
"@types/node": "^14.14.37",
"@types/node": "^22.7.9",
"@types/pg": "^8.6.0",
"husky": "^6.0.0",
"lint-staged": "^10.5.4",
"prettier": "^2.3.1",
"typescript": "^4.3.4",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"prettier": "^3.3.3",
"typescript": "^5.6.3",
"vitest": "^2.1.5"
},
"lint-staged": {
Expand Down
Loading

0 comments on commit 4d159bf

Please sign in to comment.