Bump @testing-library/jest-dom from 6.1.6 to 6.2.0 in /js (#25887)
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 6.1.6 to 6.2.0. - [Release notes](https://github.com/testing-library/jest-dom/releases) - [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md) - [Commits](https://github.com/testing-library/jest-dom/compare/v6.1.6...v6.2.0) --- updated-dependencies: - dependency-name: "@testing-library/jest-dom" dependency-type: direct:development update-type: version-update:semver-minor ... 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
0062c262f0
commit
6c4436a76f
2 changed files with 10 additions and 6 deletions
|
@ -92,7 +92,7 @@
|
|||
"devDependencies": {
|
||||
"@4tw/cypress-drag-drop": "^2.2.5",
|
||||
"@testing-library/cypress": "^10.0.1",
|
||||
"@testing-library/jest-dom": "^6.1.6",
|
||||
"@testing-library/jest-dom": "^6.2.0",
|
||||
"@testing-library/react": "^14.1.2",
|
||||
"@types/dagre": "^0.7.52",
|
||||
"@types/file-saver": "^2.0.7",
|
||||
|
|
|
@ -233,8 +233,8 @@ importers:
|
|||
specifier: ^10.0.1
|
||||
version: 10.0.1(cypress@13.6.2)
|
||||
'@testing-library/jest-dom':
|
||||
specifier: ^6.1.6
|
||||
version: 6.1.6(vitest@1.1.1)
|
||||
specifier: ^6.2.0
|
||||
version: 6.2.0(vitest@1.1.1)
|
||||
'@testing-library/react':
|
||||
specifier: ^14.1.2
|
||||
version: 14.1.2(react-dom@18.2.0)(react@18.2.0)
|
||||
|
@ -1800,8 +1800,8 @@ packages:
|
|||
pretty-format: 27.5.1
|
||||
dev: true
|
||||
|
||||
/@testing-library/jest-dom@6.1.6(vitest@1.1.1):
|
||||
resolution: {integrity: sha512-YwuiOdYEcxhfC2u5iNKlvg2Q5MgbutovP6drq7J1HrCbvR+G58BbtoCoq+L/kNlrNFsu2Kt3jaFAviLVxYHJZg==}
|
||||
/@testing-library/jest-dom@6.2.0(vitest@1.1.1):
|
||||
resolution: {integrity: sha512-+BVQlJ9cmEn5RDMUS8c2+TU6giLvzaHZ8sU/x0Jj7fk+6/46wPdwlgOPcpxS17CjcanBi/3VmGMqVr2rmbUmNw==}
|
||||
engines: {node: '>=14', npm: '>=6', yarn: '>=1'}
|
||||
peerDependencies:
|
||||
'@jest/globals': '>= 28'
|
||||
|
@ -1823,7 +1823,7 @@ packages:
|
|||
aria-query: 5.3.0
|
||||
chalk: 3.0.0
|
||||
css.escape: 1.5.1
|
||||
dom-accessibility-api: 0.5.16
|
||||
dom-accessibility-api: 0.6.3
|
||||
lodash: 4.17.21
|
||||
redent: 3.0.0
|
||||
vitest: 1.1.1(@types/node@20.10.6)(jsdom@23.0.1)(lightningcss@1.22.1)
|
||||
|
@ -3468,6 +3468,10 @@ packages:
|
|||
resolution: {integrity: sha512-X7BJ2yElsnOJ30pZF4uIIDfBEVgF4XEBxL9Bxhy6dnrm5hkzqmsWHGTiHqRiITNhMyFLyAiWndIJP7Z1NTteDg==}
|
||||
dev: true
|
||||
|
||||
/dom-accessibility-api@0.6.3:
|
||||
resolution: {integrity: sha512-7ZgogeTnjuHbo+ct10G9Ffp0mif17idi0IyWNVA/wcwcm7NPOD/WEHVP3n7n3MhXqxoIYm8d6MuZohYWIZ4T3w==}
|
||||
dev: true
|
||||
|
||||
/duplexify@3.7.1:
|
||||
resolution: {integrity: sha512-07z8uv2wMyS51kKhD1KsdXJg5WQ6t93RneqRxUHnskXVtlYYkLqM0gqStQZ3pj073g687jPCHrqNfCzawLYh5g==}
|
||||
dependencies:
|
||||
|
|
Loading…
Reference in a new issue