diff --git a/.changeset/renovate-ec51f95.md b/.changeset/renovate-ec51f95.md new file mode 100644 index 000000000..0926787e6 --- /dev/null +++ b/.changeset/renovate-ec51f95.md @@ -0,0 +1,5 @@ +--- +'@scaleway/eslint-config-react': patch +--- + +Updated dependency `eslint-config-prettier` to `9.1.0`. diff --git a/packages/eslint-config-react/package.json b/packages/eslint-config-react/package.json index f1501646d..ae2eb7b8c 100644 --- a/packages/eslint-config-react/package.json +++ b/packages/eslint-config-react/package.json @@ -22,7 +22,7 @@ "@typescript-eslint/parser": "6.13.2", "eslint-config-airbnb": "19.0.4", "eslint-config-airbnb-typescript": "17.1.0", - "eslint-config-prettier": "9.0.0", + "eslint-config-prettier": "9.1.0", "eslint-plugin-deprecation": "2.0.0", "eslint-plugin-eslint-comments": "3.2.0", "eslint-plugin-import": "2.29.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ef709b86a..d4a7b4c1d 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -178,8 +178,8 @@ importers: specifier: 17.1.0 version: 17.1.0(@typescript-eslint/eslint-plugin@6.13.2)(@typescript-eslint/parser@6.13.2)(eslint-plugin-import@2.29.0)(eslint@8.55.0) eslint-config-prettier: - specifier: 9.0.0 - version: 9.0.0(eslint@8.55.0) + specifier: 9.1.0 + version: 9.1.0(eslint@8.55.0) eslint-plugin-deprecation: specifier: 2.0.0 version: 2.0.0(eslint@8.55.0)(typescript@5.3.2) @@ -5954,8 +5954,8 @@ packages: object.entries: 1.1.6 dev: false - /eslint-config-prettier@9.0.0(eslint@8.55.0): - resolution: {integrity: sha512-IcJsTkJae2S35pRsRAwoCE+925rJJStOdkKnLVgtE+tEpqU0EVVM7OqrwxqgptKdX29NUwC82I5pXsGFIgSevw==} + /eslint-config-prettier@9.1.0(eslint@8.55.0): + resolution: {integrity: sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw==} hasBin: true peerDependencies: eslint: '>=7.0.0'