From 6db1cb59d20a4976c2e746628d19677fe64cd80c Mon Sep 17 00:00:00 2001 From: Sebastian Leheis Date: Thu, 21 Sep 2023 20:01:51 +0200 Subject: [PATCH 1/2] Updated plugin-proposal-private-property-in-object to plugin-transform-private-property-in-object --- yarn.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yarn.lock b/yarn.lock index e8d96c3..7de82a2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3033,7 +3033,7 @@ babel-preset-react-app@^10.0.1: "@babel/runtime" "^7.16.3" babel-plugin-macros "^3.1.0" babel-plugin-transform-react-remove-prop-types "^0.4.24" - "@babel/plugin-proposal-private-property-in-object" "^7.21.11" + "@babel/plugin-transform-private-property-in-object" balanced-match@^1.0.0: version "1.0.2" From 36e6b8de5126eebe1fea30db761ba454c4932a51 Mon Sep 17 00:00:00 2001 From: Sebastian Leheis Date: Thu, 21 Sep 2023 20:05:55 +0200 Subject: [PATCH 2/2] Added missing version --- yarn.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yarn.lock b/yarn.lock index 7de82a2..63f13ff 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3033,7 +3033,7 @@ babel-preset-react-app@^10.0.1: "@babel/runtime" "^7.16.3" babel-plugin-macros "^3.1.0" babel-plugin-transform-react-remove-prop-types "^0.4.24" - "@babel/plugin-transform-private-property-in-object" + "@babel/plugin-transform-private-property-in-object" "^7.22.11" balanced-match@^1.0.0: version "1.0.2"