From 3497abbe518113f4d2b74b1c4fd770893397a062 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 26 Aug 2023 17:57:58 +0000 Subject: [PATCH] Update babel monorepo --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index acf7d3c..af941d7 100644 --- a/package.json +++ b/package.json @@ -51,11 +51,11 @@ "react": ">=16.9.0" }, "devDependencies": { - "@babel/plugin-proposal-export-default-from": "7.14.5", - "@babel/plugin-transform-modules-commonjs": "7.14.5", - "@babel/plugin-transform-runtime": "7.14.5", - "@babel/preset-env": "7.14.5", - "@babel/preset-react": "7.14.5", + "@babel/plugin-proposal-export-default-from": "7.22.5", + "@babel/plugin-transform-modules-commonjs": "7.22.11", + "@babel/plugin-transform-runtime": "7.22.10", + "@babel/preset-env": "7.22.10", + "@babel/preset-react": "7.22.5", "@testing-library/jest-dom": "^5.11.4", "@testing-library/react": "^12.0.0", "@testing-library/react-hooks": "7.0.2",