diff --git a/package.json b/package.json index 901add641..b198082ee 100644 --- a/package.json +++ b/package.json @@ -96,7 +96,7 @@ "@storybook/addons": "^6.1.5", "@storybook/preact": "^6.1.9", "@testing-library/jest-dom": "^5.11.6", - "@testing-library/preact": "^2.0.0", + "@testing-library/preact": "^2.0.1", "@testing-library/preact-hooks": "^1.1.0", "babel-core": "^7.0.0-bridge.0", "babel-eslint": "^10.1.0", diff --git a/yarn.lock b/yarn.lock index e9d6cb07d..6fbba2c09 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3073,10 +3073,10 @@ resolved "https://registry.yarnpkg.com/@testing-library/preact-hooks/-/preact-hooks-1.1.0.tgz#f4e197ec77b295ce6c122c560c46b5b03bc4f015" integrity sha512-+JIor+NsOHkK3oIrwMDGKGHXTN0JJi462dBJlj4FNbGaDPTlctE6eu2ranWQirh7/FJMkWfzQCP+tk7jmY8ZrQ== -"@testing-library/preact@^2.0.0": - version "2.0.0" - resolved "https://registry.yarnpkg.com/@testing-library/preact/-/preact-2.0.0.tgz#bf40faa24136a2388e74655d154fe3538541c33b" - integrity sha512-K54AYOnUzMcjK21+6XLfMyb6q8ngBVUXZkirjHMnUoqjarmCHmREzP539U0oKSszWSq7AJxu8M1EYD2YWAIneA== +"@testing-library/preact@^2.0.1": + version "2.0.1" + resolved "https://registry.yarnpkg.com/@testing-library/preact/-/preact-2.0.1.tgz#c69200b16c4eda58986c8d65e1043ad9cbe409d3" + integrity sha512-79kwVOY+3caoLgaPbiPzikjgY0Aya7Fc7TvGtR1upCnz2wrtmPDnN2t9vO7I7vDP2zoA+feSwOH5Q0BFErhaaQ== dependencies: "@testing-library/dom" "^7.16.2"