From c666e83d6fccf4368f316e62b303243aa5099ea7 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 16 May 2021 18:56:05 +0000 Subject: [PATCH] chore(deps): pin dependencies --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 5544796b84..12a5cc6a6a 100644 --- a/package.json +++ b/package.json @@ -96,13 +96,13 @@ "invariant": "2.2.4" }, "devDependencies": { - "@babel/plugin-proposal-function-bind": "^7.12.13", - "@babel/preset-env": "^7.14.2", - "@babel/preset-react": "^7.13.13", + "@babel/plugin-proposal-function-bind": "7.12.13", + "@babel/preset-env": "7.14.2", + "@babel/preset-react": "7.13.13", "@testing-library/cypress": "7.0.6", - "@testing-library/jest-dom": "^5.12.0", + "@testing-library/jest-dom": "5.12.0", "babel-eslint": "10.1.0", - "babel-plugin-transform-imports": "^2.0.0", + "babel-plugin-transform-imports": "2.0.0", "cross-env": "7.0.3", "cypress": "7.3.0", "docsify-cli": "4.4.3",