Skip to content

Commit

Permalink
feat: update dependencies and use new jcampconverter
Browse files Browse the repository at this point in the history
  • Loading branch information
lpatiny committed Jan 8, 2024
1 parent 4a69faa commit 0e2c1b6
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,26 +45,26 @@
"trailingComma": "all"
},
"devDependencies": {
"@types/d3-scale": "^4.0.3",
"@types/jest": "^29.5.3",
"@types/js-quantities": "^1.6.3",
"@types/d3-scale": "^4.0.8",
"@types/jest": "^29.5.11",
"@types/js-quantities": "^1.6.6",
"cheminfo-build": "^1.2.0",
"eslint": "^8.47.0",
"eslint-config-cheminfo-typescript": "^12.0.4",
"jest": "^29.6.3",
"eslint": "^8.56.0",
"eslint-config-cheminfo-typescript": "^12.1.0",
"jest": "^29.7.0",
"jest-matcher-deep-close-to": "^3.0.2",
"prettier": "^3.0.2",
"rimraf": "^5.0.1",
"prettier": "^3.1.1",
"rimraf": "^5.0.5",
"ts-jest": "^29.1.1",
"typescript": "^5.1.6"
"typescript": "^5.3.3"
},
"dependencies": {
"@types/react": "^18.2.20",
"@types/react": "^18.2.47",
"baselines": "^1.1.6",
"cheminfo-types": "^1.7.2",
"convert-to-jcamp": "^5.4.7",
"convert-to-jcamp": "^5.4.9",
"is-any-array": "^2.0.1",
"jcampconverter": "^9.1.1",
"jcampconverter": "^9.6.0",
"js-quantities": "^1.8.0",
"ml-array-normed": "^1.3.7",
"ml-array-rescale": "^1.3.7",
Expand All @@ -75,7 +75,7 @@
"ml-savitzky-golay": "^5.0.0",
"ml-signal-processing": "^1.0.3",
"ml-spectra-fitting": "^4.2.1",
"ml-spectra-processing": "^12.5.0",
"ml-spectra-processing": "^12.8.0",
"react-plot": "0.10.1",
"xy-parser": "^5.0.4"
}
Expand Down

0 comments on commit 0e2c1b6

Please sign in to comment.