From f8679ca2de30f185a168a8fc26cf6c1d36a18620 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 21:48:02 +0000 Subject: [PATCH] Update dependency eslint-plugin-react-native to v5 --- package-lock.json | 23 ++++++++++++++++++----- package.json | 2 +- 2 files changed, 19 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6428ae7d20..cee29572f0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -106,7 +106,7 @@ "eslint-plugin-jsx-expressions": "1.3.2", "eslint-plugin-react": "7.36.1", "eslint-plugin-react-hooks": "4.6.0", - "eslint-plugin-react-native": "4.1.0", + "eslint-plugin-react-native": "5.0.0", "jest": "29.7.0", "js-yaml": "4.1.0", "junk": "4.0.1", @@ -5993,6 +5993,19 @@ "eslint": ">=7.0.0" } }, + "node_modules/@react-native/eslint-config/node_modules/eslint-plugin-react-native": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-native/-/eslint-plugin-react-native-4.1.0.tgz", + "integrity": "sha512-QLo7rzTBOl43FvVqDdq5Ql9IoElIuTdjrz9SKAXCvULvBoRZ44JGSkx9z4999ZusCsb4rK3gjS8gOGyeYqZv2Q==", + "dev": true, + "license": "MIT", + "dependencies": { + "eslint-plugin-react-native-globals": "^0.1.1" + }, + "peerDependencies": { + "eslint": "^3.17.0 || ^4 || ^5 || ^6 || ^7 || ^8" + } + }, "node_modules/@react-native/eslint-plugin": { "version": "0.73.1", "resolved": "https://registry.npmjs.org/@react-native/eslint-plugin/-/eslint-plugin-0.73.1.tgz", @@ -10420,16 +10433,16 @@ } }, "node_modules/eslint-plugin-react-native": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/eslint-plugin-react-native/-/eslint-plugin-react-native-4.1.0.tgz", - "integrity": "sha512-QLo7rzTBOl43FvVqDdq5Ql9IoElIuTdjrz9SKAXCvULvBoRZ44JGSkx9z4999ZusCsb4rK3gjS8gOGyeYqZv2Q==", + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-native/-/eslint-plugin-react-native-5.0.0.tgz", + "integrity": "sha512-VyWlyCC/7FC/aONibOwLkzmyKg4j9oI8fzrk9WYNs4I8/m436JuOTAFwLvEn1CVvc7La4cPfbCyspP4OYpP52Q==", "dev": true, "license": "MIT", "dependencies": { "eslint-plugin-react-native-globals": "^0.1.1" }, "peerDependencies": { - "eslint": "^3.17.0 || ^4 || ^5 || ^6 || ^7 || ^8" + "eslint": "^3.17.0 || ^4 || ^5 || ^6 || ^7 || ^8 || ^9" } }, "node_modules/eslint-plugin-react-native-globals": { diff --git a/package.json b/package.json index 8e86feabb8..13b02cfe05 100644 --- a/package.json +++ b/package.json @@ -142,7 +142,7 @@ "eslint-plugin-jsx-expressions": "1.3.2", "eslint-plugin-react": "7.36.1", "eslint-plugin-react-hooks": "4.6.0", - "eslint-plugin-react-native": "4.1.0", + "eslint-plugin-react-native": "5.0.0", "jest": "29.7.0", "js-yaml": "4.1.0", "junk": "4.0.1",