From ce48c1e17a46ec4ef7955d5e659029340acb5a2e Mon Sep 17 00:00:00 2001 From: Shawn Miller Date: Mon, 3 Aug 2026 23:59:23 -0500 Subject: [PATCH] Restore * devDependencies The tilde standard applies to dependencies only; devDependencies keep floating * ranges. Co-Authored-By: Claude Fable 5 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 7045bfe..8552096 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "description": "Error class for non-ok HTTP responses from the Fetch API. Captures the response body as text and JSON.", "devDependencies": { - "@eslint/js": "~10.0.1", - "globals": "~17.3.0" + "@eslint/js": "*", + "globals": "*" }, "keywords": [ "error",