From 08eaa802bd43e16ca01fea7a05cd27ac81918207 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Aug 2022 16:34:45 +0000 Subject: [PATCH] Update babel monorepo --- package.json | 6 +++--- packages/plugins/package.json | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 22d06afc7..4110880b3 100644 --- a/package.json +++ b/package.json @@ -98,9 +98,9 @@ }, "resolutions": { "@babel/core": "~7.18.0", - "@babel/parser": "7.18.8", - "@babel/traverse": "7.18.8", - "@babel/types": "7.18.8" + "@babel/parser": "7.18.11", + "@babel/traverse": "7.18.11", + "@babel/types": "7.18.10" }, "workspaces": { "packages": [ diff --git a/packages/plugins/package.json b/packages/plugins/package.json index e81b318f7..48bd2a26c 100644 --- a/packages/plugins/package.json +++ b/packages/plugins/package.json @@ -41,10 +41,10 @@ "test": "echo \"Error: run tests from root\" && exit 1" }, "devDependencies": { - "@babel/generator": "7.18.7", - "@babel/parser": "7.18.8", - "@babel/traverse": "7.18.8", - "@babel/types": "7.18.8", + "@babel/generator": "7.18.12", + "@babel/parser": "7.18.11", + "@babel/traverse": "7.18.11", + "@babel/types": "7.18.10", "chokidar": "3.5.3", "swr": "^1.3.0" }