Skip to content

Commit adba23d

Browse files
authored
Merge pull request #436 from VariantEffect/release-2025.3.0
Release 2025.3.0
2 parents 14c5519 + acd61b4 commit adba23d

26 files changed

+8058
-2502
lines changed

package-lock.json

Lines changed: 5742 additions & 1523 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mavedb-ui",
3-
"version": "2025.2.1",
3+
"version": "2025.3.0",
44
"private": true,
55
"scripts": {
66
"build": "vite build --mode=${MODE=live}",
@@ -9,7 +9,12 @@
99
},
1010
"dependencies": {
1111
"@fontsource/raleway": "^5.0.16",
12-
"axios": "^1.8.2",
12+
"@fortawesome/fontawesome-svg-core": "^7.0.0",
13+
"@fortawesome/free-brands-svg-icons": "^7.0.0",
14+
"@fortawesome/free-regular-svg-icons": "^7.0.0",
15+
"@fortawesome/free-solid-svg-icons": "^7.0.0",
16+
"@fortawesome/vue-fontawesome": "^3.1.1",
17+
"axios": "^1.11.0",
1318
"chart.js": "^4.4.1",
1419
"d3": "^7.9.0",
1520
"datatables.net": "1.11.5",
@@ -39,6 +44,7 @@
3944
"moment": "^2.29.4",
4045
"native-file-system-adapter": "^3.0.1",
4146
"papaparse": "^5.4.1",
47+
"pdbe-molstar": "^3.4.0",
4248
"pdfmake": "^0.2.8",
4349
"pinia": "^2.2.1",
4450
"pluralize": "^8.0.0",

src/assets/layout.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
flex: 0 1 auto;
1919
font-size: 12px;
2020
line-height: 29px;
21-
margin-right: 5px;
21+
margin-right: 5px;
2222
padding: 0 0 0 7px;
2323
}
2424

256 KB
Loading

src/components/CalibrationTable.vue

Lines changed: 0 additions & 103 deletions
This file was deleted.

src/components/OddsPathTable.vue

Lines changed: 0 additions & 175 deletions
This file was deleted.

0 commit comments

Comments
 (0)