Skip to content

Commit

Permalink
chore(deps): upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
benyap committed Sep 19, 2024
1 parent f6e5491 commit fc2f7c6
Show file tree
Hide file tree
Showing 9 changed files with 3,271 additions and 3,677 deletions.
7 changes: 1 addition & 6 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,6 +1 @@
#!/bin/sh

# shellcheck source=/dev/null
. "$(dirname "$0")/_/husky.sh"

./node_modules/.bin/commitlint --edit "$1"
pnpm commitlint --edit "$1"
1 change: 1 addition & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
pnpm test
3 changes: 3 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
save-exact=true

public-hoist-pattern[]=@commitlint*
public-hoist-pattern[]=commitlint
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"resolve-tspaths": "dist/main.js"
},
"scripts": {
"prepare": "husky install",
"prepare": "husky",
"clean": "rimraf dist coverage",
"prebuild": "pnpm clean",
"build": "tsc -p tsconfig.build.json && pnpm dev -p tsconfig.build.json",
Expand All @@ -45,24 +45,24 @@
},
"dependencies": {
"ansi-colors": "4.1.3",
"commander": "12.0.0",
"commander": "12.1.0",
"fast-glob": "3.3.2"
},
"devDependencies": {
"@commitlint/cli": "18.0.0",
"@commitlint/config-conventional": "18.0.0",
"@commitlint/cli": "19.5.0",
"@commitlint/config-conventional": "19.5.0",
"@release-it/bumper": "6.0.1",
"@release-it/conventional-changelog": "8.0.1",
"@types/node": "20.12.12",
"@vitest/coverage-c8": "0.33.0",
"husky": "9.0.11",
"prettier": "3.2.5",
"release-it": "17.2.1",
"rimraf": "5.0.7",
"@release-it/conventional-changelog": "8.0.2",
"@types/node": "22.5.5",
"@vitest/coverage-v8": "2.1.1",
"husky": "9.1.6",
"prettier": "3.3.3",
"release-it": "17.6.0",
"rimraf": "6.0.1",
"ts-node": "10.9.2",
"tsconfig-paths": "4.2.0",
"typescript": "5.4.5",
"vite": "5.2.11",
"vitest": "1.6.0"
"typescript": "5.6.2",
"vite": "5.4.6",
"vitest": "2.1.1"
}
}
Loading

0 comments on commit fc2f7c6

Please sign in to comment.