Skip to content

Commit

Permalink
chore: update dependencies and fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
lpatiny committed Mar 15, 2022
1 parent f634502 commit 6442080
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,16 @@
"testEnvironment": "node"
},
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.16.8",
"@babel/plugin-transform-modules-commonjs": "^7.17.7",
"@types/jest": "^27.4.1",
"cheminfo-build": "^1.1.11",
"codecov": "^3.8.3",
"eslint": "^8.10.0",
"eslint-config-cheminfo": "^7.2.2",
"eslint": "^8.11.0",
"eslint-config-cheminfo": "^7.3.0",
"jest": "^27.5.1",
"jest-matcher-deep-close-to": "^3.0.2",
"prettier": "^2.5.1",
"rollup": "^2.70.0"
"rollup": "^2.70.1"
},
"dependencies": {
"chroma-js": "^2.4.2",
Expand All @@ -60,13 +60,13 @@
"ml-array-xy-equally-spaced": "^1.2.1",
"ml-array-xy-filter-x": "1.0.2",
"ml-array-xy-sort-x": "^1.0.2",
"ml-gsd": "^10.1.2",
"ml-gsd": "^10.2.0",
"ml-matrix": "^6.9.0",
"ml-pca": "^4.0.2",
"ml-savitzky-golay-generalized": "^4.0.1",
"ml-spectra-processing": "^11.0.0",
"ml-stat": "^1.3.3",
"object-hash": "^3.0.0",
"xy-parser": "^5.0.1"
"xy-parser": "^5.0.2"
}
}
4 changes: 2 additions & 2 deletions src/spectrum/__tests__/xyCalibrate.test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { xyCalibrate } from '../xyCalibrate.js';

import { toBeDeepCloseTo } from 'jest-matcher-deep-close-to';

import { xyCalibrate } from '../xyCalibrate.js';

expect.extend({ toBeDeepCloseTo });

describe('xyCalibrate', () => {
Expand Down

0 comments on commit 6442080

Please sign in to comment.