From 1e853f47c348503cefae0a6262b5e0a4bbc1ee8f Mon Sep 17 00:00:00 2001 From: Tomasz Pluskiewicz Date: Tue, 10 Sep 2024 16:37:45 +0200 Subject: [PATCH] build(deps): update peerDeps I was working on type declarations for chai v5 (DefinitelyTyped/DefinitelyTyped#70397) and found that this package works just fine with the latest --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8569093..caccdd9 100644 --- a/package.json +++ b/package.json @@ -51,6 +51,6 @@ "y18n": ">=4.0.1" }, "peerDependencies": { - "chai": "^4.x.x" + "chai": "4 - 5" } }