Bump @testing-library/react from 12.1.0 to 12.1.1
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 12.1.0 to 12.1.1. - [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.0...v12.1.1) --- 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>
This commit is contained in:
parent
f2ecf68575
commit
50bce2771c
2 changed files with 8 additions and 8 deletions
14
package-lock.json
generated
14
package-lock.json
generated
|
@ -39,7 +39,7 @@
|
|||
"@snowpack/plugin-typescript": "^1.2.1",
|
||||
"@testing-library/cypress": "^8.0.1",
|
||||
"@testing-library/jest-dom": "^5.14.1",
|
||||
"@testing-library/react": "^12.1.0",
|
||||
"@testing-library/react": "^12.1.1",
|
||||
"@types/dagre": "^0.7.45",
|
||||
"@types/file-saver": "^2.0.3",
|
||||
"@types/lodash": "^4.14.175",
|
||||
|
@ -4322,9 +4322,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@testing-library/react": {
|
||||
"version": "12.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@testing-library/react/-/react-12.1.0.tgz",
|
||||
"integrity": "sha512-Ge3Ht3qXE82Yv9lyPpQ7ZWgzo/HgOcHu569Y4ZGWcZME38iOFiOg87qnu6hTEa8jTJVL7zYovnvD3GE2nsNIoQ==",
|
||||
"version": "12.1.1",
|
||||
"resolved": "https://registry.npmjs.org/@testing-library/react/-/react-12.1.1.tgz",
|
||||
"integrity": "sha512-JDyWbvMuedEpP6SPL4Cvbhk59TVxQ3pwuR6ZfJHdRsHuxDd/ziSMA3nVM3fViaSbsQhuQFE/mvFrPrvQbL5kRQ==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.12.5",
|
||||
|
@ -23265,9 +23265,9 @@
|
|||
}
|
||||
},
|
||||
"@testing-library/react": {
|
||||
"version": "12.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@testing-library/react/-/react-12.1.0.tgz",
|
||||
"integrity": "sha512-Ge3Ht3qXE82Yv9lyPpQ7ZWgzo/HgOcHu569Y4ZGWcZME38iOFiOg87qnu6hTEa8jTJVL7zYovnvD3GE2nsNIoQ==",
|
||||
"version": "12.1.1",
|
||||
"resolved": "https://registry.npmjs.org/@testing-library/react/-/react-12.1.1.tgz",
|
||||
"integrity": "sha512-JDyWbvMuedEpP6SPL4Cvbhk59TVxQ3pwuR6ZfJHdRsHuxDd/ziSMA3nVM3fViaSbsQhuQFE/mvFrPrvQbL5kRQ==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.12.5",
|
||||
|
|
|
@ -54,7 +54,7 @@
|
|||
"@snowpack/plugin-typescript": "^1.2.1",
|
||||
"@testing-library/cypress": "^8.0.1",
|
||||
"@testing-library/jest-dom": "^5.14.1",
|
||||
"@testing-library/react": "^12.1.0",
|
||||
"@testing-library/react": "^12.1.1",
|
||||
"@types/dagre": "^0.7.45",
|
||||
"@types/file-saver": "^2.0.3",
|
||||
"@types/lodash": "^4.14.175",
|
||||
|
|
Loading…
Reference in a new issue