Merge pull request #672 from hodgef/dependabot/npm_and_yarn/testing-library/react-11.0.2

This commit is contained in:
dependabot-preview[bot] 2020-09-04 07:16:42 +00:00 committed by GitHub
commit 149fcd43de
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

@ -2865,9 +2865,9 @@
}
},
"@testing-library/dom": {
"version": "7.24.0",
"resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-7.24.0.tgz",
"integrity": "sha512-Q83bQctoBse3NbHrUHlLypSp+cIchmpLCtVTG2rgVL2RhzgNOjlYgqH/gmwg3ztHVPADSD3PwtoXRhgU6dfTxQ==",
"version": "7.24.1",
"resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-7.24.1.tgz",
"integrity": "sha512-TemHWY59gvzcScGiE5eooZpzYk9GaED0TuuK4WefbIc/DQg0L5wOpnj7MIEeAGF3B7Ekf1kvmVnQ97vwz4Lmhg==",
"dev": true,
"requires": {
"@babel/code-frame": "^7.10.4",
@ -3027,9 +3027,9 @@
}
},
"@testing-library/react": {
"version": "11.0.1",
"resolved": "https://registry.npmjs.org/@testing-library/react/-/react-11.0.1.tgz",
"integrity": "sha512-dpN8pNLncmDX97NIVPjdpj4qYra7+ODk/JeWF4F+qaL7pU84YX7YVHK0pM4zbqTKKPypc0aoL8hrhJ31qYRmVA==",
"version": "11.0.2",
"resolved": "https://registry.npmjs.org/@testing-library/react/-/react-11.0.2.tgz",
"integrity": "sha512-iOuNNHt4ZgMH5trSKC4kaWDcKzUOf7e7KQIcu7xvGCd68/w1EegbW89F9T5sZ4IjS0gAXdvOfZbG9ESZ7YjOug==",
"dev": true,
"requires": {
"@babel/runtime": "^7.11.2",

View File

@ -46,7 +46,7 @@
"@babel/preset-react": "^7.10.4",
"@svgr/webpack": "5.4.0",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.0.1",
"@testing-library/react": "^11.0.2",
"@testing-library/user-event": "^12.1.3",
"@typescript-eslint/eslint-plugin": "^2.10.0",
"@typescript-eslint/parser": "^2.10.0",