Skip to content

Commit

Permalink
Merge pull request #298 from VariantEffect/release-2024.4.1
Browse files Browse the repository at this point in the history
Release 2024.4.1
  • Loading branch information
bencap authored Oct 17, 2024
2 parents 3944851 + fa78e7e commit 80ca380
Show file tree
Hide file tree
Showing 13 changed files with 3,509 additions and 1,269 deletions.
995 changes: 411 additions & 584 deletions package-lock.json

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mavedb-ui",
"version": "2024.4.0",
"version": "2024.4.1",
"private": true,
"scripts": {
"build": "vite build --mode=${MODE=live}",
Expand Down Expand Up @@ -31,7 +31,7 @@
"indefinite": "^2.4.3",
"jquery": "^3.7.1",
"jsog": "^1.0.7",
"jsonpath-plus": "^7.2.0",
"jsonpath-plus": "^10.0.0",
"jsonwebtoken": "^9.0.2",
"jszip": "^3.10.1",
"lodash": "^4.17.21",
Expand All @@ -56,6 +56,7 @@
"yup": "^1.3.3"
},
"devDependencies": {
"@types/d3": "^7.4.3",
"@types/dom-to-image": "^2.6.7",
"@types/lodash": "^4.17.0",
"@types/papaparse": "^5.3.14",
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ Babel==2.13.1
certifi==2023.11.17
charset-normalizer==3.3.2
docutils==0.20.1
idna==3.6
idna==3.7
imagesize==1.4.1
importlib-metadata==6.8.0
Jinja2==3.1.2
Jinja2==3.1.4
MarkupSafe==2.1.3
packaging==23.2
Pygments==2.17.2
Expand All @@ -19,5 +19,5 @@ sphinxcontrib-htmlhelp==2.0.4
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.6
sphinxcontrib-serializinghtml==1.1.9
urllib3==2.1.0
zipp==3.17.0
urllib3==2.2.2
zipp==3.19.1
Loading

0 comments on commit 80ca380

Please # to comment.