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
+7 -7
View File
@@ -43,7 +43,7 @@
}, },
"devDependencies": { "devDependencies": {
"@testing-library/jest-dom": "^5.14.1", "@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/react-hooks": "^7.0.2",
"@testing-library/user-event": "^13.2.1", "@testing-library/user-event": "^13.2.1",
"css-mediaquery": "^0.1.2", "css-mediaquery": "^0.1.2",
@@ -2614,9 +2614,9 @@
} }
}, },
"node_modules/@testing-library/react": { "node_modules/@testing-library/react": {
"version": "12.1.0", "version": "12.1.1",
"resolved": "https://registry.npmjs.org/@testing-library/react/-/react-12.1.0.tgz", "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-12.1.1.tgz",
"integrity": "sha512-Ge3Ht3qXE82Yv9lyPpQ7ZWgzo/HgOcHu569Y4ZGWcZME38iOFiOg87qnu6hTEa8jTJVL7zYovnvD3GE2nsNIoQ==", "integrity": "sha512-JDyWbvMuedEpP6SPL4Cvbhk59TVxQ3pwuR6ZfJHdRsHuxDd/ziSMA3nVM3fViaSbsQhuQFE/mvFrPrvQbL5kRQ==",
"dev": true, "dev": true,
"dependencies": { "dependencies": {
"@babel/runtime": "^7.12.5", "@babel/runtime": "^7.12.5",
@@ -22700,9 +22700,9 @@
} }
}, },
"@testing-library/react": { "@testing-library/react": {
"version": "12.1.0", "version": "12.1.1",
"resolved": "https://registry.npmjs.org/@testing-library/react/-/react-12.1.0.tgz", "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-12.1.1.tgz",
"integrity": "sha512-Ge3Ht3qXE82Yv9lyPpQ7ZWgzo/HgOcHu569Y4ZGWcZME38iOFiOg87qnu6hTEa8jTJVL7zYovnvD3GE2nsNIoQ==", "integrity": "sha512-JDyWbvMuedEpP6SPL4Cvbhk59TVxQ3pwuR6ZfJHdRsHuxDd/ziSMA3nVM3fViaSbsQhuQFE/mvFrPrvQbL5kRQ==",
"dev": true, "dev": true,
"requires": { "requires": {
"@babel/runtime": "^7.12.5", "@babel/runtime": "^7.12.5",
+1 -1
View File
@@ -38,7 +38,7 @@
}, },
"devDependencies": { "devDependencies": {
"@testing-library/jest-dom": "^5.14.1", "@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/react-hooks": "^7.0.2",
"@testing-library/user-event": "^13.2.1", "@testing-library/user-event": "^13.2.1",
"css-mediaquery": "^0.1.2", "css-mediaquery": "^0.1.2",