Skip to content

Commit

Permalink
feat: update dependencies and force new build for filtes
Browse files Browse the repository at this point in the history
  • Loading branch information
lpatiny committed Nov 14, 2024
1 parent c2bb5b9 commit 1914dba
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
9 changes: 4 additions & 5 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
import cheminfo from 'eslint-config-cheminfo';
import globals from 'globals';

export default [
...cheminfo,
{
languageOptions: {
globals: {
...globals.node,
__dirname: 'readonly',
},
},
rules: {
// "camelcase": "off",
}
}
]
},
},
];
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,20 +35,20 @@
"testEnvironment": "node"
},
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.25.7",
"@types/node": "^22.7.5",
"@vitest/coverage-v8": "^2.1.2",
"@babel/plugin-transform-modules-commonjs": "^7.25.9",
"@types/node": "^22.9.0",
"@vitest/coverage-v8": "^2.1.5",
"cheminfo-build": "^1.2.0",
"eslint": "^9.12.0",
"eslint": "^9.14.0",
"eslint-config-cheminfo": "^12.0.1",
"jest-matcher-deep-close-to": "^3.0.2",
"prettier": "^3.3.3",
"rollup": "^4.24.0"
"rollup": "^4.26.0",
"vitest": "^2.1.5"
},
"dependencies": {
"common-spectrum": "2.12.0",
"ml-gsd": "^12.1.8",
"vitest": "^2.1.2"
"ml-gsd": "^12.1.8"
},
"info": {
"logo": "https://raw.githubusercontent.com/cheminfo/font/main/src/uv/assignment.svg",
Expand Down

0 comments on commit 1914dba

Please sign in to comment.