Skip to content

Commit

Permalink
fix: update dependencies and allow bluebird promises
Browse files Browse the repository at this point in the history
  • Loading branch information
lpatiny committed Dec 19, 2024
1 parent 37d24b6 commit 1f13222
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,21 +30,21 @@
},
"homepage": "https://github.com/cheminfo-js/mzData#readme",
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.25.9",
"@babel/plugin-transform-modules-commonjs": "^7.26.3",
"@vitest/coverage-v8": "2.1.8",
"cheminfo-build": "^1.2.0",
"eslint": "^9.16.0",
"eslint": "^9.17.0",
"eslint-config-cheminfo": "^13.0.0",
"globals": "^15.13.0",
"prettier": "^3.4.1",
"rollup": "^4.28.0",
"globals": "^15.14.0",
"prettier": "^3.4.2",
"rollup": "^4.28.1",
"vitest": "^2.1.8"
},
"dependencies": {
"arraybuffer-xml-parser": "^1.0.0",
"camelcase": "^6.3.0",
"cheminfo-types": "^1.8.1",
"ml-spectra-processing": "^14.8.0",
"ml-spectra-processing": "^14.9.1",
"uint8-base64": "^0.1.1"
}
}

0 comments on commit 1f13222

Please sign in to comment.