chore(deps): update dependency @testing-library/dom to v8.14.1

This commit is contained in:
renovate[bot]
2022-07-09 12:04:05 +00:00
parent 8855d90854
commit cededa10de
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@@ -34,7 +34,7 @@
"@babel/preset-react": "7.18.6",
"@babel/preset-typescript": "7.18.6",
"@testing-library/cypress": "8.0.3",
"@testing-library/dom": "8.14.0",
"@testing-library/dom": "8.14.1",
"@testing-library/jest-dom": "5.16.4",
"@testing-library/user-event": "13.5.0",
"@types/chai": "4.3.1",
@@ -13540,9 +13540,9 @@
}
},
"node_modules/@testing-library/dom": {
"version": "8.14.0",
"resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-8.14.0.tgz",
"integrity": "sha512-m8FOdUo77iMTwVRCyzWcqxlEIk+GnopbrRI15a0EaLbpZSCinIVI4kSQzWhkShK83GogvEFJSsHF3Ws0z1vrqA==",
"version": "8.14.1",
"resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-8.14.1.tgz",
"integrity": "sha512-S+E5jTThFnTga+LrX9Oj29Uz0wyLcu0/fD6i9+BUaoJpYtcW9QZ5rJ9SPq4CkKXGhz3Vz9w8poBkngq6Xg7NLQ==",
"dependencies": {
"@babel/code-frame": "^7.10.4",
"@babel/runtime": "^7.12.5",
@@ -63833,9 +63833,9 @@
}
},
"@testing-library/dom": {
"version": "8.14.0",
"resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-8.14.0.tgz",
"integrity": "sha512-m8FOdUo77iMTwVRCyzWcqxlEIk+GnopbrRI15a0EaLbpZSCinIVI4kSQzWhkShK83GogvEFJSsHF3Ws0z1vrqA==",
"version": "8.14.1",
"resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-8.14.1.tgz",
"integrity": "sha512-S+E5jTThFnTga+LrX9Oj29Uz0wyLcu0/fD6i9+BUaoJpYtcW9QZ5rJ9SPq4CkKXGhz3Vz9w8poBkngq6Xg7NLQ==",
"requires": {
"@babel/code-frame": "^7.10.4",
"@babel/runtime": "^7.12.5",

View File

@@ -113,7 +113,7 @@
"@babel/preset-react": "7.18.6",
"@babel/preset-typescript": "7.18.6",
"@testing-library/cypress": "8.0.3",
"@testing-library/dom": "8.14.0",
"@testing-library/dom": "8.14.1",
"@testing-library/jest-dom": "5.16.4",
"@testing-library/user-event": "13.5.0",
"@types/chai": "4.3.1",