From 2263e9b58cf9c5208e0b794d62bb19a0d9d02cc7 Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Thu, 5 Oct 2023 04:50:23 +0000 Subject: [PATCH] Auto-generated commit --- .github/.keepalive | 1 - package.json | 8 ++++---- 2 files changed, 4 insertions(+), 5 deletions(-) delete mode 100644 .github/.keepalive diff --git a/.github/.keepalive b/.github/.keepalive deleted file mode 100644 index 8b46b4a..0000000 --- a/.github/.keepalive +++ /dev/null @@ -1 +0,0 @@ -2023-10-01T02:34:01.116Z diff --git a/package.json b/package.json index b6457eb..5e416a5 100644 --- a/package.json +++ b/package.json @@ -37,15 +37,15 @@ "url": "https://github.com/stdlib-js/stdlib/issues" }, "dependencies": { - "@stdlib/assert-is-number": "^0.1.0", + "@stdlib/assert-is-number": "^0.1.1", "@stdlib/assert-is-positive-integer": "^0.1.0", - "@stdlib/math-base-assert-is-nan": "^0.1.0", - "@stdlib/string-format": "^0.1.0", + "@stdlib/math-base-assert-is-nan": "^0.1.1", + "@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/constants-float64-eps": "^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",