Skip to content

Commit

Permalink
Merge pull request #46 from molgenis/chore/bump_deps
Browse files Browse the repository at this point in the history
bump dependencies
  • Loading branch information
bartcharbon authored Apr 23, 2024
2 parents 3afbb0a + bbbc328 commit 5e2b484
Show file tree
Hide file tree
Showing 4 changed files with 1,542 additions and 1,288 deletions.
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npx lint-staged
pnpm test
21 changes: 11 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@molgenis/vip-report-vcf",
"version": "2.0.0",
"version": "2.0.1",
"description": "TypeScript VCF library with support for both reading and writing",
"scripts": {
"build": "tsc --build",
Expand All @@ -9,7 +9,7 @@
"test": "vitest run",
"test:watch": "vitest",
"coverage": "vitest run --coverage",
"prepare": "husky install"
"prepare": "husky"
},
"repository": {
"type": "git",
Expand All @@ -30,15 +30,16 @@
"access": "public"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"@vitest/coverage-v8": "^1.2.1",
"eslint": "^8.56.0",
"@types/node": "^20.12.7",
"@typescript-eslint/eslint-plugin": "^7.7.1",
"@typescript-eslint/parser": "^7.7.1",
"@vitest/coverage-v8": "^1.5.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"husky": "^9.0.3",
"prettier": "^3.2.4",
"typescript": "^5.3.3",
"vitest": "^1.2.1"
"husky": "^9.0.11",
"prettier": "^3.2.5",
"typescript": "^5.4.5",
"vitest": "^1.5.0"
}
}
Loading

0 comments on commit 5e2b484

Please sign in to comment.