Skip to content

Commit

Permalink
chore(deps): updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
webdeveric committed Feb 6, 2024
1 parent 2357f56 commit c270b85
Show file tree
Hide file tree
Showing 4 changed files with 710 additions and 449 deletions.
3 changes: 0 additions & 3 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npx --no cspell -- --no-summary --no-progress --language-id commit-msg $1
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"

npx --no lint-staged
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"test": "vitest -c vitest.config.mts",
"coverage": "vitest run -c vitest.config.mts --coverage",
"prepublishOnly": "pnpm typecheck && pnpm spellcheck && pnpm lint && pnpm coverage && pnpm build",
"prepare": "husky install"
"prepare": "husky"
},
"keywords": [
"package",
Expand All @@ -62,26 +62,26 @@
},
"prettier": "@webdeveric/prettier-config",
"devDependencies": {
"@types/node": "^18.19.6",
"@types/node": "^18.19.14",
"@types/semver": "^7.5.6",
"@vitest/coverage-v8": "^1.2.0",
"@vitest/coverage-v8": "^1.2.2",
"@webdeveric/eslint-config-ts": "^0.7.1",
"@webdeveric/prettier-config": "^0.2.0",
"@webdeveric/utils": "^0.29.1",
"cross-env": "^7.0.3",
"cspell": "^8.3.2",
"esbuild": "^0.19.11",
"esbuild": "^0.20.0",
"esbuild-plugin-clean": "^1.0.1",
"esbuild-plugin-environment": "^0.3.0",
"esbuild-plugin-node-externals": "^1.0.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"husky": "^8.0.3",
"lint-staged": "^15.2.0",
"prettier": "^3.2.1",
"husky": "^9.0.10",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"typescript": "^5.3.3",
"vitest": "^1.2.0"
"vitest": "^1.2.2"
}
}

0 comments on commit c270b85

Please sign in to comment.