Skip to content

Commit

Permalink
fix: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lpatiny committed Mar 7, 2024
1 parent 82d82a9 commit f76472c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions package.json
Expand Up @@ -41,22 +41,22 @@
},
"homepage": "https://github.com/cheminfo/xy-parser#readme",
"devDependencies": {
"@types/jest": "^29.5.3",
"@types/jest": "^29.5.12",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"cheminfo-build": "^1.2.0",
"cheminfo-tools": "^1.23.3",
"codecov": "^3.8.3",
"eslint": "^8.46.0",
"eslint-config-cheminfo-typescript": "^12.0.4",
"jest": "^29.6.2",
"prettier": "^3.0.1",
"rimraf": "^5.0.1",
"ts-jest": "^29.1.1",
"typescript": "^5.1.6"
"eslint": "^8.57.0",
"eslint-config-cheminfo-typescript": "^12.2.0",
"jest": "^29.7.0",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"ts-jest": "^29.1.2",
"typescript": "^5.4.2"
},
"dependencies": {
"cheminfo-types": "^1.7.2",
"ensure-string": "^1.2.0",
"ml-spectra-processing": "^12.5.0"
"ml-spectra-processing": "^14.2.0"
}
}
2 changes: 1 addition & 1 deletion tsconfig.json
Expand Up @@ -3,7 +3,7 @@
"checkJs": true,
"noImplicitAny": false,
"esModuleInterop": true,
"moduleResolution": "node16",
"moduleResolution": "node",
"outDir": "lib",
"sourceMap": true,
"strict": true,
Expand Down

0 comments on commit f76472c

Please sign in to comment.