Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
chore(deps-dev): bump @testing-library/jest-dom from 6.5.0 to 6.6.0 (#…
Browse files Browse the repository at this point in the history
…1809)

Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom) from 6.5.0 to 6.6.0.
- [Release notes](https://github.com/testing-library/jest-dom/releases)
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md)
- [Commits](testing-library/jest-dom@v6.5.0...v6.6.0)

---
updated-dependencies:
- dependency-name: "@testing-library/jest-dom"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 16, 2024
1 parent a1aeaa4 commit 928db89
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 5 deletions.
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@kyaku/prettier-config": "*",
"@kyaku/tailwind-config": "*",
"@kyaku/tsconfig": "*",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/jest-dom": "^6.6.0",
"@testing-library/react": "^16.0.1",
"@types/google-libphonenumber": "^7.4.30",
"@types/negotiator": "^0.6.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"@kyaku/eslint-config": "*",
"@kyaku/prettier-config": "*",
"@kyaku/tsconfig": "*",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/jest-dom": "^6.6.0",
"@testing-library/react": "^16.0.1",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
Expand Down
21 changes: 18 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3202,7 +3202,7 @@ __metadata:
"@radix-ui/react-slot": "npm:^1.1.0"
"@radix-ui/react-switch": "npm:^1.1.1"
"@radix-ui/react-tooltip": "npm:^1.1.3"
"@testing-library/jest-dom": "npm:^6.5.0"
"@testing-library/jest-dom": "npm:^6.6.0"
"@testing-library/react": "npm:^16.0.1"
"@types/react": "npm:^18.3.11"
"@types/react-dom": "npm:^18.3.1"
Expand Down Expand Up @@ -3242,7 +3242,7 @@ __metadata:
"@tanstack/router-devtools": "npm:^1.69.1"
"@tanstack/router-plugin": "npm:^1.69.1"
"@tanstack/start": "npm:^1.69.3"
"@testing-library/jest-dom": "npm:^6.5.0"
"@testing-library/jest-dom": "npm:^6.6.0"
"@testing-library/react": "npm:^16.0.1"
"@types/google-libphonenumber": "npm:^7.4.30"
"@types/negotiator": "npm:^0.6.3"
Expand Down Expand Up @@ -5937,7 +5937,7 @@ __metadata:
languageName: node
linkType: hard

"@testing-library/jest-dom@npm:6.5.0, @testing-library/jest-dom@npm:^6.5.0":
"@testing-library/jest-dom@npm:6.5.0":
version: 6.5.0
resolution: "@testing-library/jest-dom@npm:6.5.0"
dependencies:
Expand All @@ -5952,6 +5952,21 @@ __metadata:
languageName: node
linkType: hard

"@testing-library/jest-dom@npm:^6.6.0":
version: 6.6.0
resolution: "@testing-library/jest-dom@npm:6.6.0"
dependencies:
"@adobe/css-tools": "npm:^4.4.0"
aria-query: "npm:^5.0.0"
chalk: "npm:^3.0.0"
css.escape: "npm:^1.5.1"
dom-accessibility-api: "npm:^0.6.3"
lodash: "npm:^4.17.21"
redent: "npm:^3.0.0"
checksum: 10c0/e7567d9addefd434b73ad50f1dedbdee9d1bbbd3b93c5b3865ab05bc8d83f0f4315905b68e0a375533d6022116e5ff43f1f6ce11d28bbbb5064bfa4211523481
languageName: node
linkType: hard

"@testing-library/react@npm:^16.0.1":
version: 16.0.1
resolution: "@testing-library/react@npm:16.0.1"
Expand Down

0 comments on commit 928db89

Please sign in to comment.