Skip to content

Commit

Permalink
Fix for breakpoint split view and circular view issues with <TRA> t…
Browse files Browse the repository at this point in the history
…ype entries in v2.2.1 (#3348)
  • Loading branch information
cmdcolin committed Nov 23, 2022
1 parent a0df793 commit b87a530
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion plugins/breakpoint-split-view/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"clean": "rimraf dist esm *.tsbuildinfo"
},
"dependencies": {
"@gmod/vcf": "^5.0.5",
"@gmod/vcf": "^5.0.9",
"@mui/icons-material": "^5.0.1",
"svg-path-generator": "^1.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion plugins/spreadsheet-view/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"dependencies": {
"@gmod/bgzf-filehandle": "^1.4.3",
"@gmod/vcf": "^5.0.5",
"@gmod/vcf": "^5.0.9",
"@jbrowse/plugin-variants": "^2.2.1",
"@mui/icons-material": "^5.0.1",
"csvtojson": "^2.0.10"
Expand Down
2 changes: 1 addition & 1 deletion plugins/variants/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@flatten-js/interval-tree": "^1.0.15",
"@gmod/bgzf-filehandle": "^1.4.3",
"@gmod/tabix": "^1.5.2",
"@gmod/vcf": "^5.0.5",
"@gmod/vcf": "^5.0.9",
"@mui/icons-material": "^5.0.2",
"@mui/x-data-grid": "^5.0.1",
"generic-filehandle": "^3.0.0"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1652,10 +1652,10 @@
resolved "https://registry.yarnpkg.com/@gmod/ucsc-hub/-/ucsc-hub-0.1.6.tgz#62c3ef806c542f255381d7fe59faa16ab2f95bf5"
integrity sha512-7WggfnPpNsELg0GGszEpXJhlGK3jnKcJsyGY6oPIfKwf7M+1a9gLbeqperuLlINPXuM4oQ0H4hlad9YUNYEGeg==

"@gmod/vcf@^5.0.5":
version "5.0.8"
resolved "https://registry.yarnpkg.com/@gmod/vcf/-/vcf-5.0.8.tgz#97fde5a39df20ffb488a9ae419580b99def16ca4"
integrity sha512-nba3qxE6aGTrljqG+zOhqK46+l8c8hQnr+SqlYteo2Ee20Zh8pZQv2959+/n2xMQ5/DZwdE/NrQxxu3vgAyabg==
"@gmod/vcf@^5.0.9":
version "5.0.9"
resolved "https://registry.yarnpkg.com/@gmod/vcf/-/vcf-5.0.9.tgz#258ea28c5343efcfc2d510f9c5cda45b00bc66d8"
integrity sha512-pqv1irMcJ8qO9YvVwEvtD9YD6Up3YsYp5FplWOK+mR5YtsiopPQKNgmkL1Ks3Jv9aQNko0wQ9T1FZkNgzd6Fzg==

"@hapi/hoek@^9.0.0":
version "9.3.0"
Expand Down

0 comments on commit b87a530

Please sign in to comment.