mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-04-21 17:47:22 +00:00
chore(deps-dev): bump @testing-library/jest-dom from 6.5.0 to 6.6.1
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 6.5.0 to 6.6.1. - [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.5.0...v6.6.1) --- 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>
This commit is contained in:
parent
d328060b2b
commit
e815c561b2
3 changed files with 21 additions and 7 deletions
|
|
@ -18,7 +18,7 @@
|
|||
"@fortawesome/free-solid-svg-icons": "^6.6.0",
|
||||
"@sveltejs/vite-plugin-svelte": "4.0.0-next.8",
|
||||
"@testing-library/dom": "^10.4.0",
|
||||
"@testing-library/jest-dom": "^6.5.0",
|
||||
"@testing-library/jest-dom": "^6.6.1",
|
||||
"@testing-library/svelte": "^5.2.3",
|
||||
"@testing-library/user-event": "^14.5.2",
|
||||
"@tsconfig/svelte": "^5.0.4",
|
||||
|
|
|
|||
|
|
@ -139,7 +139,7 @@
|
|||
"@sveltejs/package": "^2.3.5",
|
||||
"@sveltejs/vite-plugin-svelte": "4.0.0-next.8",
|
||||
"@testing-library/dom": "^10.4.0",
|
||||
"@testing-library/jest-dom": "^6.5.0",
|
||||
"@testing-library/jest-dom": "^6.6.1",
|
||||
"@testing-library/svelte": "^5.2.3",
|
||||
"@testing-library/user-event": "^14.5.2",
|
||||
"@tsconfig/svelte": "^5.0.4",
|
||||
|
|
|
|||
|
|
@ -587,8 +587,8 @@ importers:
|
|||
specifier: ^10.4.0
|
||||
version: 10.4.0
|
||||
'@testing-library/jest-dom':
|
||||
specifier: ^6.5.0
|
||||
version: 6.5.0
|
||||
specifier: ^6.6.1
|
||||
version: 6.6.1
|
||||
'@testing-library/svelte':
|
||||
specifier: ^5.2.3
|
||||
version: 5.2.3(svelte@5.0.0-next.266)(vite@5.4.9(@types/node@22.7.5)(terser@5.31.6))(vitest@2.1.2(@types/node@22.7.5)(jsdom@25.0.1)(terser@5.31.6))
|
||||
|
|
@ -720,8 +720,8 @@ importers:
|
|||
specifier: ^10.4.0
|
||||
version: 10.4.0
|
||||
'@testing-library/jest-dom':
|
||||
specifier: ^6.5.0
|
||||
version: 6.5.0
|
||||
specifier: ^6.6.1
|
||||
version: 6.6.1
|
||||
'@testing-library/svelte':
|
||||
specifier: ^5.2.3
|
||||
version: 5.2.3(svelte@5.0.0-next.266)(vite@5.4.9(@types/node@22.7.5)(terser@5.31.6))(vitest@2.1.2(@types/node@22.7.5)(jsdom@25.0.1)(terser@5.31.6))
|
||||
|
|
@ -3458,6 +3458,10 @@ packages:
|
|||
resolution: {integrity: sha512-xGGHpBXYSHUUr6XsKBfs85TWlYKpTc37cSBBVrXcib2MkHLboWlkClhWF37JKlDb9KEq3dHs+f2xR7XJEWGBxA==}
|
||||
engines: {node: '>=14', npm: '>=6', yarn: '>=1'}
|
||||
|
||||
'@testing-library/jest-dom@6.6.1':
|
||||
resolution: {integrity: sha512-mNYIiAuP4yJwV2zBRQCV7PHoQwbb6/8TfMpPcwSUzcSVDJHWOXt6hjNtIN1v5knDmimYnjJxKhsoVd4LVGIO+w==}
|
||||
engines: {node: '>=14', npm: '>=6', yarn: '>=1'}
|
||||
|
||||
'@testing-library/svelte@5.2.3':
|
||||
resolution: {integrity: sha512-y5eaD2Vp3hb729dAv3dOYNoZ9uNM0bQ0rd5AfXDWPvI+HiGmjl8ZMOuKzBopveyAkci1Kplb6kS53uZhPGEK+w==}
|
||||
engines: {node: '>= 10'}
|
||||
|
|
@ -14524,7 +14528,17 @@ snapshots:
|
|||
'@testing-library/jest-dom@6.5.0':
|
||||
dependencies:
|
||||
'@adobe/css-tools': 4.4.0
|
||||
aria-query: 5.3.0
|
||||
aria-query: 5.3.2
|
||||
chalk: 3.0.0
|
||||
css.escape: 1.5.1
|
||||
dom-accessibility-api: 0.6.3
|
||||
lodash: 4.17.21
|
||||
redent: 3.0.0
|
||||
|
||||
'@testing-library/jest-dom@6.6.1':
|
||||
dependencies:
|
||||
'@adobe/css-tools': 4.4.0
|
||||
aria-query: 5.3.2
|
||||
chalk: 3.0.0
|
||||
css.escape: 1.5.1
|
||||
dom-accessibility-api: 0.6.3
|
||||
|
|
|
|||
Loading…
Reference in a new issue