1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-06-16 17:33:22 +02:00

Bump @testing-library/react from 10.0.4 to 10.0.6

Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 10.0.4 to 10.0.6.
- [Release notes](https://github.com/testing-library/react-testing-library/releases)
- [Changelog](https://github.com/testing-library/react-testing-library/blob/master/CHANGELOG.md)
- [Commits](https://github.com/testing-library/react-testing-library/compare/v10.0.4...v10.0.6)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-06-03 00:53:45 +00:00 committed by GitHub
parent 5cf9b5f671
commit eea42ae7b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 30 additions and 10 deletions

38
package-lock.json generated
View File

@ -6433,17 +6433,26 @@
}
},
"@testing-library/dom": {
"version": "7.5.7",
"resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-7.5.7.tgz",
"integrity": "sha512-835MiwAxQE7xjSrhpeJbv41UQRmsPJQ0tGfzWiJMdZj2LBbdG5cT8Z44Viv11/XucCmJHr/v8q7VpZnuSimscg==",
"version": "7.9.0",
"resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-7.9.0.tgz",
"integrity": "sha512-WYnJx9I94cYKib/Ber2BU3v1dUB+4n5wnJpvWJLTiwgERRTSElsivEtfX5S0LSljS122One6Bewhx2kgoZKXzA==",
"dev": true,
"requires": {
"@babel/runtime": "^7.9.6",
"@babel/runtime": "^7.10.2",
"aria-query": "^4.0.2",
"dom-accessibility-api": "^0.4.4",
"pretty-format": "^25.5.0"
},
"dependencies": {
"@babel/runtime": {
"version": "7.10.2",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.10.2.tgz",
"integrity": "sha512-6sF3uQw2ivImfVIl62RZ7MXhO2tap69WeWK57vAaimT6AZbE4FbqjdEJIN1UqoD6wI6B+1n9UiagafH1sxjOtg==",
"dev": true,
"requires": {
"regenerator-runtime": "^0.13.4"
}
},
"aria-query": {
"version": "4.0.2",
"resolved": "https://registry.npmjs.org/aria-query/-/aria-query-4.0.2.tgz",
@ -6545,14 +6554,25 @@
}
},
"@testing-library/react": {
"version": "10.0.4",
"resolved": "https://registry.npmjs.org/@testing-library/react/-/react-10.0.4.tgz",
"integrity": "sha512-2e1B5debfuiIGbvUuiSXybskuh7ZTVJDDvG/IxlzLOY9Co/mKFj9hIklAe2nGZYcOUxFaiqWrRZ9vCVGzJfRlQ==",
"version": "10.0.6",
"resolved": "https://registry.npmjs.org/@testing-library/react/-/react-10.0.6.tgz",
"integrity": "sha512-7cZ2sHN6zTW1b/pNKzA0icZozshOOuiEQq/zCcf4LUCNGKAOnGCxZDQI7qjpO6lMITmi4Qs0VU1j9Cd4Z36e+w==",
"dev": true,
"requires": {
"@babel/runtime": "^7.9.6",
"@testing-library/dom": "^7.2.2",
"@babel/runtime": "^7.10.2",
"@testing-library/dom": "^7.9.0",
"@types/testing-library__react": "^10.0.1"
},
"dependencies": {
"@babel/runtime": {
"version": "7.10.2",
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.10.2.tgz",
"integrity": "sha512-6sF3uQw2ivImfVIl62RZ7MXhO2tap69WeWK57vAaimT6AZbE4FbqjdEJIN1UqoD6wI6B+1n9UiagafH1sxjOtg==",
"dev": true,
"requires": {
"regenerator-runtime": "^0.13.4"
}
}
}
},
"@theme-ui/color-modes": {

View File

@ -63,7 +63,7 @@
"@react-mock/localstorage": "^0.1.2",
"@svgr/webpack": "^5.4.0",
"@testing-library/jest-dom": "^5.9.0",
"@testing-library/react": "^10.0.4",
"@testing-library/react": "^10.0.6",
"@welldone-software/why-did-you-render": "^4.2.5",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.0.1",