diff --git a/.github/.keepalive b/.github/.keepalive deleted file mode 100644 index e8117cf..0000000 --- a/.github/.keepalive +++ /dev/null @@ -1 +0,0 @@ -2023-10-01T02:34:41.973Z diff --git a/package.json b/package.json index 177bc04..efdab31 100644 --- a/package.json +++ b/package.json @@ -39,13 +39,13 @@ "dependencies": { "@stdlib/assert-is-positive-integer": "^0.1.0", "@stdlib/stats-incr-msum": "^0.1.0", - "@stdlib/string-format": "^0.1.0", + "@stdlib/string-format": "^0.1.1", "@stdlib/types": "^0.1.0" }, "devDependencies": { "@stdlib/bench": "^0.1.0", - "@stdlib/constants-float64-eps": "^0.1.0", - "@stdlib/math-base-assert-is-nan": "^0.1.0", + "@stdlib/constants-float64-eps": "^0.1.1", + "@stdlib/math-base-assert-is-nan": "^0.1.1", "@stdlib/math-base-special-abs": "^0.1.0", "@stdlib/random-base-randu": "^0.1.0", "tape": "git+https://github.com/kgryte/tape.git#fix/globby",