1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-09-27 11:38:47 +02:00

Bump @testing-library/jest-dom from 5.16.0 to 5.16.1 (#735)

This commit is contained in:
dependabot[bot] 2021-12-13 09:42:46 +00:00 committed by GitHub
parent 6fc0eee97b
commit e0d29a075c
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

@ -46,7 +46,7 @@
"@babel/preset-env": "^7.16.0",
"@loadable/component": "^5.15.0",
"@svgr/webpack": "^6.1.1",
"@testing-library/jest-dom": "^5.16.0",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@welldone-software/why-did-you-render": "^6.2.3",
"babel-preset-gatsby": "^2.2.0",
@ -3840,9 +3840,9 @@
}
},
"node_modules/@testing-library/jest-dom": {
"version": "5.16.0",
"resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.16.0.tgz",
"integrity": "sha512-ECygvCL6ufPfHna4fsk7o24+3PVNhRbioDpFbfSVEZaglT6EjuRP+w8I5tzigFz1fobpvCrVRoKyR4qx2QUCxw==",
"version": "5.16.1",
"resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.16.1.tgz",
"integrity": "sha512-ajUJdfDIuTCadB79ukO+0l8O+QwN0LiSxDaYUTI4LndbbUsGi6rWU1SCexXzBA2NSjlVB9/vbkasQIL3tmPBjw==",
"dev": true,
"dependencies": {
"@babel/runtime": "^7.9.2",
@ -27630,9 +27630,9 @@
}
},
"@testing-library/jest-dom": {
"version": "5.16.0",
"resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.16.0.tgz",
"integrity": "sha512-ECygvCL6ufPfHna4fsk7o24+3PVNhRbioDpFbfSVEZaglT6EjuRP+w8I5tzigFz1fobpvCrVRoKyR4qx2QUCxw==",
"version": "5.16.1",
"resolved": "https://registry.npmjs.org/@testing-library/jest-dom/-/jest-dom-5.16.1.tgz",
"integrity": "sha512-ajUJdfDIuTCadB79ukO+0l8O+QwN0LiSxDaYUTI4LndbbUsGi6rWU1SCexXzBA2NSjlVB9/vbkasQIL3tmPBjw==",
"dev": true,
"requires": {
"@babel/runtime": "^7.9.2",

View File

@ -57,7 +57,7 @@
"@babel/preset-env": "^7.16.0",
"@loadable/component": "^5.15.0",
"@svgr/webpack": "^6.1.1",
"@testing-library/jest-dom": "^5.16.0",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@welldone-software/why-did-you-render": "^6.2.3",
"babel-preset-gatsby": "^2.2.0",