diff --git a/desktop/package.json b/desktop/package.json index 7ebf33e9c..1d5916295 100644 --- a/desktop/package.json +++ b/desktop/package.json @@ -138,7 +138,7 @@ "@types/rsocket-core": "^0.0.5", "@types/rsocket-tcp-server": "^0.0.2", "@types/socket.io": "^2.1.4", - "@types/testing-library__react": "^9.1.2", + "@types/testing-library__react": "^10.0.0", "@types/tmp": "^0.1.0", "@types/uuid": "^7.0.0", "@types/which": "^1.3.2", diff --git a/desktop/yarn.lock b/desktop/yarn.lock index 6a5b96b12..6219fb68d 100644 --- a/desktop/yarn.lock +++ b/desktop/yarn.lock @@ -2214,7 +2214,16 @@ dependencies: pretty-format "^24.3.0" -"@types/testing-library__react@^9.1.0", "@types/testing-library__react@^9.1.2": +"@types/testing-library__react@^10.0.0": + version "10.0.0" + resolved "https://registry.yarnpkg.com/@types/testing-library__react/-/testing-library__react-10.0.0.tgz#8413a47f435bf7ce50bbc1b6d119300d39aed5bd" + integrity sha512-aByqRiRn9psCWbgW7a+gfW/LUQY/ChznnuPyWwLipcJm+rXaLNeYM4qL21jWPGn9W1H//oXgLE9aDlpkZSY3CQ== + dependencies: + "@types/react-dom" "*" + "@types/testing-library__dom" "*" + pretty-format "^25.1.0" + +"@types/testing-library__react@^9.1.0": version "9.1.2" resolved "https://registry.yarnpkg.com/@types/testing-library__react/-/testing-library__react-9.1.2.tgz#e33af9124c60a010fc03a34eff8f8a34a75c4351" integrity sha512-CYaMqrswQ+cJACy268jsLAw355DZtPZGt3Jwmmotlcu8O/tkoXBI6AeZ84oZBJsIsesozPKzWzmv/0TIU+1E9Q==