Skip to content

Commit

Permalink
Merge pull request #28 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 3ad10b2 + fda11c2 commit f15eea7
Show file tree
Hide file tree
Showing 4 changed files with 376 additions and 510 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
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@molgenis/vip-report-vcf",
"version": "1.4.0",
"version": "1.4.1",
"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.3.0/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.58.0",
"@typescript-eslint/parser": "^5.58.0",
"@vitest/coverage-c8": "^0.30.1",
"eslint": "^8.38.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"
}
}
Loading

0 comments on commit f15eea7

Please sign in to comment.