1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-11-14 17:15:15 +01:00

Bump @testing-library/react from 12.1.3 to 12.1.4 (#836)

Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 12.1.3 to 12.1.4.
- [Release notes](https://github.com/testing-library/react-testing-library/releases)
- [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md)
- [Commits](https://github.com/testing-library/react-testing-library/compare/v12.1.3...v12.1.4)

---
updated-dependencies:
- dependency-name: "@testing-library/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-03-14 10:57:42 +00:00 committed by GitHub
parent 1a09cd95cf
commit 5ad131ab44
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

@ -45,7 +45,7 @@
"@loadable/component": "^5.15.2",
"@svgr/webpack": "^6.2.1",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.3",
"@testing-library/react": "^12.1.4",
"@welldone-software/why-did-you-render": "^6.2.3",
"babel-preset-gatsby": "^2.9.1",
"chalk": "^4.1.2",
@ -4857,9 +4857,9 @@
}
},
"node_modules/@testing-library/react": {
"version": "12.1.3",
"resolved": "https://registry.npmjs.org/@testing-library/react/-/react-12.1.3.tgz",
"integrity": "sha512-oCULRXWRrBtC9m6G/WohPo1GLcLesH7T4fuKzRAKn1CWVu9BzXtqLXDDTA6KhFNNtRwLtfSMr20HFl+Qrdrvmg==",
"version": "12.1.4",
"resolved": "https://registry.npmjs.org/@testing-library/react/-/react-12.1.4.tgz",
"integrity": "sha512-jiPKOm7vyUw311Hn/HlNQ9P8/lHNtArAx0PisXyFixDDvfl8DbD6EUdbshK5eqauvBSvzZd19itqQ9j3nferJA==",
"dev": true,
"dependencies": {
"@babel/runtime": "^7.12.5",
@ -28219,9 +28219,9 @@
}
},
"@testing-library/react": {
"version": "12.1.3",
"resolved": "https://registry.npmjs.org/@testing-library/react/-/react-12.1.3.tgz",
"integrity": "sha512-oCULRXWRrBtC9m6G/WohPo1GLcLesH7T4fuKzRAKn1CWVu9BzXtqLXDDTA6KhFNNtRwLtfSMr20HFl+Qrdrvmg==",
"version": "12.1.4",
"resolved": "https://registry.npmjs.org/@testing-library/react/-/react-12.1.4.tgz",
"integrity": "sha512-jiPKOm7vyUw311Hn/HlNQ9P8/lHNtArAx0PisXyFixDDvfl8DbD6EUdbshK5eqauvBSvzZd19itqQ9j3nferJA==",
"dev": true,
"requires": {
"@babel/runtime": "^7.12.5",

View File

@ -56,7 +56,7 @@
"@loadable/component": "^5.15.2",
"@svgr/webpack": "^6.2.1",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.3",
"@testing-library/react": "^12.1.4",
"@welldone-software/why-did-you-render": "^6.2.3",
"babel-preset-gatsby": "^2.9.1",
"chalk": "^4.1.2",