From f26376b1ad71b9fed2550ee56dac162b737c7fe5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 15:25:21 -0700 Subject: [PATCH] chore(deps): update dependency eslint-config-prettier to v9 (#592) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- pnpm-lock.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 082c9ef2..b5e38a16 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@typescript-eslint/parser": "^6.2.0", "cross-env": "^7.0.3", "eslint": "^8.45.0", - "eslint-config-prettier": "^8.9.0", + "eslint-config-prettier": "^9.0.0", "prettier": "^3.0.0", "rollup": "^3.26.3", "tslib": "^2.6.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 18f9a4ab..1c8194a9 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -27,8 +27,8 @@ importers: specifier: ^8.45.0 version: 8.45.0 eslint-config-prettier: - specifier: ^8.9.0 - version: 8.9.0(eslint@8.45.0) + specifier: ^9.0.0 + version: 9.0.0(eslint@8.45.0) prettier: specifier: ^3.0.0 version: 3.0.0 @@ -1766,8 +1766,8 @@ packages: engines: {node: '>=10'} dev: true - /eslint-config-prettier@8.9.0(eslint@8.45.0): - resolution: {integrity: sha512-+sbni7NfVXnOpnRadUA8S28AUlsZt9GjgFvABIRL9Hkn8KqNzOp+7Lw4QWtrwn20KzU3wqu1QoOj2m+7rKRqkA==} + /eslint-config-prettier@9.0.0(eslint@8.45.0): + resolution: {integrity: sha512-IcJsTkJae2S35pRsRAwoCE+925rJJStOdkKnLVgtE+tEpqU0EVVM7OqrwxqgptKdX29NUwC82I5pXsGFIgSevw==} hasBin: true peerDependencies: eslint: '>=7.0.0'