Skip to content

Commit

Permalink
Merge pull request #261 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 c279eac + 71baf06 commit 345318c
Show file tree
Hide file tree
Showing 24 changed files with 1,071 additions and 8,083 deletions.
7,063 changes: 0 additions & 7,063 deletions package-lock.json

This file was deleted.

44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@molgenis/vip-report-template",
"version": "5.2.1",
"version": "5.2.2",
"description": "Report Template for Variant Call Format (VCF) Report Generator",
"scripts": {
"build": "vite build",
Expand All @@ -15,33 +15,33 @@
},
"license": "LGPL-3.0",
"devDependencies": {
"@molgenis/vite-plugin-inline": "^1.0.11",
"@typescript-eslint/eslint-plugin": "^5.51.0",
"@typescript-eslint/parser": "^5.51.0",
"@vitest/coverage-c8": "^0.28.4",
"@molgenis/vite-plugin-inline": "^1.0.12",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"@vitest/coverage-c8": "^0.30.1",
"bulma": "^0.9.4",
"eslint": "^8.33.0",
"eslint-config-prettier": "^8.6.0",
"eslint": "^8.38.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-solid": "^0.9.4",
"eslint-plugin-solid": "^0.12.1",
"husky": "^8.0.3",
"jsdom": "^21.1.0",
"prettier": "^2.8.4",
"sass": "^1.58.0",
"typescript": "^4.9.5",
"vite": "^4.1.1",
"vite-plugin-solid": "^2.5.0",
"vitest": "^0.28.4"
"jsdom": "^21.1.1",
"prettier": "^2.8.7",
"sass": "^1.62.0",
"typescript": "^5.0.4",
"vite": "^4.2.1",
"vite-plugin-solid": "^2.7.0",
"vitest": "^0.30.1"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.3.0",
"@fortawesome/free-solid-svg-icons": "^6.3.0",
"@molgenis/vip-report-api": "^4.3.3",
"@molgenis/vip-report-vcf": "^1.3.4",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@molgenis/vip-report-api": "^4.3.4",
"@molgenis/vip-report-vcf": "^1.3.5",
"@solidjs/router": "^0.8.2",
"base64-js": "^1.5.1",
"igv": "^2.13.11",
"solid-app-router": "^0.4.2",
"solid-js": "^1.6.10"
"igv": "^2.15.3",
"solid-js": "^1.7.3"
},
"lint-staged": {
"src/**/*.{tsx,ts}": [
Expand Down
Loading

0 comments on commit 345318c

Please sign in to comment.