From ad3525f67354840dea6632efdab2ce10bf12dea1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Jun 2022 09:49:17 +1000 Subject: [PATCH] build(deps): update dependency eslint-plugin-prettier to v4.1.0 (#3606) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- web/package.json | 2 +- web/pnpm-lock.yaml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/web/package.json b/web/package.json index 5ed379efb..bef3894f1 100644 --- a/web/package.json +++ b/web/package.json @@ -164,7 +164,7 @@ "eslint-import-resolver-typescript": "2.7.1", "eslint-plugin-import": "2.26.0", "eslint-plugin-jsx-a11y": "6.6.0", - "eslint-plugin-prettier": "4.0.0", + "eslint-plugin-prettier": "4.1.0", "eslint-plugin-react": "7.30.1", "eslint-plugin-react-hooks": "4.6.0", "husky": "8.0.1", diff --git a/web/pnpm-lock.yaml b/web/pnpm-lock.yaml index 8af7e15be..350376b25 100644 --- a/web/pnpm-lock.yaml +++ b/web/pnpm-lock.yaml @@ -35,7 +35,7 @@ specifiers: eslint-import-resolver-typescript: 2.7.1 eslint-plugin-import: 2.26.0 eslint-plugin-jsx-a11y: 6.6.0 - eslint-plugin-prettier: 4.0.0 + eslint-plugin-prettier: 4.1.0 eslint-plugin-react: 7.30.1 eslint-plugin-react-hooks: 4.6.0 husky: 8.0.1 @@ -113,7 +113,7 @@ devDependencies: eslint-import-resolver-typescript: 2.7.1_srrmf5la5dmnsfe2mpg6sboreu eslint-plugin-import: 2.26.0_tv7mfbbpdai4jfqt22shqpzlh4 eslint-plugin-jsx-a11y: 6.6.0_eslint@8.18.0 - eslint-plugin-prettier: 4.0.0_xu6ewijrtliw5q5lksq5uixwby + eslint-plugin-prettier: 4.1.0_xu6ewijrtliw5q5lksq5uixwby eslint-plugin-react: 7.30.1_eslint@8.18.0 eslint-plugin-react-hooks: 4.6.0_eslint@8.18.0 husky: 8.0.1 @@ -5408,9 +5408,9 @@ packages: semver: 6.3.0 dev: true - /eslint-plugin-prettier/4.0.0_xu6ewijrtliw5q5lksq5uixwby: - resolution: {integrity: sha512-98MqmCJ7vJodoQK359bqQWaxOE0CS8paAz/GgjaZLyex4TTk3g9HugoO89EqWCrFiOqn9EVvcoo7gZzONCWVwQ==} - engines: {node: '>=6.0.0'} + /eslint-plugin-prettier/4.1.0_xu6ewijrtliw5q5lksq5uixwby: + resolution: {integrity: sha512-A3AXIEfTnq3D5qDFjWJdQ9c4BLhw/TqhSR+6+SVaoPJBAWciFEuJiNQh275OnjRrAi7yssZzuWBRw66VG2g6UA==} + engines: {node: '>=12.0.0'} peerDependencies: eslint: '>=7.28.0' eslint-config-prettier: '*'