diff --git a/package.json b/package.json index 7312ff02..bc1915e2 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "@storybook/builder-webpack5": "6.5.16", "@storybook/manager-webpack5": "6.5.16", "@storybook/react": "6.5.16", - "@testing-library/dom": "8.20.0", + "@testing-library/dom": "9.0.0", "@types/jest": "29.4.0", "@types/lodash.clamp": "4.0.7", "@types/lodash.debounce": "4.0.7", diff --git a/yarn.lock b/yarn.lock index 140f941d..70a3c899 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3273,10 +3273,10 @@ regenerator-runtime "^0.13.7" resolve-from "^5.0.0" -"@testing-library/dom@8.20.0": - version "8.20.0" - resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-8.20.0.tgz#914aa862cef0f5e89b98cc48e3445c4c921010f6" - integrity sha512-d9ULIT+a4EXLX3UU8FBjauG9NnsZHkHztXoIcTsOKoOw030fyjheN9svkTULjJxtYag9DZz5Jz5qkWZDPxTFwA== +"@testing-library/dom@9.0.0": + version "9.0.0" + resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-9.0.0.tgz#cc50e8df2a7dccff95555102beebbae60e95e95e" + integrity sha512-+/TLgKNFsYUshOY/zXsQOk+PlFQK+eyJ9T13IDVNJEi+M+Un7xlJK+FZKkbGSnf0+7E1G6PlDhkSYQ/GFiruBQ== dependencies: "@babel/code-frame" "^7.10.4" "@babel/runtime" "^7.12.5"