From 05fbe26dc6cc9101752aeaf5eae2d8c7092bc5b4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 2 Dec 2023 13:27:16 +0000 Subject: [PATCH] chore(mobile-react-native): update dependency eslint-config-prettier to v9.1.0 (#13050) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- mobile-react-native/package-lock.json | 14 +++++++------- mobile-react-native/package.json | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/mobile-react-native/package-lock.json b/mobile-react-native/package-lock.json index 6afecdfab4..48ab18b56a 100644 --- a/mobile-react-native/package-lock.json +++ b/mobile-react-native/package-lock.json @@ -30,7 +30,7 @@ "@typescript-eslint/parser": "6.13.1", "eslint": "8.55.0", "eslint-config-airbnb": "19.0.4", - "eslint-config-prettier": "9.0.0", + "eslint-config-prettier": "9.1.0", "eslint-plugin-import": "2.29.0", "eslint-plugin-jsx-a11y": "6.8.0", "eslint-plugin-prettier": "5.0.1", @@ -9655,9 +9655,9 @@ } }, "node_modules/eslint-config-prettier": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-9.0.0.tgz", - "integrity": "sha512-IcJsTkJae2S35pRsRAwoCE+925rJJStOdkKnLVgtE+tEpqU0EVVM7OqrwxqgptKdX29NUwC82I5pXsGFIgSevw==", + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-9.1.0.tgz", + "integrity": "sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw==", "dev": true, "bin": { "eslint-config-prettier": "bin/cli.js" @@ -27106,9 +27106,9 @@ } }, "eslint-config-prettier": { - "version": "9.0.0", - "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-9.0.0.tgz", - "integrity": "sha512-IcJsTkJae2S35pRsRAwoCE+925rJJStOdkKnLVgtE+tEpqU0EVVM7OqrwxqgptKdX29NUwC82I5pXsGFIgSevw==", + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/eslint-config-prettier/-/eslint-config-prettier-9.1.0.tgz", + "integrity": "sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw==", "dev": true }, "eslint-import-resolver-node": { diff --git a/mobile-react-native/package.json b/mobile-react-native/package.json index c48f8df5d6..87c9dc0c1e 100644 --- a/mobile-react-native/package.json +++ b/mobile-react-native/package.json @@ -43,7 +43,7 @@ "@typescript-eslint/parser": "6.13.1", "eslint": "8.55.0", "eslint-config-airbnb": "19.0.4", - "eslint-config-prettier": "9.0.0", + "eslint-config-prettier": "9.1.0", "eslint-plugin-import": "2.29.0", "eslint-plugin-jsx-a11y": "6.8.0", "eslint-plugin-prettier": "5.0.1",