mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2025-01-20 01:22:59 +08:00
Bump @testing-library/react from 11.1.0 to 11.1.1
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 11.1.0 to 11.1.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.1.0...v11.1.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
10b97973f9
commit
9d01fe92d8
27
package-lock.json
generated
27
package-lock.json
generated
@ -3509,9 +3509,9 @@
|
||||
}
|
||||
},
|
||||
"@testing-library/dom": {
|
||||
"version": "7.26.0",
|
||||
"resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-7.26.0.tgz",
|
||||
"integrity": "sha512-fyKFrBbS1IigaE3FV21LyeC7kSGF84lqTlSYdKmGaHuK2eYQ/bXVPM5vAa2wx/AU1iPD6oQHsxy2QQ17q9AMCg==",
|
||||
"version": "7.26.5",
|
||||
"resolved": "https://registry.npmjs.org/@testing-library/dom/-/dom-7.26.5.tgz",
|
||||
"integrity": "sha512-2v/fv0s4keQjJIcD4bjfJMFtvxz5icartxUWdIZVNJR539WD9oxVrvIAPw+3Ydg4RLgxt0rvQx3L9cAjCci0Kg==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@babel/code-frame": "^7.10.4",
|
||||
@ -3670,13 +3670,24 @@
|
||||
}
|
||||
},
|
||||
"@testing-library/react": {
|
||||
"version": "11.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@testing-library/react/-/react-11.1.0.tgz",
|
||||
"integrity": "sha512-Nfz58jGzW0tgg3irmTB7sa02JLkLnCk+QN3XG6WiaGQYb0Qc4Ok00aujgjdxlIQWZHbb4Zj5ZOIeE9yKFSs4sA==",
|
||||
"version": "11.1.1",
|
||||
"resolved": "https://registry.npmjs.org/@testing-library/react/-/react-11.1.1.tgz",
|
||||
"integrity": "sha512-DT/P2opE9o4NWCd/oIL73b6VF/Xk9AY8iYSstKfz9cXw0XYPQ5IhA/cuYfoN9nU+mAynW8DpAVfEWdM6e7zF6g==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"@babel/runtime": "^7.11.2",
|
||||
"@testing-library/dom": "^7.26.0"
|
||||
"@babel/runtime": "^7.12.1",
|
||||
"@testing-library/dom": "^7.26.4"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/runtime": {
|
||||
"version": "7.12.5",
|
||||
"resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.12.5.tgz",
|
||||
"integrity": "sha512-plcc+hbExy3McchJCEQG3knOsuh3HH+Prx1P6cLIkET/0dLuQDEnrT+s27Axgc9bqfsmNUNHfscgMUdBpC9xfg==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"regenerator-runtime": "^0.13.4"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"@testing-library/user-event": {
|
||||
|
@ -46,7 +46,7 @@
|
||||
"@babel/preset-react": "^7.12.5",
|
||||
"@svgr/webpack": "5.4.0",
|
||||
"@testing-library/jest-dom": "^5.11.5",
|
||||
"@testing-library/react": "^11.1.0",
|
||||
"@testing-library/react": "^11.1.1",
|
||||
"@testing-library/user-event": "^12.2.0",
|
||||
"@typescript-eslint/eslint-plugin": "^2.10.0",
|
||||
"@typescript-eslint/parser": "^2.10.0",
|
||||
|
Loading…
Reference in New Issue
Block a user