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 Jan 26, 2024
1 parent b87b32f commit 0702f6e
Show file tree
Hide file tree
Showing 4 changed files with 332 additions and 336 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
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"engines": {
"node": ">=18.0.0"
},
"packageManager": "pnpm@8.14.0+sha256.9cebf61abd83f68177b29484da72da9751390eaad46dfc3072d266bfbb1ba7bf",
"packageManager": "pnpm@8.14.3+sha256.2d0363bb6c314daa67087ef07743eea1ba2e2d360c835e8fec6b5575e4ed9484",
"scripts": {
"predemo": "pnpm build:dev",
"demo": "./dist/cli.mjs",
Expand All @@ -42,7 +42,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"
},
"sideEffects": false,
"prettier": "@webdeveric/prettier-config",
Expand All @@ -51,24 +51,24 @@
"glob": "^10.3.10"
},
"devDependencies": {
"@types/node": "^18.19.5",
"@vitest/coverage-v8": "^1.1.3",
"@types/node": "^18.19.10",
"@vitest/coverage-v8": "^1.2.2",
"@webdeveric/eslint-config-ts": "^0.7.1",
"@webdeveric/prettier-config": "^0.2.0",
"cross-env": "^7.0.3",
"cspell": "^8.3.2",
"esbuild": "^0.19.11",
"esbuild": "^0.19.12",
"esbuild-plugin-clean": "^1.0.1",
"esbuild-plugin-environment": "^0.3.0",
"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",
"husky": "^9.0.6",
"lint-staged": "^15.2.0",
"prettier": "^3.1.1",
"prettier": "^3.2.4",
"typescript": "^5.3.3",
"vite-tsconfig-paths": "^4.2.3",
"vitest": "^1.1.3"
"vite-tsconfig-paths": "^4.3.1",
"vitest": "^1.2.2"
}
}
Loading

0 comments on commit 0702f6e

Please sign in to comment.