From 94fa32ee34188ce92d661565d39edec626710da2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Nov 2021 10:14:21 +0800 Subject: [PATCH] fix(deps): update babel monorepo to v7.16.3 (#95) Co-authored-by: Renovate Bot --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2217334b..59ae00e9 100644 --- a/package.json +++ b/package.json @@ -64,8 +64,8 @@ }, "dependencies": { "@babel/plugin-transform-classes": "7.16.0", - "@babel/runtime": "7.16.0", - "@babel/standalone": "7.16.2", + "@babel/runtime": "7.16.3", + "@babel/standalone": "7.16.3", "@babel/core": "7.16.0", "@codemirror/lang-javascript": "0.19.2", "@uiw/copy-to-clipboard": "1.0.12",