From 13cc468c73f84307a9aebaa871d3786c64e3d569 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 24 May 2022 10:17:28 +0000 Subject: [PATCH] chore(deps): update babel monorepo to v7.18.0 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 163c147130..5cb2b2939f 100644 --- a/package.json +++ b/package.json @@ -58,12 +58,12 @@ "whatwg-fetch": "3.6.2" }, "devDependencies": { - "@babel/core": "7.17.12", + "@babel/core": "7.18.0", "@babel/eslint-parser": "7.17.0", "@babel/eslint-plugin": "7.17.7", - "@babel/plugin-transform-modules-commonjs": "7.17.12", - "@babel/plugin-transform-runtime": "7.17.12", - "@babel/preset-env": "7.17.12", + "@babel/plugin-transform-modules-commonjs": "7.18.0", + "@babel/plugin-transform-runtime": "7.18.0", + "@babel/preset-env": "7.18.0", "@babel/preset-react": "7.17.12", "@testing-library/react": "12.1.5", "@testing-library/react-native": "9.2.0",