From b2197df8e34919ae5fa36fc4164f1241cdebaca2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 13:09:06 +0000 Subject: [PATCH] chore(examples): update dependency eslint-plugin-chai-friendly to v1 --- examples/basic/package.json | 2 +- examples/typescript/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/basic/package.json b/examples/basic/package.json index 9b61dee7..a39529bb 100644 --- a/examples/basic/package.json +++ b/examples/basic/package.json @@ -24,7 +24,7 @@ "cross-env": "7.0.3", "cypress": "13.13.1", "cypress-firebase": "4.2.0", - "eslint-plugin-chai-friendly": "0.8.0", + "eslint-plugin-chai-friendly": "1.0.1", "eslint-plugin-cypress": "2.15.2", "firebase-admin": "11.11.1", "firebase-tools": "13.14.2", diff --git a/examples/typescript/package.json b/examples/typescript/package.json index 4ed27b18..ca528c26 100644 --- a/examples/typescript/package.json +++ b/examples/typescript/package.json @@ -30,7 +30,7 @@ "cross-env": "7.0.3", "cypress": "13.13.1", "cypress-firebase": "4.2.0", - "eslint-plugin-chai-friendly": "0.8.0", + "eslint-plugin-chai-friendly": "1.0.1", "eslint-plugin-cypress": "2.15.2", "react-scripts": "5.0.1", "firebase-admin": "11.11.1",