Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lpatiny committed Aug 20, 2019
1 parent 994b290 commit bf3e955
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"homepage": "https://github.com/mljs/ml",
"dependencies": {
"binary-search": "^1.3.5",
"binary-search": "^1.3.6",
"ml-array-max": "^1.1.1",
"ml-array-mean": "^1.1.1",
"ml-array-median": "^1.1.1",
Expand All @@ -62,15 +62,15 @@
"ml-cross-validation": "^1.2.0",
"ml-distance": "^3.0.0",
"ml-distance-matrix": "^2.0.0",
"ml-fcnnls": "^1.0.0",
"ml-fcnnls": "^1.1.0",
"ml-fnn": "^5.0.0",
"ml-hash-table": "^1.0.0",
"ml-hclust": "^3.0.0",
"ml-kernel": "^3.0.0",
"ml-kmeans": "^5.0.0",
"ml-knn": "^3.0.0",
"ml-levenberg-marquardt": "^2.0.0",
"ml-matrix": "^6.2.0",
"ml-matrix": "^6.4.0",
"ml-naivebayes": "^4.0.0",
"ml-pad-array": "^2.0.0",
"ml-pca": "^4.0.0",
Expand All @@ -86,8 +86,8 @@
"num-sort": "^2.0.0"
},
"devDependencies": {
"cheminfo-build": "^1.0.1",
"cheminfo-build": "^1.0.2",
"esm": "^3.2.25",
"rollup": "^1.19.2"
"rollup": "^1.19.4"
}
}

0 comments on commit bf3e955

Please sign in to comment.