mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-02-15 10:52:11 +00:00
chore(deps): update dependency @testing-library/jest-dom to v6
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
dccd58f0c1
commit
b40c31168d
2 changed files with 21 additions and 8 deletions
|
@ -126,7 +126,7 @@
|
|||
"@next/bundle-analyzer": "13.4.13",
|
||||
"@testing-library/cypress": "9.0.0",
|
||||
"@testing-library/dom": "9.3.1",
|
||||
"@testing-library/jest-dom": "5.17.0",
|
||||
"@testing-library/jest-dom": "6.0.0",
|
||||
"@testing-library/react": "14.0.0",
|
||||
"@testing-library/react-hooks": "8.0.1",
|
||||
"@testing-library/user-event": "14.4.3",
|
||||
|
|
27
yarn.lock
27
yarn.lock
|
@ -2469,7 +2469,7 @@ __metadata:
|
|||
"@svgr/webpack": 8.0.1
|
||||
"@testing-library/cypress": 9.0.0
|
||||
"@testing-library/dom": 9.3.1
|
||||
"@testing-library/jest-dom": 5.17.0
|
||||
"@testing-library/jest-dom": 6.0.0
|
||||
"@testing-library/react": 14.0.0
|
||||
"@testing-library/react-hooks": 8.0.1
|
||||
"@testing-library/user-event": 14.4.3
|
||||
|
@ -4059,20 +4059,33 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@testing-library/jest-dom@npm:5.17.0":
|
||||
version: 5.17.0
|
||||
resolution: "@testing-library/jest-dom@npm:5.17.0"
|
||||
"@testing-library/jest-dom@npm:6.0.0":
|
||||
version: 6.0.0
|
||||
resolution: "@testing-library/jest-dom@npm:6.0.0"
|
||||
dependencies:
|
||||
"@adobe/css-tools": ^4.0.1
|
||||
"@babel/runtime": ^7.9.2
|
||||
"@types/testing-library__jest-dom": ^5.9.1
|
||||
aria-query: ^5.0.0
|
||||
chalk: ^3.0.0
|
||||
css.escape: ^1.5.1
|
||||
dom-accessibility-api: ^0.5.6
|
||||
lodash: ^4.17.15
|
||||
redent: ^3.0.0
|
||||
checksum: 9f28dbca8b50d7c306aae40c3aa8e06f0e115f740360004bd87d57f95acf7ab4b4f4122a7399a76dbf2bdaaafb15c99cc137fdcb0ae457a92e2de0f3fbf9b03b
|
||||
peerDependencies:
|
||||
"@jest/globals": ">= 28"
|
||||
"@types/jest": ">= 28"
|
||||
jest: ">= 28"
|
||||
vitest: ">= 0.32"
|
||||
peerDependenciesMeta:
|
||||
"@jest/globals":
|
||||
optional: true
|
||||
"@types/jest":
|
||||
optional: true
|
||||
jest:
|
||||
optional: true
|
||||
vitest:
|
||||
optional: true
|
||||
checksum: 9b978e993f084553f8e39215b08f6e09e84a4c78e578db35d361bb4259aed84418f1b17ce52f23ead4d81cc7cad5ae5b18a6596d6d531a6d2252be66409e7167
|
||||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
|
@ -5034,7 +5047,7 @@ __metadata:
|
|||
languageName: node
|
||||
linkType: hard
|
||||
|
||||
"@types/testing-library__jest-dom@npm:5.14.9, @types/testing-library__jest-dom@npm:^5.9.1":
|
||||
"@types/testing-library__jest-dom@npm:5.14.9":
|
||||
version: 5.14.9
|
||||
resolution: "@types/testing-library__jest-dom@npm:5.14.9"
|
||||
dependencies:
|
||||
|
|
Loading…
Reference in a new issue