Skip to content

Commit ace1fb5

Browse files
committed
fix: update ml-spectra-processing
1 parent abd6318 commit ace1fb5

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -38,22 +38,22 @@
3838
},
3939
"homepage": "https://github.com/mljs/signal-processing#readme",
4040
"devDependencies": {
41-
"@types/jest": "^29.2.4",
42-
"eslint": "^8.30.0",
43-
"eslint-config-cheminfo-typescript": "^11.2.2",
44-
"jest": "^29.3.1",
41+
"@types/jest": "^29.5.0",
42+
"eslint": "^8.36.0",
43+
"eslint-config-cheminfo-typescript": "^11.3.1",
44+
"jest": "^29.5.0",
4545
"jest-matcher-deep-close-to": "^3.0.2",
46-
"prettier": "^2.8.1",
47-
"rimraf": "^3.0.2",
48-
"ts-jest": "^29.0.3",
49-
"typescript": "^4.9.4",
46+
"prettier": "^2.8.7",
47+
"rimraf": "^4.4.1",
48+
"ts-jest": "^29.0.5",
49+
"typescript": "^5.0.2",
5050
"typescript-json-schema": "^0.55.0"
5151
},
5252
"dependencies": {
53-
"baselines": "^1.1.4",
53+
"baselines": "^1.1.5",
5454
"cheminfo-types": "^1.4.0",
55-
"ml-gsd": "^12.1.2",
55+
"ml-gsd": "^12.1.3",
5656
"ml-savitzky-golay-generalized": "^4.0.1",
57-
"ml-spectra-processing": "^11.15.0"
57+
"ml-spectra-processing": "^12.0.0"
5858
}
5959
}

0 commit comments

Comments
 (0)