1
0
mirror of https://github.com/kremalicious/ipfs.git synced 2024-11-22 01:37:07 +01:00

Bump @testing-library/react from 11.0.2 to 11.0.4

Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 11.0.2 to 11.0.4.
- [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/v11.0.2...v11.0.4)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2020-09-14 04:31:17 +00:00 committed by GitHub
parent 544f82870a
commit 3f5bc878d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -4108,9 +4108,9 @@
} }
}, },
"@testing-library/dom": { "@testing-library/dom": {
"version": "7.24.1", "version": "7.24.2",
"resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-7.24.1.tgz", "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-7.24.2.tgz",
"integrity": "sha512-TemHWY59gvzcScGiE5eooZpzYk9GaED0TuuK4WefbIc/DQg0L5wOpnj7MIEeAGF3B7Ekf1kvmVnQ97vwz4Lmhg==", "integrity": "sha512-ERxcZSoHx0EcN4HfshySEWmEf5Kkmgi+J7O79yCJ3xggzVlBJ2w/QjJUC+EBkJJ2OeSw48i3IoePN4w8JlVUIA==",
"dev": true, "dev": true,
"requires": { "requires": {
"@babel/code-frame": "^7.10.4", "@babel/code-frame": "^7.10.4",
@ -4324,13 +4324,13 @@
} }
}, },
"@testing-library/react": { "@testing-library/react": {
"version": "11.0.2", "version": "11.0.4",
"resolved": "https://registry.npmjs.org/@testing-library/react/-/react-11.0.2.tgz", "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-11.0.4.tgz",
"integrity": "sha512-iOuNNHt4ZgMH5trSKC4kaWDcKzUOf7e7KQIcu7xvGCd68/w1EegbW89F9T5sZ4IjS0gAXdvOfZbG9ESZ7YjOug==", "integrity": "sha512-U0fZO2zxm7M0CB5h1+lh31lbAwMSmDMEMGpMT3BUPJwIjDEKYWOV4dx7lb3x2Ue0Pyt77gmz/VropuJnSz/Iew==",
"dev": true, "dev": true,
"requires": { "requires": {
"@babel/runtime": "^7.11.2", "@babel/runtime": "^7.11.2",
"@testing-library/dom": "^7.23.0" "@testing-library/dom": "^7.24.2"
}, },
"dependencies": { "dependencies": {
"@babel/runtime": { "@babel/runtime": {

View File

@ -28,7 +28,7 @@
"devDependencies": { "devDependencies": {
"@next/bundle-analyzer": "^9.5.3", "@next/bundle-analyzer": "^9.5.3",
"@testing-library/jest-dom": "^5.11.4", "@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.0.2", "@testing-library/react": "^11.0.4",
"@types/jest": "^26.0.13", "@types/jest": "^26.0.13",
"@types/next-seo": "^1.10.0", "@types/next-seo": "^1.10.0",
"@types/node": "^14.6.4", "@types/node": "^14.6.4",