Skip to content

Commit

Permalink
chore:pnpm up --latest
Browse files Browse the repository at this point in the history
  • Loading branch information
dennishendriksen committed Jun 14, 2022
1 parent 1a22327 commit caada48
Show file tree
Hide file tree
Showing 2 changed files with 172 additions and 172 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@molgenis/vip-report-api",
"version": "3.4.1",
"version": "3.4.2",
"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": "^17.0.36",
"@typescript-eslint/eslint-plugin": "^5.27.0",
"@typescript-eslint/parser": "^5.27.0",
"@types/node": "^17.0.42",
"@typescript-eslint/eslint-plugin": "^5.28.0",
"@typescript-eslint/parser": "^5.28.0",
"c8": "^7.11.3",
"eslint": "^8.16.0",
"eslint": "^8.17.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"husky": "^8.0.1",
"prettier": "^2.6.2",
"typescript": "^4.7.2",
"vitest": "^0.13.0"
"prettier": "^2.7.0",
"typescript": "^4.7.3",
"vitest": "^0.14.2"
},
"dependencies": {
"@molgenis/vip-report-vcf": "^1.1.0"
"@molgenis/vip-report-vcf": "^1.1.1"
}
}
Loading

0 comments on commit caada48

Please sign in to comment.