Skip to content

Commit

Permalink
chore(deps-dev): bump @testing-library/react from 8.0.4 to 8.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] committed Jul 15, 2019
1 parent e113664 commit 909c05c
Showing 1 changed file with 10 additions and 17 deletions.
27 changes: 10 additions & 17 deletions yarn.lock
Expand Up @@ -734,14 +734,7 @@
"@babel/plugin-transform-react-jsx-self" "^7.0.0"
"@babel/plugin-transform-react-jsx-source" "^7.0.0"

"@babel/runtime@^7.4.2", "@babel/runtime@^7.4.5":
version "7.5.2"
resolved "https://registry.npmjs.org/@babel/runtime/-/runtime-7.5.2.tgz#98f584f4d03be5d8142c77107ffaedee4d5956f1"
integrity sha512-9M29wrrP7//JBGX70+IrDuD1w4iOYhUGpJNMQJVNAXue+cFeFlMTqBECouIziXPUphlgrfjcfiEpGX4t0WGK4g==
dependencies:
regenerator-runtime "^0.13.2"

"@babel/runtime@^7.5.4":
"@babel/runtime@^7.4.2", "@babel/runtime@^7.4.5", "@babel/runtime@^7.5.4":
version "7.5.4"
resolved "https://registry.npmjs.org/@babel/runtime/-/runtime-7.5.4.tgz#cb7d1ad7c6d65676e66b47186577930465b5271b"
integrity sha512-Na84uwyImZZc3FKf4aUF1tysApzwf3p2yuFBIyBfbzT5glzKTdvYI4KVW4kcgjrzoGUjC7w3YyCHcJKaRxsr2Q==
Expand Down Expand Up @@ -1069,10 +1062,10 @@
"@svgr/plugin-svgo" "^4.2.0"
rollup-pluginutils "^2.6.0"

"@testing-library/dom@^5.0.0":
version "5.5.1"
resolved "https://registry.npmjs.org/@testing-library/dom/-/dom-5.5.1.tgz#ac6a5244b8b7af3e7000834abf1f79d26cdcdd1d"
integrity sha512-FEKxR51dCBixz8WoIlTHJucLYlVSZ4oMaWcnbID8SKRy+07JNACwUDHzpeeQv0853Hme91niHnvNebwGWZu21w==
"@testing-library/dom@^5.5.4":
version "5.6.0"
resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-5.6.0.tgz#18a7c162a6a79964e731ad7b810022a28218047c"
integrity sha512-nAsRvQLr/b6TGNjuHMEbWXCNPLrQYnzqa/KKQZL7wBOtfptUxsa4Ah9aqkHW0ZmCSFmUDj4nFUxWPVTeMu0iCw==
dependencies:
"@babel/runtime" "^7.4.5"
"@sheerun/mutationobserver-shim" "^0.3.2"
Expand All @@ -1090,12 +1083,12 @@
"@types/react-test-renderer" "^16.8.2"

"@testing-library/react@^8.0.4":
version "8.0.4"
resolved "https://registry.npmjs.org/@testing-library/react/-/react-8.0.4.tgz#6ed405ba88b625ec53d7cfa78c038a950bafc1fa"
integrity sha512-omm4D00Z0aMaWfPRRP4X6zIaOVb0Kf1Yc1H5VE4id9D0pQRiBcTtmjbN0kZgT8rQGxHhVAuv1NuwFwMTwKzFqg==
version "8.0.5"
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-8.0.5.tgz#2301011a8c5567eba59691860df19a3cfc9d7425"
integrity sha512-2EzVi7HjUUF8gKzB4s+oCJ1+F4VOrphO+DlUO6Ptgtcz1ko4J2zqnr0t7g+T7uedXXjJ0wdq70zQMhJXP3w37A==
dependencies:
"@babel/runtime" "^7.4.5"
"@testing-library/dom" "^5.0.0"
"@babel/runtime" "^7.5.4"
"@testing-library/dom" "^5.5.4"

"@types/babel__core@^7.1.0":
version "7.1.2"
Expand Down

0 comments on commit 909c05c

Please sign in to comment.