mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2025-02-21 00:23:02 +08:00
Bump @testing-library/react from 11.2.0 to 11.2.1
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 11.2.0 to 11.2.1. - [Release notes](https://github.com/testing-library/react-testing-library/releases) - [Changelog](https://github.com/testing-library/react-testing-library/blob/master/CHANGELOG.md) - [Commits](https://github.com/testing-library/react-testing-library/compare/v11.2.0...v11.2.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
5f904271f2
commit
0c84930417
12
package-lock.json
generated
12
package-lock.json
generated
@ -3552,9 +3552,9 @@
|
||||
}
|
||||
},
|
||||
"@testing-library/dom": {
|
||||
"version": "7.27.1",
|
||||
"resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-7.27.1.tgz",
|
||||
"integrity": "sha512-AF56RoeUU8bO4DOvLyMI44H3O1LVKZQi2D/m5fNDr+iR4drfOFikTr26hT6IY7YG+l8g69FXsHERa+uThaYYQg==",
|
||||
"version": "7.28.0",
|
||||
"resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-7.28.0.tgz",
|
||||
"integrity": "sha512-jY9wE3eF/fjrxUCC1VTCnMWE/g+aCP582Df4H6H9wQYY0yLglyevTO7TET9pgg0w9Yzm8n7ck0Hxzi18pN5+4w==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@babel/code-frame": "^7.10.4",
|
||||
@ -3722,9 +3722,9 @@
|
||||
}
|
||||
},
|
||||
"@testing-library/react": {
|
||||
"version": "11.2.0",
|
||||
"resolved": "https://registry.npmjs.org/@testing-library/react/-/react-11.2.0.tgz",
|
||||
"integrity": "sha512-90xKYJzskZ7q/AoSuWraQL4EGZlr75uZvDt3nrO4M+rugN02zjO45tmOBq/JBOgDiMIL1tkhHioKXjJsVaSINA==",
|
||||
"version": "11.2.1",
|
||||
"resolved": "https://registry.npmjs.org/@testing-library/react/-/react-11.2.1.tgz",
|
||||
"integrity": "sha512-/rKucr9p/mhMongaeTXwgIRfDnsAUu6LbfN+moNUn2oU0Kw5a7inN5vGvPWv7Ef0YndpERAfODjeseUIlhzRHw==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.12.5",
|
||||
|
@ -46,7 +46,7 @@
|
||||
"@babel/preset-react": "^7.12.5",
|
||||
"@svgr/webpack": "5.5.0",
|
||||
"@testing-library/jest-dom": "^5.11.6",
|
||||
"@testing-library/react": "^11.2.0",
|
||||
"@testing-library/react": "^11.2.1",
|
||||
"@testing-library/user-event": "^12.2.2",
|
||||
"@typescript-eslint/eslint-plugin": "^2.10.0",
|
||||
"@typescript-eslint/parser": "^2.10.0",
|
||||
|
Loading…
Reference in New Issue
Block a user