Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
birtles committed Jan 31, 2024
1 parent 0b5b90e commit 411077d
Show file tree
Hide file tree
Showing 3 changed files with 1,042 additions and 1,026 deletions.
3 changes: 0 additions & 3 deletions .husky/precommit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx lint-staged
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
"test": "vitest run",
"prepublishOnly": "pinst --disable && tsup",
"postpublish": "pinst --enable",
"postinstall": "husky install",
"prepare": "husky install"
"postinstall": "husky",
"prepare": "husky"
},
"lint-staged": {
"*.{js,ts,md}": [
Expand All @@ -53,17 +53,17 @@
"bracketSpacing": true
},
"devDependencies": {
"@release-it/conventional-changelog": "7.0.2",
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"pinst": "^3.0.0",
"prettier": "^3.0.3",
"release-it": "16.2.1",
"superstruct": "^1.0.3",
"tsup": "7.2.0",
"typescript": "^5.2.2",
"vitest": "0.34.6",
"vitest-github-actions-reporter": "0.10.0"
"@release-it/conventional-changelog": "8.0.1",
"husky": "9.0.7",
"lint-staged": "15.2.0",
"pinst": "3.0.0",
"prettier": "3.2.4",
"release-it": "17.0.3",
"superstruct": "1.0.3",
"tsup": "8.0.1",
"typescript": "5.3.3",
"vitest": "1.2.2",
"vitest-github-actions-reporter": "0.11.1"
},
"peerDependencies": {
"superstruct": ">0.16.0 <2.0.0"
Expand Down
Loading

0 comments on commit 411077d

Please sign in to comment.