From 0e2c1b6d55e98c28537654d94b5f21074919ff0f Mon Sep 17 00:00:00 2001 From: Luc Patiny Date: Mon, 8 Jan 2024 15:31:39 +0100 Subject: [PATCH] feat: update dependencies and use new jcampconverter --- package.json | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/package.json b/package.json index 65dddee..47793a1 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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" }