Skip to content

Commit

Permalink
fix:update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dennishendriksen committed Nov 19, 2024
1 parent 9d8a934 commit 5e5a17f
Show file tree
Hide file tree
Showing 2 changed files with 285 additions and 278 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@molgenis/vip-report-vcf",
"version": "3.0.6",
"version": "3.0.7",
"description": "TypeScript VCF library with support for both reading and writing",
"scripts": {
"build": "tsc --build",
Expand Down Expand Up @@ -38,15 +38,15 @@
"access": "public"
},
"devDependencies": {
"@eslint/js": "^9.14.0",
"@vitest/coverage-v8": "^2.1.4",
"eslint": "^9.14.0",
"@eslint/js": "^9.15.0",
"@vitest/coverage-v8": "^2.1.5",
"eslint": "^9.15.0",
"eslint-config-prettier": "^9.1.0",
"husky": "^9.1.6",
"husky": "^9.1.7",
"prettier": "^3.3.3",
"typescript": "^5.6.3",
"typescript-eslint": "^8.13.0",
"vitest": "^2.1.4"
"typescript-eslint": "^8.15.0",
"vitest": "^2.1.5"
},
"engines": {
"node": "22",
Expand Down
Loading

0 comments on commit 5e5a17f

Please sign in to comment.