Merge pull request #8 from kremalicious/dependabot/npm_and_yarn/testing-library/react-10.4.4

Bump @testing-library/react from 10.4.3 to 10.4.4
This commit is contained in:
Matthias Kretschmann 2020-07-06 10:17:12 +02:00 committed by GitHub
commit 3d8cf3f18d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 14 additions and 5 deletions

17
package-lock.json generated
View File

@ -3506,13 +3506,22 @@
}
},
"@testing-library/react": {
"version": "10.4.3",
"resolved": "https://registry.npmjs.org/@testing-library/react/-/react-10.4.3.tgz",
"integrity": "sha512-A/ydYXcwAcfY7vkPrfUkUTf9HQLL3/GtixTefcu3OyGQtAYQ7XBQj1S9FWbLEhfWa0BLwFwTBFS3Ao1O0tbMJg==",
"version": "10.4.4",
"resolved": "https://registry.npmjs.org/@testing-library/react/-/react-10.4.4.tgz",
"integrity": "sha512-SKDQ2jBdg9UQQYQragkvXOzNp4hnCdOvXyZ52rg+OXiiumVxkAutdvvRzBF4PrbvMQ27Z6gx0GVo2YQ1Mcip8g==",
"dev": true,
"requires": {
"@babel/runtime": "^7.10.3",
"@testing-library/dom": "^7.17.1"
"@testing-library/dom": "^7.17.1",
"semver": "^7.3.2"
},
"dependencies": {
"semver": {
"version": "7.3.2",
"resolved": "https://registry.npmjs.org/semver/-/semver-7.3.2.tgz",
"integrity": "sha512-OrOb32TeeambH6UrhtShmF7CRDqhL6/5XpPNp2DuRH6+9QLw/orhp72j87v8Qa1ScDkvrrBNpZcDejAirJmfXQ==",
"dev": true
}
}
},
"@types/aria-query": {

View File

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