Update dependency @testing-library/jest-dom to v5.11.3 (#413)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2020-08-15 02:34:42 +02:00 committed by GitHub
parent 3e338adc57
commit c85511178d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -3,7 +3,7 @@
"license": "AGPL-3.0",
"version": "0.1.0",
"dependencies": {
"@testing-library/jest-dom": "5.11.2",
"@testing-library/jest-dom": "5.11.3",
"@testing-library/react": "10.4.8",
"@testing-library/user-event": "12.1.1",
"@types/codemirror": "0.0.97",

View file

@ -1612,10 +1612,10 @@
dom-accessibility-api "^0.4.6"
pretty-format "^25.5.0"
"@testing-library/jest-dom@5.11.2":
version "5.11.2"
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-5.11.2.tgz#c49de331555c70127b5d7fc97344ad5265f4c54c"
integrity sha512-s+rWJx+lanEGKqvOl4qJR0rGjCrxsEjj9qjxFlg4NV4/FRD7fnUUAWPHqwpyafNHfLYArs58FADgdn4UKmjFmw==
"@testing-library/jest-dom@5.11.3":
version "5.11.3"
resolved "https://registry.yarnpkg.com/@testing-library/jest-dom/-/jest-dom-5.11.3.tgz#3802cb244e9ab50559a20344698a2d41f9bf11ec"
integrity sha512-vP8ABJt4+YIzu9UItbpJ6nM5zN3g9/tpLcp2DJiXyfX9gnwgcmLsa42+YiohNGEtSUTsseb6xB9HAwlgk8WdaQ==
dependencies:
"@babel/runtime" "^7.9.2"
"@types/testing-library__jest-dom" "^5.9.1"