diff --git a/demo/package-lock.json b/demo/package-lock.json index d71a584..eaafdff 100644 --- a/demo/package-lock.json +++ b/demo/package-lock.json @@ -26,7 +26,7 @@ "@react-native-community/cli-platform-android": "^20.0.2", "@react-native-community/cli-platform-ios": "^20.1.1", "@react-native/babel-preset": "0.83.1", - "@react-native/eslint-config": "0.83.1", + "@react-native/eslint-config": "0.84.1", "@react-native/metro-config": "0.83.1", "@react-native/typescript-config": "0.83.1", "@types/react": "^19.2.10", @@ -3079,15 +3079,15 @@ } }, "node_modules/@react-native/eslint-config": { - "version": "0.83.1", - "resolved": "https://registry.npmjs.org/@react-native/eslint-config/-/eslint-config-0.83.1.tgz", - "integrity": "sha512-fo3DmFywzkpVZgIji9vR93kN7sSAY122ZIB7VcudgKlmD/YFxJ5Yi+ZNiWYl6aprLexxOWjROgHXNP0B0XaAng==", + "version": "0.84.1", + "resolved": "https://registry.npmjs.org/@react-native/eslint-config/-/eslint-config-0.84.1.tgz", + "integrity": "sha512-Z8j0uahXvPgvBAslxwIWwFliRQO0bL7nLpNiFroVnT1ojYCQHwFAbObDcAIs+Yva2FTat2A5m2rbi98MHVC+cg==", "dev": true, "license": "MIT", "dependencies": { "@babel/core": "^7.25.2", "@babel/eslint-parser": "^7.25.1", - "@react-native/eslint-plugin": "0.83.1", + "@react-native/eslint-plugin": "0.84.1", "@typescript-eslint/eslint-plugin": "^8.36.0", "@typescript-eslint/parser": "^8.36.0", "eslint-config-prettier": "^8.5.0", @@ -3096,13 +3096,13 @@ "eslint-plugin-jest": "^29.0.1", "eslint-plugin-react": "^7.30.1", "eslint-plugin-react-hooks": "^7.0.1", - "eslint-plugin-react-native": "^4.0.0" + "eslint-plugin-react-native": "^5.0.0" }, "engines": { "node": ">= 20.19.4" }, "peerDependencies": { - "eslint": ">=8", + "eslint": "^8.0.0 || ^9.0.0", "prettier": ">=2" } }, @@ -3124,23 +3124,10 @@ "eslint": "^8.1.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.83.1", - "resolved": "https://registry.npmjs.org/@react-native/eslint-plugin/-/eslint-plugin-0.83.1.tgz", - "integrity": "sha512-nKd/FONY8aIIjtjEqI2ScvgJYeblBgdnwseRHlIC+Nm3f3tuOifUrHFtWBJznlrKFJcme31Tl7qiryE2SruLYw==", + "version": "0.84.1", + "resolved": "https://registry.npmjs.org/@react-native/eslint-plugin/-/eslint-plugin-0.84.1.tgz", + "integrity": "sha512-mKhsn3+CmN03vyW7/YQ6/LvLQppWT+eYqlCvmOvVoGlnh+XrJHJgwNr891zsyxGNELTwu/x2+T83ogwCmRHMEw==", "dev": true, "license": "MIT", "engines": { @@ -5608,6 +5595,19 @@ "hermes-estree": "0.25.1" } }, + "node_modules/eslint-plugin-react-native": { + "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 || ^9" + } + }, "node_modules/eslint-plugin-react-native-globals": { "version": "0.1.2", "resolved": "https://registry.npmjs.org/eslint-plugin-react-native-globals/-/eslint-plugin-react-native-globals-0.1.2.tgz", diff --git a/demo/package.json b/demo/package.json index 9b0dcc5..92dc106 100644 --- a/demo/package.json +++ b/demo/package.json @@ -27,7 +27,7 @@ "@react-native-community/cli-platform-android": "^20.0.2", "@react-native-community/cli-platform-ios": "^20.1.1", "@react-native/babel-preset": "0.83.1", - "@react-native/eslint-config": "0.83.1", + "@react-native/eslint-config": "0.84.1", "@react-native/metro-config": "0.83.1", "@react-native/typescript-config": "0.83.1", "@types/react": "^19.2.10",