From 560c17ef38530329a37c9074c0183ea0feb8fa68 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 14:56:40 +0000 Subject: [PATCH] fix(deps): pin dependency eslint-plugin-deprecation to 1.3.2 --- packages/eslint-config-react/package.json | 2 +- pnpm-lock.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/eslint-config-react/package.json b/packages/eslint-config-react/package.json index 83b7a8c11..1bcbd20c0 100644 --- a/packages/eslint-config-react/package.json +++ b/packages/eslint-config-react/package.json @@ -22,7 +22,7 @@ "eslint-config-airbnb": "19.0.4", "eslint-config-airbnb-typescript": "17.0.0", "eslint-config-prettier": "8.5.0", - "eslint-plugin-deprecation": "^1.3.2", + "eslint-plugin-deprecation": "1.3.2", "eslint-plugin-eslint-comments": "3.2.0", "eslint-plugin-import": "2.26.0", "eslint-plugin-jsx-a11y": "6.6.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 83b4fd77f..b037c8e5b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -96,7 +96,7 @@ importers: eslint-config-airbnb: 19.0.4 eslint-config-airbnb-typescript: 17.0.0 eslint-config-prettier: 8.5.0 - eslint-plugin-deprecation: ^1.3.2 + eslint-plugin-deprecation: 1.3.2 eslint-plugin-eslint-comments: 3.2.0 eslint-plugin-import: 2.26.0 eslint-plugin-jsx-a11y: 6.6.1