From 93c284cf244f02c99bd92a0841d1582853d20de4 Mon Sep 17 00:00:00 2001 From: Prashant Farkya Date: Wed, 25 May 2022 12:02:13 +0530 Subject: [PATCH] Adding mocha updated peer dependencies --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 978050b..645c629 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "xml": "^1.0.1" }, "peerDependencies": { - "mocha": "^5.2.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0" + "mocha": "^5.2.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0" }, "author": "Juho Vähä-Herttua", "license": "MIT",