Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lpatiny committed Apr 15, 2024
1 parent d8670fd commit 92af328
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,32 +55,30 @@
"trailingComma": "all"
},
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@babel/plugin-transform-modules-commonjs": "^7.24.1",
"@babel/preset-typescript": "^7.24.1",
"@types/jest": "^29.5.12",
"chemcalc": "^3.4.1",
"cheminfo-build": "^1.2.0",
"eslint": "^8.57.0",
"eslint-config-cheminfo-typescript": "^12.2.0",
"eslint-plugin-jest": "^27.9.0",
"eslint-config-cheminfo-typescript": "^12.3.0",
"esm": "^3.2.25",
"jest": "^29.7.0",
"jest-matcher-deep-close-to": "^3.0.2",
"mf-global": "^3.0.16",
"mf-global": "^3.0.18",
"ml-stat": "^1.3.3",
"nodemon": "^3.1.0",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"spectrum-generator": "^8.0.11",
"typescript": "^5.4.2",
"typescript": "^5.4.5",
"xy-parser": "^5.0.5"
},
"dependencies": {
"@lukeed/uuid": "^2.0.1",
"cheminfo-types": "^1.7.2",
"cheminfo-types": "^1.7.3",
"ml-peak-shape-generator": "^4.1.2",
"ml-savitzky-golay-generalized": "^4.0.1",
"ml-spectra-fitting": "^4.2.3",
"ml-spectra-processing": "^14.2.0"
"ml-spectra-processing": "^14.3.0"
}
}

0 comments on commit 92af328

Please sign in to comment.