From f1243ae82769630894ced24ea24a1620dc8c9307 Mon Sep 17 00:00:00 2001 From: Renovate Bot <renovatebot@exemple.com> Date: Wed, 22 Jan 2025 03:43:22 +0000 Subject: [PATCH] chore(deps): update dependency eslint-config-prettier to v10 --- package.json | 2 +- yarn.lock | 17 +++++------------ 2 files changed, 6 insertions(+), 13 deletions(-) diff --git a/package.json b/package.json index 98402fca6..4f1aa43d0 100644 --- a/package.json +++ b/package.json @@ -111,7 +111,7 @@ "cozy-app-publish": "^0.33.0", "cozy-jobs-cli": "^2.0.0", "eslint": "^8.49.0", - "eslint-config-prettier": "^9.0.0", + "eslint-config-prettier": "^10.0.0", "eslint-plugin-jest": "^28.8.3", "eslint-plugin-jsdoc": "^50.4.1", "eslint-plugin-jsx-a11y": "^6.10.2", diff --git a/yarn.lock b/yarn.lock index a46889116..36dda1dff 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6555,7 +6555,7 @@ cozy-client@^33.2.0: sift "^6.0.0" url-search-params-polyfill "^8.0.0" -cozy-device-helper@3.7.1: +cozy-device-helper@3.7.1, cozy-device-helper@^3.7.1: version "3.7.1" resolved "https://registry.yarnpkg.com/cozy-device-helper/-/cozy-device-helper-3.7.1.tgz#59f11ab3ab92335525a767e78f983b07eeaf4eea" integrity sha512-D0zkEFynUrICNhQixyyYGhRHTwgJL+pf7XtmTwjKePIn2pNHKw5V64IhGg9uLYf6tI9uivkUKvZvFYuKzEvlqA== @@ -6569,13 +6569,6 @@ cozy-device-helper@^2.1.0: dependencies: lodash "^4.17.19" -cozy-device-helper@^3.7.1: - version "3.7.1" - resolved "https://registry.yarnpkg.com/cozy-device-helper/-/cozy-device-helper-3.7.1.tgz#59f11ab3ab92335525a767e78f983b07eeaf4eea" - integrity sha512-D0zkEFynUrICNhQixyyYGhRHTwgJL+pf7XtmTwjKePIn2pNHKw5V64IhGg9uLYf6tI9uivkUKvZvFYuKzEvlqA== - dependencies: - lodash "^4.17.19" - cozy-doctypes@^1.83.8: version "1.83.8" resolved "https://registry.yarnpkg.com/cozy-doctypes/-/cozy-doctypes-1.83.8.tgz#99ec864059034bd032f6f01e322b57fea130a5d3" @@ -8463,10 +8456,10 @@ eslint-config-prettier@4.3.0: dependencies: get-stdin "^6.0.0" -eslint-config-prettier@^9.0.0: - version "9.0.0" - resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-9.0.0.tgz#eb25485946dd0c66cd216a46232dc05451518d1f" - integrity sha512-IcJsTkJae2S35pRsRAwoCE+925rJJStOdkKnLVgtE+tEpqU0EVVM7OqrwxqgptKdX29NUwC82I5pXsGFIgSevw== +eslint-config-prettier@^10.0.0: + version "10.0.1" + resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-10.0.1.tgz#fbb03bfc8db0651df9ce4e8b7150d11c5fe3addf" + integrity sha512-lZBts941cyJyeaooiKxAtzoPHTN+GbQTJFAIdQbRhA4/8whaAraEh47Whw/ZFfrjNSnlAxqfm9i0XVAEkULjCw== eslint-loader@^4.0.2: version "4.0.2" -- GitLab