diff --git a/dependencies/package-lock.json b/dependencies/package-lock.json index 7fa850aa..6c8b826e 100644 --- a/dependencies/package-lock.json +++ b/dependencies/package-lock.json @@ -11,7 +11,7 @@ "@babel/preset-typescript": "^7.24.7", "@coffeelint/cli": "^5.2.11", "@ibm/tekton-lint": "^1.1.0", - "@react-native/eslint-config": "^0.74.87", + "@react-native/eslint-config": "^0.75.2", "@stoplight/spectral-cli": "^6.11.1", "@typescript-eslint/eslint-plugin": "^7.16.1", "asl-validator": "^3.8.3", @@ -4824,20 +4824,19 @@ } }, "node_modules/@react-native/eslint-config": { - "version": "0.74.87", - "resolved": "https://registry.npmjs.org/@react-native/eslint-config/-/eslint-config-0.74.87.tgz", - "integrity": "sha512-5n1KdlUXxFA10VbcWXncRcV6eDO1AwnCAaNed1Yqzy1nbtyXmkMLoYJC/nnWJdMBqpzCU5HrwhWdyuj2K2OAUg==", + "version": "0.75.2", + "resolved": "https://registry.npmjs.org/@react-native/eslint-config/-/eslint-config-0.75.2.tgz", + "integrity": "sha512-lelWQ/mjwCLONrZ0mrCjWYPZWYckjuVCjdADOSMuEe7/tjwUZYW/e/iQdOvy1USqFwGHLLkTjE722EmQ6P+O7A==", "dependencies": { "@babel/core": "^7.20.0", "@babel/eslint-parser": "^7.20.0", - "@react-native/eslint-plugin": "0.74.87", + "@react-native/eslint-plugin": "0.75.2", "@typescript-eslint/eslint-plugin": "^7.1.1", "@typescript-eslint/parser": "^7.1.1", "eslint-config-prettier": "^8.5.0", "eslint-plugin-eslint-comments": "^3.2.0", "eslint-plugin-ft-flow": "^2.0.1", "eslint-plugin-jest": "^27.9.0", - "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-react": "^7.30.1", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-native": "^4.0.0" @@ -4885,30 +4884,10 @@ } } }, - "node_modules/@react-native/eslint-config/node_modules/eslint-plugin-prettier": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/eslint-plugin-prettier/-/eslint-plugin-prettier-4.2.1.tgz", - "integrity": "sha512-f/0rXLXUt0oFYs8ra4w49wYZBG5GKZpAYsJSm6rnYL5uVDjd+zowwMwVZHnAjf4edNrKpCDYfXDgmRE/Ak7QyQ==", - "dependencies": { - "prettier-linter-helpers": "^1.0.0" - }, - "engines": { - "node": ">=12.0.0" - }, - "peerDependencies": { - "eslint": ">=7.28.0", - "prettier": ">=2.0.0" - }, - "peerDependenciesMeta": { - "eslint-config-prettier": { - "optional": true - } - } - }, "node_modules/@react-native/eslint-plugin": { - "version": "0.74.87", - "resolved": "https://registry.npmjs.org/@react-native/eslint-plugin/-/eslint-plugin-0.74.87.tgz", - "integrity": "sha512-AtUQM3ShGlOAV8Z8p9NmnXfrN762Tb4NnInQQPheP1sjbJsFpxTui+S/uGrL7I2wBrdtADnOKkb6yYhRU0OKOg==", + "version": "0.75.2", + "resolved": "https://registry.npmjs.org/@react-native/eslint-plugin/-/eslint-plugin-0.75.2.tgz", + "integrity": "sha512-cxvSn+io32l+mbyDcpGGGoDXMwFxsVvb1JHSdfbzxi6+94gdD+ce0gqFJY4FCPg/ebJ2gCvQ8j0lt1NoAizUuQ==", "engines": { "node": ">=18" } diff --git a/dependencies/package.json b/dependencies/package.json index b39a030e..52bede06 100644 --- a/dependencies/package.json +++ b/dependencies/package.json @@ -6,7 +6,7 @@ "@babel/preset-typescript": "^7.24.7", "@coffeelint/cli": "^5.2.11", "@ibm/tekton-lint": "^1.1.0", - "@react-native/eslint-config": "^0.74.87", + "@react-native/eslint-config": "^0.75.2", "@stoplight/spectral-cli": "^6.11.1", "@typescript-eslint/eslint-plugin": "^7.16.1", "asl-validator": "^3.8.3",