Skip to content

Commit

Permalink
fix: prevent crash in auto-range picking
Browse files Browse the repository at this point in the history
Closes: #1330
  • Loading branch information
targos committed Jan 26, 2022
1 parent f5d8de1 commit 2b52066
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 32 deletions.
56 changes: 28 additions & 28 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -56,7 +56,7 @@
"immer": "^9.0.12",
"jszip": "^3.7.1",
"lodash": "^4.17.21",
"mf-parser": "^1.4.0",
"mf-parser": "^1.4.1",
"ml-airpls": "^1.0.0",
"ml-array-max": "^1.2.4",
"ml-array-mean": "^1.1.6",
Expand All @@ -65,12 +65,12 @@
"ml-baseline-correction-regression": "^1.0.0",
"ml-conrec": "^3.2.1",
"ml-gsd": "^9.1.0",
"ml-spectra-processing": "^8.1.0",
"ml-spectra-processing": "^8.3.0",
"ml-stat": "^1.3.3",
"multiplet-analysis": "^2.0.0",
"nmr-correlation": "^2.2.0",
"nmr-parser": "^1.7.2",
"nmr-processing": "^6.0.4",
"nmr-processing": "^6.0.5",
"nmredata": "^0.6.1",
"numeral": "^2.0.6",
"openchemlib": "^7.4.3",
Expand Down Expand Up @@ -103,7 +103,7 @@
"@simbathesailor/use-what-changed": "^2.0.0",
"@types/d3": "^7.1.0",
"@types/jest": "^27.4.0",
"@types/node": "^17.0.10",
"@types/node": "^17.0.12",
"@types/react": "^17.0.38",
"@types/react-dom": "^17.0.11",
"@types/react-router-dom": "^5.3.3",
Expand Down

0 comments on commit 2b52066

Please sign in to comment.