From 619454104d0c86b4b619fe9dadcdf63c21552403 Mon Sep 17 00:00:00 2001 From: Manuel Holtgrewe Date: Tue, 6 Feb 2024 09:47:33 +0100 Subject: [PATCH] feat: bump rfl to integrate plotly-based clinvar landscape (#430) (#436) --- frontend/package-lock.json | 6 ++++++ frontend/package.json | 1 + frontend/src/ext/reev-frontend-lib | 2 +- frontend/src/lib/modulesDeclarations.d.ts | 3 +++ 4 files changed, 11 insertions(+), 1 deletion(-) diff --git a/frontend/package-lock.json b/frontend/package-lock.json index 07f5aa8d..321d2f4a 100644 --- a/frontend/package-lock.json +++ b/frontend/package-lock.json @@ -25,6 +25,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", @@ -18256,6 +18257,11 @@ "pathe": "^1.1.0" } }, + "node_modules/plotly.js-dist": { + "version": "2.29.0", + "resolved": "https://registry.npmjs.org/plotly.js-dist/-/plotly.js-dist-2.29.0.tgz", + "integrity": "sha512-RwVeITXolsqZEQJfWIGJB7EABaKAQo9uf+Bz+DICftY2o4idRoD9kOmxQ5YjpbifISBf9udFhYA5FY/vINlK+g==" + }, "node_modules/polished": { "version": "4.3.1", "resolved": "https://registry.npmjs.org/polished/-/polished-4.3.1.tgz", diff --git a/frontend/package.json b/frontend/package.json index 865efad3..8ac74bda 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -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", diff --git a/frontend/src/ext/reev-frontend-lib b/frontend/src/ext/reev-frontend-lib index 538bfc06..ec7641ed 160000 --- a/frontend/src/ext/reev-frontend-lib +++ b/frontend/src/ext/reev-frontend-lib @@ -1 +1 @@ -Subproject commit 538bfc06154da6a0465d9091094ab0a36e7e29a8 +Subproject commit ec7641ed4579793721fb65401af2f5956d91866d diff --git a/frontend/src/lib/modulesDeclarations.d.ts b/frontend/src/lib/modulesDeclarations.d.ts index 43da818d..6af33497 100644 --- a/frontend/src/lib/modulesDeclarations.d.ts +++ b/frontend/src/lib/modulesDeclarations.d.ts @@ -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'