From c199608e2b403d68c56c0782634b3c019ccaaf58 Mon Sep 17 00:00:00 2001 From: Vladimir Razuvaev Date: Thu, 10 Jun 2021 19:53:37 +0700 Subject: [PATCH] chore(deps): bump babel minor (#31857) * chore(deps): bump babel minor * run yarn-deduplicate * re-run yarn --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0421cb776bcd7..4162519e3ef6f 100644 --- a/package.json +++ b/package.json @@ -22,8 +22,8 @@ "xstate": "^4.14.0" }, "devDependencies": { - "@babel/cli": "^7.14.3", - "@babel/core": "^7.14.3", + "@babel/cli": "^7.14.0", + "@babel/core": "^7.14.0", "babel-preset-gatsby-package": "^1.8.0-next.0", "cross-env": "^7.0.3", "msw": "^0.25.0"