Skip to content

Commit

Permalink
Merge pull request #95 from molgenis/feat/bump_deps
Browse files Browse the repository at this point in the history
chore:bump dependencies
  • Loading branch information
bartcharbon committed Sep 11, 2023
2 parents 73bef61 + 5c5c112 commit a2ffde4
Show file tree
Hide file tree
Showing 5 changed files with 609 additions and 390 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@molgenis/vip-report-api",
"version": "4.4.2",
"version": "4.4.3",
"description": "TypeScript Report API for Variant Call Format (VCF) Report Templates",
"scripts": {
"build": "tsc --build",
Expand Down Expand Up @@ -30,19 +30,19 @@
"access": "public"
},
"devDependencies": {
"@types/node": "^20.4.0",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"@vitest/coverage-v8": "^0.32.4",
"eslint": "^8.44.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"@types/node": "^20.6.0",
"@typescript-eslint/eslint-plugin": "^6.6.0",
"@typescript-eslint/parser": "^6.6.0",
"@vitest/coverage-v8": "^0.34.4",
"eslint": "^8.49.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"husky": "^8.0.3",
"prettier": "^2.8.8",
"typescript": "^5.1.6",
"vitest": "^0.32.4"
"prettier": "^3.0.3",
"typescript": "^5.2.2",
"vitest": "^0.34.4"
},
"dependencies": {
"@molgenis/vip-report-vcf": "^1.4.2"
"@molgenis/vip-report-vcf": "^1.4.3"
}
}

0 comments on commit a2ffde4

Please sign in to comment.