From acca9f471596e61ef43a02cc6887e173ed22a7db Mon Sep 17 00:00:00 2001 From: Sebastian Leheis Date: Thu, 21 Sep 2023 20:48:32 +0200 Subject: [PATCH] =?UTF-8?q?added=20dependency=20-=20idk=20if=20works=20?= =?UTF-8?q?=F0=9F=A4=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yarn.lock | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/yarn.lock b/yarn.lock index 56b8db5..81c2bbd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -453,6 +453,7 @@ integrity sha512-gvyP4hZrgrs/wWMaocvxZ44Hw0b3W8Pe+cMxc8V1ULQ07oh8VNbIRaoD1LRZVTvD+0nieDKjfgKg89sD7rrKrg== dependencies: "@babel/helper-plugin-utils" "^7.22.5" + "@babel/core" "^7.0.0-0" "@babel/plugin-syntax-logical-assignment-operators@^7.10.4", "@babel/plugin-syntax-logical-assignment-operators@^7.8.3": version "7.10.4" @@ -1896,6 +1897,8 @@ version "14.5.1" resolved "https://registry.yarnpkg.com/@testing-library/user-event/-/user-event-14.5.1.tgz#27337d72046d5236b32fd977edee3f74c71d332f" integrity sha512-UCcUKrUYGj7ClomOo2SpNVvx4/fkd/2BbIHDCle8A0ax+P3bU7yJwDBDrS6ZwdTMARWTGODX1hEsCcO+7beJjg== + dependencies: + "@testing-library/dom" "^7.21.4" "@tootallnate/once@1": version "1.1.2" @@ -2217,6 +2220,7 @@ "@types/hoist-non-react-statics" "*" "@types/react" "*" csstype "^3.0.2" + react-is "16.8.0" "@types/trusted-types@^2.0.2": version "2.0.4" @@ -4343,6 +4347,8 @@ eslint-plugin-flowtype@^8.0.3: dependencies: lodash "^4.17.21" string-natural-compare "^3.0.1" + "@babel/plugin-syntax-flow" "^7.14.5" + "@babel/plugin-transform-react-jsx" "^7.14.9" eslint-plugin-import@^2.25.3: version "2.28.1"