Bump @testing-library dependencies

This commit is contained in:
Deluan 2020-12-11 12:10:46 -05:00
parent 3c6b8d18cd
commit 291d28887b
2 changed files with 13 additions and 13 deletions

22
ui/package-lock.json generated
View File

@ -2035,9 +2035,9 @@
}
},
"@testing-library/dom": {
"version": "7.26.6",
"resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-7.26.6.tgz",
"integrity": "sha512-/poL7WMpolcGFOHMcxfcFkf1u38DcBUjk3YwNYpBs/MdJ546lg0YdvP2Lq3ujuQzAZxgs8vVvadj3MBnZsBjjA==",
"version": "7.29.0",
"resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-7.29.0.tgz",
"integrity": "sha512-0hhuJSmw/zLc6ewR9cVm84TehuTd7tbqBX9pRNSp8znJ9gTmSgesdbiGZtt8R6dL+2rgaPFp9Yjr7IU1HWm49w==",
"dev": true,
"requires": {
"@babel/code-frame": "^7.10.4",
@ -2152,13 +2152,13 @@
}
},
"@testing-library/react": {
"version": "11.1.2",
"resolved": "https://registry.npmjs.org/@testing-library/react/-/react-11.1.2.tgz",
"integrity": "sha512-foL0/Mo68M51DdgFwEsO2SDEkUpocuEYidOTcJACGEcoakZDINuERYwVdd6T5e3pPE+BZyGwwURaXcrX1v9RbQ==",
"version": "11.2.2",
"resolved": "https://registry.npmjs.org/@testing-library/react/-/react-11.2.2.tgz",
"integrity": "sha512-jaxm0hwUjv+hzC+UFEywic7buDC9JQ1q3cDsrWVSDAPmLotfA6E6kUHlYm/zOeGCac6g48DR36tFHxl7Zb+N5A==",
"dev": true,
"requires": {
"@babel/runtime": "^7.12.1",
"@testing-library/dom": "^7.26.6"
"@babel/runtime": "^7.12.5",
"@testing-library/dom": "^7.28.1"
},
"dependencies": {
"@babel/runtime": {
@ -2179,9 +2179,9 @@
}
},
"@testing-library/user-event": {
"version": "12.2.2",
"resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-12.2.2.tgz",
"integrity": "sha512-mTYL9LrwiSeyorStUOMuRGQDn1ca40tIhuv//o/K3lY8wBEp+9Im90MFVx5i3u7zCPmavn3uWZs/10chsbI8Tg==",
"version": "12.5.0",
"resolved": "https://registry.npmjs.org/@testing-library/user-event/-/user-event-12.5.0.tgz",
"integrity": "sha512-9uXr4+OwjHVUxzdfYZ2yCnF3xlEzr8cZOdqjGnqD8Qb1NoCJrm7UXxG3RUpL2QqcqZ1eqVuxkFJTCky5Yit+XQ==",
"dev": true,
"requires": {
"@babel/runtime": "^7.10.2"

View File

@ -29,8 +29,8 @@
},
"devDependencies": {
"@testing-library/jest-dom": "^5.11.6",
"@testing-library/react": "^11.1.2",
"@testing-library/user-event": "^12.2.2",
"@testing-library/react": "^11.2.2",
"@testing-library/user-event": "^12.5.0",
"prettier": "^2.1.2"
},
"scripts": {