From 2544a9432493d434f81c7f5bd9660ac48f6eaab9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 May 2020 15:52:32 +1000 Subject: [PATCH] Pin dependencies (#75) Co-authored-by: Renovate Bot --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2938172e..b81db35d 100644 --- a/package.json +++ b/package.json @@ -58,10 +58,10 @@ "cross-env": "7.0.2", "eslint": "7.0.0", "eslint-plugin-jest": "23.10.0", - "eslint-plugin-jest-dom": "^2.1.0", + "eslint-plugin-jest-dom": "2.1.0", "eslint-plugin-react": "7.19.0", "eslint-plugin-react-hooks": "4.0.0", - "eslint-plugin-testing-library": "^3.1.2", + "eslint-plugin-testing-library": "3.1.2", "husky": "4.2.5", "jest": "26.0.1", "mq-polyfill": "1.1.8",