Skip to content

Commit

Permalink
fix: update dependencies and fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
lpatiny committed Oct 5, 2021
1 parent 3c772f7 commit 48b4f41
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"eslint": "eslint src --cache",
"eslint-fix": "npm run eslint -- --fix",
"compile": "rollup -c",
"prepublishOnly": "npm run compile",
"prepack": "npm run compile",
"test": "npm run test-coverage && npm run eslint",
"test-only": "jest",
"test-coverage": "jest --coverage"
Expand Down Expand Up @@ -56,28 +56,28 @@
"trailingComma": "all"
},
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.14.0",
"@types/jest": "^26.0.23",
"@babel/plugin-transform-modules-commonjs": "^7.15.4",
"@types/jest": "^27.0.2",
"chemcalc": "^3.4.1",
"cheminfo-build": "^1.1.10",
"eslint": "^7.27.0",
"eslint-config-cheminfo": "^5.2.4",
"cheminfo-build": "^1.1.11",
"eslint": "^7.32.0",
"eslint-config-cheminfo": "^5.5.0",
"esm": "^3.2.25",
"jest": "^27.0.1",
"jest-matcher-deep-close-to": "^2.0.1",
"mf-global": "^1.3.6",
"jest": "^27.2.4",
"jest-matcher-deep-close-to": "^3.0.0",
"mf-global": "^1.4.6",
"ml-stat": "^1.3.3",
"nodemon": "^2.0.7",
"prettier": "^2.3.0",
"rollup": "^2.50.1",
"spectrum-generator": "^5.0.0",
"xy-parser": "^3.1.1"
"nodemon": "^2.0.13",
"prettier": "^2.4.1",
"rollup": "^2.58.0",
"spectrum-generator": "^5.4.0",
"xy-parser": "^3.2.0"
},
"dependencies": {
"cheminfo-types": "^0.5.0",
"ml-peak-shape-generator": "^2.0.1",
"ml-peak-shape-generator": "^2.0.2",
"ml-savitzky-golay-generalized": "2.0.3",
"ml-spectra-fitting": "^1.0.0",
"ml-spectra-processing": "^6.6.0"
"ml-spectra-processing": "^6.8.0"
}
}

0 comments on commit 48b4f41

Please sign in to comment.