Bump @testing-library/react from 11.2.7 to 12.0.0 (#16440)
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 11.2.7 to 12.0.0. - [Release notes](https://github.com/testing-library/react-testing-library/releases) - [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md) - [Commits](https://github.com/testing-library/react-testing-library/compare/v11.2.7...v12.0.0) --- updated-dependencies: - dependency-name: "@testing-library/react" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
		
							parent
							
								
									0c24c865b7
								
							
						
					
					
						commit
						2ddf0fdb87
					
				
					 2 changed files with 28 additions and 13 deletions
				
			
		|  | @ -172,7 +172,7 @@ | |||
|   }, | ||||
|   "devDependencies": { | ||||
|     "@testing-library/jest-dom": "^5.14.1", | ||||
|     "@testing-library/react": "^11.2.7", | ||||
|     "@testing-library/react": "^12.0.0", | ||||
|     "babel-eslint": "^10.1.0", | ||||
|     "babel-jest": "^27.0.6", | ||||
|     "eslint": "^7.32.0", | ||||
|  |  | |||
							
								
								
									
										39
									
								
								yarn.lock
									
									
									
									
									
								
							
							
						
						
									
										39
									
								
								yarn.lock
									
									
									
									
									
								
							|  | @ -1473,19 +1473,19 @@ | |||
|   dependencies: | ||||
|     "@sinonjs/commons" "^1.7.0" | ||||
| 
 | ||||
| "@testing-library/dom@^7.28.1": | ||||
|   version "7.28.1" | ||||
|   resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-7.28.1.tgz#dea78be6e1e6db32ddcb29a449e94d9700c79eb9" | ||||
|   integrity sha512-acv3l6kDwZkQif/YqJjstT3ks5aaI33uxGNVIQmdKzbZ2eMKgg3EV2tB84GDdc72k3Kjhl6mO8yUt6StVIdRDg== | ||||
| "@testing-library/dom@^8.0.0": | ||||
|   version "8.1.0" | ||||
|   resolved "https://registry.yarnpkg.com/@testing-library/dom/-/dom-8.1.0.tgz#f8358b1883844ea569ba76b7e94582168df5370d" | ||||
|   integrity sha512-kmW9alndr19qd6DABzQ978zKQ+J65gU2Rzkl8hriIetPnwpesRaK4//jEQyYh8fEALmGhomD/LBQqt+o+DL95Q== | ||||
|   dependencies: | ||||
|     "@babel/code-frame" "^7.10.4" | ||||
|     "@babel/runtime" "^7.12.5" | ||||
|     "@types/aria-query" "^4.2.0" | ||||
|     aria-query "^4.2.2" | ||||
|     chalk "^4.1.0" | ||||
|     dom-accessibility-api "^0.5.4" | ||||
|     dom-accessibility-api "^0.5.6" | ||||
|     lz-string "^1.4.4" | ||||
|     pretty-format "^26.6.2" | ||||
|     pretty-format "^27.0.2" | ||||
| 
 | ||||
| "@testing-library/jest-dom@^5.14.1": | ||||
|   version "5.14.1" | ||||
|  | @ -1502,13 +1502,13 @@ | |||
|     lodash "^4.17.15" | ||||
|     redent "^3.0.0" | ||||
| 
 | ||||
| "@testing-library/react@^11.2.7": | ||||
|   version "11.2.7" | ||||
|   resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-11.2.7.tgz#b29e2e95c6765c815786c0bc1d5aed9cb2bf7818" | ||||
|   integrity sha512-tzRNp7pzd5QmbtXNG/mhdcl7Awfu/Iz1RaVHY75zTdOkmHCuzMhRL83gWHSgOAcjS3CCbyfwUHMZgRJb4kAfpA== | ||||
| "@testing-library/react@^12.0.0": | ||||
|   version "12.0.0" | ||||
|   resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-12.0.0.tgz#9aeb2264521522ab9b68f519eaf15136148f164a" | ||||
|   integrity sha512-sh3jhFgEshFyJ/0IxGltRhwZv2kFKfJ3fN1vTZ6hhMXzz9ZbbcTgmDYM4e+zJv+oiVKKEWZPyqPAh4MQBI65gA== | ||||
|   dependencies: | ||||
|     "@babel/runtime" "^7.12.5" | ||||
|     "@testing-library/dom" "^7.28.1" | ||||
|     "@testing-library/dom" "^8.0.0" | ||||
| 
 | ||||
| "@types/aria-query@^4.2.0": | ||||
|   version "4.2.0" | ||||
|  | @ -2075,6 +2075,11 @@ ansi-styles@^4.0.0, ansi-styles@^4.1.0: | |||
|     "@types/color-name" "^1.1.1" | ||||
|     color-convert "^2.0.1" | ||||
| 
 | ||||
| ansi-styles@^5.0.0: | ||||
|   version "5.2.0" | ||||
|   resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-5.2.0.tgz#07449690ad45777d1924ac2abb2fc8895dba836b" | ||||
|   integrity sha512-Cxwpt2SfTzTtXcfOlzGEee8O+c+MmUgGrNiBcXnuWxuFJHe6a5Hz7qwhwe5OgaSYI0IJvkLqWX1ASG+cJOkEiA== | ||||
| 
 | ||||
| anymatch@^2.0.0: | ||||
|   version "2.0.0" | ||||
|   resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-2.0.0.tgz#bcb24b4f37934d9aa7ac17b4adaf89e7c76ef2eb" | ||||
|  | @ -3986,7 +3991,7 @@ doctrine@^3.0.0: | |||
|   dependencies: | ||||
|     esutils "^2.0.2" | ||||
| 
 | ||||
| dom-accessibility-api@^0.5.4, dom-accessibility-api@^0.5.6: | ||||
| dom-accessibility-api@^0.5.6: | ||||
|   version "0.5.6" | ||||
|   resolved "https://registry.yarnpkg.com/dom-accessibility-api/-/dom-accessibility-api-0.5.6.tgz#3f5d43b52c7a3bd68b5fb63fa47b4e4c1fdf65a9" | ||||
|   integrity sha512-DplGLZd8L1lN64jlT27N9TVSESFR5STaEJvX+thCby7fuCHonfPpAlodYc3vuUYbDuDec5w8AMP7oCM5TWFsqw== | ||||
|  | @ -8854,6 +8859,16 @@ pretty-format@^26.6.2: | |||
|     ansi-styles "^4.0.0" | ||||
|     react-is "^17.0.1" | ||||
| 
 | ||||
| pretty-format@^27.0.2: | ||||
|   version "27.0.6" | ||||
|   resolved "https://registry.yarnpkg.com/pretty-format/-/pretty-format-27.0.6.tgz#ab770c47b2c6f893a21aefc57b75da63ef49a11f" | ||||
|   integrity sha512-8tGD7gBIENgzqA+UBzObyWqQ5B778VIFZA/S66cclyd5YkFLYs2Js7gxDKf0MXtTc9zcS7t1xhdfcElJ3YIvkQ== | ||||
|   dependencies: | ||||
|     "@jest/types" "^27.0.6" | ||||
|     ansi-regex "^5.0.0" | ||||
|     ansi-styles "^5.0.0" | ||||
|     react-is "^17.0.1" | ||||
| 
 | ||||
| process-nextick-args@~2.0.0: | ||||
|   version "2.0.1" | ||||
|   resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.1.tgz#7820d9b16120cc55ca9ae7792680ae7dba6d7fe2" | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue