Merge pull request #10 from kremalicious/dependabot/npm_and_yarn/testing-library/react-10.4.5

Bump @testing-library/react from 10.4.4 to 10.4.5
This commit is contained in:
Matthias Kretschmann 2020-07-13 10:35:28 +02:00 committed by GitHub
commit 224b2b4b3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View File

@ -3734,9 +3734,9 @@
}
},
"@testing-library/dom": {
"version": "7.20.0",
"resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-7.20.0.tgz",
"integrity": "sha512-TywaC+qDGm/Ro34kRYkFQPdT+pxSF4UjZGLIqcGfFQH5IGR43Y7sGLPnkieIW/GNsu337oxNsLUAgpI0JWhXHw==",
"version": "7.20.1",
"resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-7.20.1.tgz",
"integrity": "sha512-kvAMxpPPPFHIC5vkuSXpx32Q/c1qHoVVuZEvB/pY4u1lL7nwWdM4P7vjzWlDfAEVNmSK2gHA4YrW5+hLxmFuyA==",
"dev": true,
"requires": {
"@babel/runtime": "^7.10.3",
@ -3817,9 +3817,9 @@
}
},
"@testing-library/react": {
"version": "10.4.4",
"resolved": "https://registry.npmjs.org/@testing-library/react/-/react-10.4.4.tgz",
"integrity": "sha512-SKDQ2jBdg9UQQYQragkvXOzNp4hnCdOvXyZ52rg+OXiiumVxkAutdvvRzBF4PrbvMQ27Z6gx0GVo2YQ1Mcip8g==",
"version": "10.4.5",
"resolved": "https://registry.npmjs.org/@testing-library/react/-/react-10.4.5.tgz",
"integrity": "sha512-M5A0W4VphBiEm4vgnq7vHC+/e4Bp/3iIOAWap1FtIiA+Zom6BtXpY3RSTOqc8bZsCcu9gFBZ/lxaiMW6uJddWg==",
"dev": true,
"requires": {
"@babel/runtime": "^7.10.3",

View File

@ -28,7 +28,7 @@
"devDependencies": {
"@next/bundle-analyzer": "^9.4.4",
"@testing-library/jest-dom": "^5.11.0",
"@testing-library/react": "^10.4.4",
"@testing-library/react": "^10.4.5",
"@types/jest": "^26.0.4",
"@types/next-seo": "^1.10.0",
"@types/node": "^14.0.19",