diff --git a/.changeset/renovate-22e0733.md b/.changeset/renovate-22e0733.md new file mode 100644 index 000000000..690f2ba46 --- /dev/null +++ b/.changeset/renovate-22e0733.md @@ -0,0 +1,5 @@ +--- +'@scaleway/eslint-config-react': patch +--- + +Updated dependency `eslint-config-prettier` to `9.0.0`. diff --git a/packages/eslint-config-react/package.json b/packages/eslint-config-react/package.json index 074d03fcd..56a58ec1d 100644 --- a/packages/eslint-config-react/package.json +++ b/packages/eslint-config-react/package.json @@ -22,7 +22,7 @@ "@typescript-eslint/parser": "5.62.0", "eslint-config-airbnb": "19.0.4", "eslint-config-airbnb-typescript": "17.1.0", - "eslint-config-prettier": "8.10.0", + "eslint-config-prettier": "9.0.0", "eslint-plugin-deprecation": "1.5.0", "eslint-plugin-eslint-comments": "3.2.0", "eslint-plugin-import": "2.28.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 03d8ca1f9..074a96be4 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -165,8 +165,8 @@ importers: specifier: 17.1.0 version: 17.1.0(@typescript-eslint/eslint-plugin@5.62.0)(@typescript-eslint/parser@5.62.0)(eslint-plugin-import@2.28.0)(eslint@8.46.0) eslint-config-prettier: - specifier: 8.10.0 - version: 8.10.0(eslint@8.46.0) + specifier: 9.0.0 + version: 9.0.0(eslint@8.46.0) eslint-plugin-deprecation: specifier: 1.5.0 version: 1.5.0(eslint@8.46.0)(typescript@5.1.6) @@ -5758,8 +5758,8 @@ packages: object.entries: 1.1.6 dev: false - /eslint-config-prettier@8.10.0(eslint@8.46.0): - resolution: {integrity: sha512-SM8AMJdeQqRYT9O9zguiruQZaN7+z+E4eAP9oiLNGKMtomwaB1E9dcgUD6ZAn/eQAb52USbvezbiljfZUhbJcg==} + /eslint-config-prettier@9.0.0(eslint@8.46.0): + resolution: {integrity: sha512-IcJsTkJae2S35pRsRAwoCE+925rJJStOdkKnLVgtE+tEpqU0EVVM7OqrwxqgptKdX29NUwC82I5pXsGFIgSevw==} hasBin: true peerDependencies: eslint: '>=7.0.0'