Skip to content

Commit

Permalink
update to Gen3.2 v0.10.39 (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
craigrbarnes authored Aug 8, 2024
1 parent f2624e5 commit a8340bd
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 17 deletions.
6 changes: 4 additions & 2 deletions config/bih/explorer.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@
"title": "Study ID"
},
"gen3_discovery.StudyDescription": {
"title": "Study Description"
"title": "Study Description",
"sortable": false
},
"gen3_discovery.dicom_viewer_url": {
"title": "",
Expand All @@ -62,7 +63,8 @@
"cellRenderFunction": "DiacomLink"
},
"gen3_discovery.SeriesDescription": {
"title": "Series Description"
"title": "Series Description",
"sortable": false
},
"gen3_discovery.BodyPartExamined": {
"title": "Body Part Examined"
Expand Down
24 changes: 12 additions & 12 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"getDRSToHostname": "node ./node_modules/@gen3/toolsff/dist/getDRSToHostname.esm.js --out=config/"
},
"dependencies": {
"@gen3/frontend": "https://github.com/uc-cdis/gen3-frontend-framework/releases/download/v0.10.0-alpha/gen3-frontend-0.10.38.tgz",
"@gen3/frontend": "https://github.com/uc-cdis/gen3-frontend-framework/releases/download/v0.10.0-alpha/gen3-frontend-0.10.39.tgz",
"@mantine/core": "^6.0.21",
"@mdx-js/loader": "^3.0.0",
"@mdx-js/react": "^3.0.0",
Expand All @@ -27,7 +27,7 @@
"cookies-next": "^4.1.1"
},
"devDependencies": {
"@gen3/toolsff": "https://github.com/uc-cdis/gen3-frontend-framework/releases/download/v0.10.0-alpha/gen3-toolsff-0.10.38.tgz",
"@gen3/toolsff": "https://github.com/uc-cdis/gen3-frontend-framework/releases/download/v0.10.0-alpha/gen3-toolsff-0.10.39.tgz",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/line-clamp": "^0.4.2",
Expand Down Expand Up @@ -56,7 +56,7 @@
"@typescript-eslint/eslint-plugin": "^7.12.0"
},
"peerDependencies": {
"@gen3/core": "https://github.com/uc-cdis/gen3-frontend-framework/releases/download/v0.10.0-alpha/gen3-core-0.10.38.tgz",
"@gen3/core": "https://github.com/uc-cdis/gen3-frontend-framework/releases/download/v0.10.0-alpha/gen3-core-0.10.39.tgz",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
Expand Down

0 comments on commit a8340bd

Please sign in to comment.