diff --git a/package.json b/package.json index 91e7e8e7..ab5239e0 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "@pika/plugin-standard-pkg": "0.6.0", "@storybook/react": "5.2.0-rc.2", "@testing-library/jest-dom": "4.1.0", - "@testing-library/react": "9.1.3", + "@testing-library/react": "9.1.4", "babel-eslint": "10.0.3", "babel-jest": "24.9.0", "babel-loader": "8.0.6", diff --git a/yarn.lock b/yarn.lock index 20bb7a58..ec52fb8a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2978,7 +2978,7 @@ dependencies: defer-to-connect "^1.0.1" -"@testing-library/dom@^6.0.0": +"@testing-library/dom@^6.1.0": version "6.1.0" resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-6.1.0.tgz#8d5a954158e81ecd7c994907f4ec240296ed823b" integrity sha512-qivqFvnbVIH3DyArFofEU/jlOhkGIioIemOy9A9M/NQTpPyDDQmtVkAfoB18RKN581f0s/RJMRBbq9WfMIhFTw== @@ -3005,13 +3005,13 @@ pretty-format "^24.0.0" redent "^3.0.0" -"@testing-library/react@9.1.3": - version "9.1.3" - resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-9.1.3.tgz#3fb495227322ea36cd817532441dabb552e0d6ce" - integrity sha512-qFVo6TsEbpEFpOmKjIxMHDujOKVdvVpcYFcUfJeWBqMO8eja5pN9SZnt6W6AzW3a1MRvRfw3X0Fhx3eXnBJxjA== +"@testing-library/react@9.1.4": + version "9.1.4" + resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-9.1.4.tgz#4cc1a228a944c0f468ee501e7da1651d8bbd9902" + integrity sha512-fQ/PXZoLcmnS1W5ZiM3P7XBy2x6Hm9cJAT/ZDuZKzJ1fS1rN3j31p7ReAqUe3N1kJ46sNot0n1oiGbz7FPU+FA== dependencies: "@babel/runtime" "^7.5.5" - "@testing-library/dom" "^6.0.0" + "@testing-library/dom" "^6.1.0" "@types/testing-library__react" "^9.1.0" "@types/babel__core@^7.1.0":