From 4361b2ea2d06814f6a297d6d598c1b0dba73253d Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 22:55:27 +0000 Subject: [PATCH] Update @react-native/eslint-plugin to version 0.74.87 --- package-lock.json | 16 ++++++++++++---- package.json | 2 +- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index 46f62e20e8..be448c3ac9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ ], "dependencies": { "@react-native/eslint-config": "0.74.83", - "@react-native/eslint-plugin": "0.74.83", + "@react-native/eslint-plugin": "0.74.87", "@react-native/typescript-config": "0.74.83", "@rollup/plugin-commonjs": "^25.0.7", "@rollup/plugin-json": "^6.1.0", @@ -4849,6 +4849,14 @@ "prettier": ">=2" } }, + "node_modules/@react-native/eslint-config/node_modules/@react-native/eslint-plugin": { + "version": "0.74.83", + "resolved": "https://registry.npmjs.org/@react-native/eslint-plugin/-/eslint-plugin-0.74.83.tgz", + "integrity": "sha512-JvwDKsFPfWdqSM3/6bBJGECCcSSUwpjFCO1r4e5YQ7G1CUV8wKW2MiixCqX209z2e3vDnCTS2Q1QuqP9/iZ3GA==", + "engines": { + "node": ">=18" + } + }, "node_modules/@react-native/eslint-config/node_modules/@typescript-eslint/eslint-plugin": { "version": "6.21.0", "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.21.0.tgz", @@ -5087,9 +5095,9 @@ } }, "node_modules/@react-native/eslint-plugin": { - "version": "0.74.83", - "resolved": "https://registry.npmjs.org/@react-native/eslint-plugin/-/eslint-plugin-0.74.83.tgz", - "integrity": "sha512-JvwDKsFPfWdqSM3/6bBJGECCcSSUwpjFCO1r4e5YQ7G1CUV8wKW2MiixCqX209z2e3vDnCTS2Q1QuqP9/iZ3GA==", + "version": "0.74.87", + "resolved": "https://registry.npmjs.org/@react-native/eslint-plugin/-/eslint-plugin-0.74.87.tgz", + "integrity": "sha512-AtUQM3ShGlOAV8Z8p9NmnXfrN762Tb4NnInQQPheP1sjbJsFpxTui+S/uGrL7I2wBrdtADnOKkb6yYhRU0OKOg==", "engines": { "node": ">=18" } diff --git a/package.json b/package.json index a4df08102a..85563ff7b7 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ ], "dependencies": { "@react-native/eslint-config": "0.74.83", - "@react-native/eslint-plugin": "0.74.83", + "@react-native/eslint-plugin": "0.74.87", "@react-native/typescript-config": "0.74.83", "@rollup/plugin-commonjs": "^25.0.7", "@rollup/plugin-json": "^6.1.0",