Skip to content

Commit

Permalink
Merge pull request #20 from molgenis/chore/pnpm_update_latest
Browse files Browse the repository at this point in the history
pnpm update --latest
  • Loading branch information
bartcharbon authored Apr 14, 2023
2 parents 088b08c + 09cf223 commit 6a11056
Show file tree
Hide file tree
Showing 2 changed files with 558 additions and 552 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-vcf",
"version": "1.3.4",
"version": "1.3.5",
"description": "TypeScript VCF library with support for both reading and writing",
"scripts": {
"preinstall": "curl --no-progress-meter --location https://github.com/molgenis/vip-utils/releases/download/v1.1.3/field_metadata.json --create-dirs --output src/metadata/field_metadata.json",
Expand Down Expand Up @@ -31,15 +31,15 @@
"access": "public"
},
"devDependencies": {
"@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",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"@vitest/coverage-c8": "^0.30.1",
"eslint": "^8.38.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.3",
"prettier": "^2.8.4",
"typescript": "^4.9.5",
"vitest": "^0.28.4"
"prettier": "^2.8.7",
"typescript": "^5.0.4",
"vitest": "^0.30.1"
}
}
Loading

0 comments on commit 6a11056

Please sign in to comment.