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

Commit

Permalink
build(deps-dev): bump @testing-library/react from 15.0.5 to 15.0.6 (#…
Browse files Browse the repository at this point in the history
…1218)

Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 15.0.5 to 15.0.6.
- [Release notes](https://github.com/testing-library/react-testing-library/releases)
- [Changelog](https://github.com/testing-library/react-testing-library/blob/main/CHANGELOG.md)
- [Commits](testing-library/react-testing-library@v15.0.5...v15.0.6)

---
updated-dependencies:
- dependency-name: "@testing-library/react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

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 May 2, 2024
1 parent 5180439 commit 9e4df7a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
2 changes: 1 addition & 1 deletion apps/customer-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@cs/tailwind-config": "*",
"@cs/tsconfig": "*",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^15.0.5",
"@testing-library/react": "^15.0.6",
"@types/google-libphonenumber": "^7.4.30",
"@types/negotiator": "^0.6.3",
"@types/node": "^20.12.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"@cs/prettier-config": "*",
"@cs/tsconfig": "*",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^15.0.5",
"@testing-library/react": "^15.0.6",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"eslint": "^8.57.0"
Expand Down
16 changes: 10 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1617,7 +1617,7 @@ __metadata:
"@tanstack/react-query-devtools": "npm:^5.32.1"
"@tanstack/react-table": "npm:^8.16.0"
"@testing-library/jest-dom": "npm:^6.4.2"
"@testing-library/react": "npm:^15.0.5"
"@testing-library/react": "npm:^15.0.6"
"@trpc/client": "npm:next"
"@trpc/next": "npm:next"
"@trpc/react-query": "npm:next"
Expand Down Expand Up @@ -1763,7 +1763,7 @@ __metadata:
"@radix-ui/react-switch": "npm:^1.0.3"
"@radix-ui/react-tooltip": "npm:^1.0.7"
"@testing-library/jest-dom": "npm:^6.4.2"
"@testing-library/react": "npm:^15.0.5"
"@testing-library/react": "npm:^15.0.6"
"@types/react": "npm:^18.3.1"
"@types/react-dom": "npm:^18.3.0"
cmdk: "npm:^1.0.0"
Expand Down Expand Up @@ -5002,17 +5002,21 @@ __metadata:
languageName: node
linkType: hard

"@testing-library/react@npm:^15.0.5":
version: 15.0.5
resolution: "@testing-library/react@npm:15.0.5"
"@testing-library/react@npm:^15.0.6":
version: 15.0.6
resolution: "@testing-library/react@npm:15.0.6"
dependencies:
"@babel/runtime": "npm:^7.12.5"
"@testing-library/dom": "npm:^10.0.0"
"@types/react-dom": "npm:^18.0.0"
peerDependencies:
"@types/react": ^18.0.0
react: ^18.0.0
react-dom: ^18.0.0
checksum: 10c0/8759cc8e7e6b4d8964f151d8872ea3c91b6ef6d8fb3b9116fae53350b9a6b29e5ad45b18408c22525924d050263f7ea77cd17ca803918759f22a760f68a42227
peerDependenciesMeta:
"@types/react":
optional: true
checksum: 10c0/3705a2272f929f2f848f5d7e6ac9829bf7ecc1725a35733ffae7e7a261d4bdab470b080558e8544edb1f9ba25db9fbc4232527df9b4ec6ab6ae4462a902a7f95
languageName: node
linkType: hard

Expand Down

0 comments on commit 9e4df7a

Please sign in to comment.