Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lpatiny committed May 9, 2024
1 parent 8bc387a commit 6e107cc
Show file tree
Hide file tree
Showing 10 changed files with 199 additions and 197 deletions.
3 changes: 3 additions & 0 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
extends: cheminfo
parserOptions:
sourceType: module
env:
jest: true
node: true
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"build-doc": "cheminfo doc",
"eslint": "eslint src",
"eslint-fix": "npm run eslint -- --fix",
"prepublishOnly": "rollup -c",
"prepack": "rollup -c",
"prettier": "prettier --check src",
"prettier-write": "prettier --write src",
"test": "npm run test-coverage && npm run eslint",
Expand All @@ -35,26 +35,26 @@
"testEnvironment": "node"
},
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.17.9",
"@types/jest": "^27.5.0",
"cheminfo-build": "^1.1.11",
"@babel/plugin-transform-modules-commonjs": "^7.24.1",
"@types/jest": "^29.5.12",
"cheminfo-build": "^1.2.0",
"codecov": "^3.8.3",
"eslint": "^8.15.0",
"eslint-config-cheminfo": "^7.3.0",
"jest": "^28.1.0",
"eslint-config-cheminfo": "^9.2.0",
"jest": "^29.7.0",
"jest-matcher-deep-close-to": "^3.0.2",
"prettier": "^2.6.2",
"rollup": "^2.72.1"
"prettier": "^3.2.5",
"rollup": "^4.17.2"
},
"dependencies": {
"chroma-js": "^2.4.2",
"is-any-array": "^2.0.0",
"jcampconverter": "^9.0.1",
"ml-matrix": "^6.10.0",
"ml-pca": "^4.0.2",
"ml-signal-processing": "^0.5.2",
"ml-spectra-processing": "^11.6.0",
"is-any-array": "^2.0.1",
"jcampconverter": "^9.6.4",
"ml-matrix": "^6.11.0",
"ml-pca": "^4.1.1",
"ml-signal-processing": "^1.0.4",
"ml-spectra-processing": "^14.5.0",
"object-hash": "^3.0.0",
"xy-parser": "^5.0.2"
"xy-parser": "^5.0.5"
}
}
File renamed without changes.
14 changes: 7 additions & 7 deletions src/__tests__/__snapshots__/getAutocorrelationChart.test.js.snap
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`getAutocorrelationChart check jsgraph chart 1`] = `
Object {
"color": Array [
{
"color": [
"rgb(204,204,204)",
"rgb(204,204,204)",
"rgb(204,204,204)",
"rgb(204,204,204)",
],
"styles": Object {
"selected": Object {
"styles": {
"selected": {
"lineStyle": 1,
"lineWidth": 3,
},
"unselected": Object {
"unselected": {
"lineStyle": 1,
"lineWidth": 1,
},
},
"type": "color",
"x": Array [
"x": [
0,
1,
2,
3,
],
"y": Array [
"y": [
2,
4,
5.5,
Expand Down
Loading

0 comments on commit 6e107cc

Please sign in to comment.