Skip to content

Commit

Permalink
Merge pull request #94 from molgenis/bump/deps
Browse files Browse the repository at this point in the history
pnpm update --latest, but update prettier from 2.8.7 to 2.8.8
  • Loading branch information
bartcharbon authored Jul 6, 2023
2 parents b54663b + 95933d8 commit 94608a1
Show file tree
Hide file tree
Showing 4 changed files with 389 additions and 518 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ cache:
directories:
- "~/.pnpm-store"
before_install:
- curl -f https://get.pnpm.io/v6.16.js | node - add --global pnpm@7
- corepack enable
- corepack prepare pnpm@latest-8 --activate
- pnpm config set store-dir ~/.pnpm-store
install:
- pnpm install
Expand Down
20 changes: 10 additions & 10 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.0",
"version": "4.4.1",
"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.15.11",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"@vitest/coverage-c8": "^0.30.1",
"eslint": "^8.38.0",
"@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",
"husky": "^8.0.3",
"prettier": "^2.8.7",
"typescript": "^5.0.4",
"vitest": "^0.30.1"
"prettier": "^2.8.8",
"typescript": "^5.1.6",
"vitest": "^0.32.4"
},
"dependencies": {
"@molgenis/vip-report-vcf": "^1.4.0"
"@molgenis/vip-report-vcf": "^1.4.1"
}
}
Loading

0 comments on commit 94608a1

Please sign in to comment.