mirror of
https://github.com/kremalicious/portfolio.git
synced 2024-11-13 16:45:12 +01:00
Merge pull request #383 from kremalicious/dependabot/npm_and_yarn/testing-library/react-11.0.4
Bump @testing-library/react from 11.0.2 to 11.0.4
This commit is contained in:
commit
b71ec33bf4
14
package-lock.json
generated
14
package-lock.json
generated
@ -3526,9 +3526,9 @@
|
||||
}
|
||||
},
|
||||
"@testing-library/dom": {
|
||||
"version": "7.24.1",
|
||||
"resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-7.24.1.tgz",
|
||||
"integrity": "sha512-TemHWY59gvzcScGiE5eooZpzYk9GaED0TuuK4WefbIc/DQg0L5wOpnj7MIEeAGF3B7Ekf1kvmVnQ97vwz4Lmhg==",
|
||||
"version": "7.24.2",
|
||||
"resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-7.24.2.tgz",
|
||||
"integrity": "sha512-ERxcZSoHx0EcN4HfshySEWmEf5Kkmgi+J7O79yCJ3xggzVlBJ2w/QjJUC+EBkJJ2OeSw48i3IoePN4w8JlVUIA==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@babel/code-frame": "^7.10.4",
|
||||
@ -3670,13 +3670,13 @@
|
||||
}
|
||||
},
|
||||
"@testing-library/react": {
|
||||
"version": "11.0.2",
|
||||
"resolved": "https://registry.npmjs.org/@testing-library/react/-/react-11.0.2.tgz",
|
||||
"integrity": "sha512-iOuNNHt4ZgMH5trSKC4kaWDcKzUOf7e7KQIcu7xvGCd68/w1EegbW89F9T5sZ4IjS0gAXdvOfZbG9ESZ7YjOug==",
|
||||
"version": "11.0.4",
|
||||
"resolved": "https://registry.npmjs.org/@testing-library/react/-/react-11.0.4.tgz",
|
||||
"integrity": "sha512-U0fZO2zxm7M0CB5h1+lh31lbAwMSmDMEMGpMT3BUPJwIjDEKYWOV4dx7lb3x2Ue0Pyt77gmz/VropuJnSz/Iew==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.11.2",
|
||||
"@testing-library/dom": "^7.23.0"
|
||||
"@testing-library/dom": "^7.24.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime": {
|
||||
|
@ -61,7 +61,7 @@
|
||||
"@babel/preset-env": "^7.11.5",
|
||||
"@svgr/webpack": "^5.4.0",
|
||||
"@testing-library/jest-dom": "^5.11.4",
|
||||
"@testing-library/react": "^11.0.2",
|
||||
"@testing-library/react": "^11.0.4",
|
||||
"@welldone-software/why-did-you-render": "^5.0.0-alpha.2",
|
||||
"babel-eslint": "^10.1.0",
|
||||
"babel-jest": "^26.3.0",
|
||||
|
Loading…
Reference in New Issue
Block a user