Skip to content

Commit

Permalink
chore: update dependency and fix TS errors
Browse files Browse the repository at this point in the history
  • Loading branch information
lpatiny committed Apr 15, 2024
1 parent 5f950d9 commit e5c361f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"@lukeed/uuid": "^2.0.1",
"cheminfo-types": "^1.7.3",
"ml-peak-shape-generator": "^4.1.2",
"ml-savitzky-golay-generalized": "^4.0.1",
"ml-savitzky-golay-generalized": "^4.1.1",
"ml-spectra-fitting": "^4.2.3",
"ml-spectra-processing": "^14.3.0"
}
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"moduleResolution": "node",
"outDir": "lib",
"noImplicitAny": false,
"skipLibCheck": true,
"sourceMap": true,
"strict": true,
"target": "es2020"
Expand Down

0 comments on commit e5c361f

Please sign in to comment.