Skip to content

Commit

Permalink
feat: upgrade gosling 0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
sehilyi committed Sep 29, 2023
1 parent e5f308c commit fb07d8c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@types/react-dom": "^17.0.11",
"@types/react-router-dom": "^5.2.0",
"buffer": "^6.0.3",
"gosling.js": "^0.10.0",
"gosling.js": "^0.11.0",
"idb": "^7.0.2",
"lodash": "^4.17.21",
"path": "^0.12.7",
Expand Down
2 changes: 1 addition & 1 deletion src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@ a:hover {
.overview-left {
float: left;
height: 100%;
width: 399px;
width: 398px;
border-right: 1px solid lightgrey;
overflow-y: auto;
overflow-x: hidden;
Expand Down
9 changes: 5 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2438,10 +2438,10 @@ gosling-theme@^0.0.10:
resolved "https://registry.yarnpkg.com/gosling-theme/-/gosling-theme-0.0.10.tgz#5a4c2d0d24f90fe47c293335cd67832be6cf4d54"
integrity sha512-GRm+XGeSGhKBjM/bNyeUkwp6tjnFKpNbywr58WzzA2qSA4RFPOoitS03R7xpYxqLXBGMFgahkyYd9Mostd2Csw==

gosling.js@^0.10.0:
version "0.10.0"
resolved "https://registry.yarnpkg.com/gosling.js/-/gosling.js-0.10.0.tgz#351639960f9e092f6fe73dfe106ecd7155c247ed"
integrity sha512-PaFGaenF5zZ7jbzRt+W/0D5t9THNlK7yWUps9qvo4TIElHJALK68+A2xDpaiZX5JJQp/fgE6sOLnKMB95XaNeg==
gosling.js@^0.11.0:
version "0.11.0"
resolved "https://registry.yarnpkg.com/gosling.js/-/gosling.js-0.11.0.tgz#a9cca2db816cb03e487c85dfd1f575a1a0c9d5e0"
integrity sha512-i4aZF/mnZtgeyAS3pRFMrId75IpteuAziVqXR3mm4kaKimilIanXNfa2oxARGYynhSYh+CDcIc3ruAWOtYlhCQ==
dependencies:
"@gmod/bam" "^1.1.18"
"@gmod/bbi" "^3.0.1"
Expand Down Expand Up @@ -2481,6 +2481,7 @@ gosling.js@^0.10.0:
quick-lru "^6.1.1"
rbush "^3.0.1"
react-grid-layout "^1.2.5"
stream-browserify "^3.0.0"
threads "^1.6.4"
uuid "^8.3.2"

Expand Down

0 comments on commit fb07d8c

Please sign in to comment.