Skip to content

Commit

Permalink
Merge pull request #90 from molgenis/feat/bumpdeps
Browse files Browse the repository at this point in the history
pnpm update --latest
  • Loading branch information
dennishendriksen authored Feb 10, 2023
2 parents c5561ff + 92f7fd8 commit 0715cd2
Show file tree
Hide file tree
Showing 2 changed files with 672 additions and 419 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.3.2",
"version": "4.3.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": "^18.7.23",
"@typescript-eslint/eslint-plugin": "^5.38.1",
"@typescript-eslint/parser": "^5.38.1",
"@vitest/coverage-c8": "^0.23.4",
"eslint": "^8.24.0",
"eslint-config-prettier": "^8.5.0",
"@types/node": "^18.13.0",
"@typescript-eslint/eslint-plugin": "^5.51.0",
"@typescript-eslint/parser": "^5.51.0",
"@vitest/coverage-c8": "^0.28.4",
"eslint": "^8.33.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.1",
"prettier": "^2.7.1",
"typescript": "^4.8.4",
"vitest": "^0.23.4"
"husky": "^8.0.3",
"prettier": "^2.8.4",
"typescript": "^4.9.5",
"vitest": "^0.28.4"
},
"dependencies": {
"@molgenis/vip-report-vcf": "^1.3.3"
"@molgenis/vip-report-vcf": "^1.3.4"
}
}
Loading

0 comments on commit 0715cd2

Please sign in to comment.