4
0
mirror of https://github.com/hodgef/simple-keyboard.git synced 2025-04-21 01:36:23 +08:00

Merge pull request from hodgef/dependabot/npm_and_yarn/testing-library/react-11.2.3

This commit is contained in:
dependabot-preview[bot] 2021-01-08 10:19:27 +00:00 committed by GitHub
commit b2736a6af7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated

@ -3676,9 +3676,9 @@
} }
}, },
"@testing-library/dom": { "@testing-library/dom": {
"version": "7.28.1", "version": "7.29.2",
"resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-7.28.1.tgz", "resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-7.29.2.tgz",
"integrity": "sha512-acv3l6kDwZkQif/YqJjstT3ks5aaI33uxGNVIQmdKzbZ2eMKgg3EV2tB84GDdc72k3Kjhl6mO8yUt6StVIdRDg==", "integrity": "sha512-CBMELfyY1jKdtLcSRmEnZWRzRkCRVSNPTzhzrn8wY8OnzUo7Pe/W+HgLzt4TDnWIPYeusHBodf9wUjJF48kPmA==",
"dev": true, "dev": true,
"requires": { "requires": {
"@babel/code-frame": "^7.10.4", "@babel/code-frame": "^7.10.4",
@ -3846,9 +3846,9 @@
} }
}, },
"@testing-library/react": { "@testing-library/react": {
"version": "11.2.2", "version": "11.2.3",
"resolved": "https://registry.npmjs.org/@testing-library/react/-/react-11.2.2.tgz", "resolved": "https://registry.npmjs.org/@testing-library/react/-/react-11.2.3.tgz",
"integrity": "sha512-jaxm0hwUjv+hzC+UFEywic7buDC9JQ1q3cDsrWVSDAPmLotfA6E6kUHlYm/zOeGCac6g48DR36tFHxl7Zb+N5A==", "integrity": "sha512-BirBUGPkTW28ULuCwIbYo0y2+0aavHczBT6N9r3LrsswEW3pg25l1wgoE7I8QBIy1upXWkwKpYdWY7NYYP0Bxw==",
"dev": true, "dev": true,
"requires": { "requires": {
"@babel/runtime": "^7.12.5", "@babel/runtime": "^7.12.5",

@ -46,7 +46,7 @@
"@babel/preset-react": "^7.12.10", "@babel/preset-react": "^7.12.10",
"@svgr/webpack": "5.5.0", "@svgr/webpack": "5.5.0",
"@testing-library/jest-dom": "^5.11.8", "@testing-library/jest-dom": "^5.11.8",
"@testing-library/react": "^11.2.2", "@testing-library/react": "^11.2.3",
"@testing-library/user-event": "^12.6.0", "@testing-library/user-event": "^12.6.0",
"@typescript-eslint/eslint-plugin": "^2.10.0", "@typescript-eslint/eslint-plugin": "^2.10.0",
"@typescript-eslint/parser": "^2.10.0", "@typescript-eslint/parser": "^2.10.0",