Bump @testing-library/react from 12.1.0 to 12.1.1 in /ui

This commit is contained in:
Deluan 2021-09-27 13:27:59 -04:00
parent 4fda895a64
commit 694056010c
2 changed files with 8 additions and 8 deletions

14
ui/package-lock.json generated
View File

@ -43,7 +43,7 @@
},
"devDependencies": {
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.1.0",
"@testing-library/react": "^12.1.1",
"@testing-library/react-hooks": "^7.0.2",
"@testing-library/user-event": "^13.2.1",
"css-mediaquery": "^0.1.2",
@ -2614,9 +2614,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",
@ -22700,9 +22700,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",

View File

@ -38,7 +38,7 @@
},
"devDependencies": {
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^12.1.0",
"@testing-library/react": "^12.1.1",
"@testing-library/react-hooks": "^7.0.2",
"@testing-library/user-event": "^13.2.1",
"css-mediaquery": "^0.1.2",