Skip to content

Commit

Permalink
feat: bump rfl to integrate plotly-based clinvar landscape (#430) (#436)
Browse files Browse the repository at this point in the history
  • Loading branch information
holtgrewe authored Feb 6, 2024
1 parent 28bc7f2 commit 6194541
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 1 deletion.
6 changes: 6 additions & 0 deletions frontend/package-lock.json

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

1 change: 1 addition & 0 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"luxon": "^3.4.4",
"mitt": "^3.0.1",
"pinia": "^2.1.7",
"plotly.js-dist": "^2.29.0",
"title-case": "^4.3.1",
"unplugin-fonts": "^1.1.1",
"vega": "^5.26.1",
Expand Down
3 changes: 3 additions & 0 deletions frontend/src/lib/modulesDeclarations.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ declare module 'igv'

// Declare vue-matomo module
declare module 'vue-matomo'

// Declare plotly.js-dist module
declare module 'plotly.js-dist'

0 comments on commit 6194541

Please sign in to comment.