Skip to content

Commit

Permalink
chore(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
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] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 5, 2024
1 parent 841782b commit e1734f7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/react-ui-kit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"@swc/core": "^1.3.10",
"@swc/jest": "^0.2.23",
"@testing-library/jest-dom": "6.4.5",
"@testing-library/react": "15.0.5",
"@testing-library/react": "15.0.6",
"@testing-library/user-event": "14.5.2",
"@types/jest": "^29.2.0",
"@types/node": "^20.1.0",
Expand Down
14 changes: 9 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3454,17 +3454,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": ^7.12.5
"@testing-library/dom": ^10.0.0
"@types/react-dom": ^18.0.0
peerDependencies:
"@types/react": ^18.0.0
react: ^18.0.0
react-dom: ^18.0.0
checksum: 7d57e332c58a25df0519d329db07548ad9a147a88912ab6472e294995c06c77445113c5cdae33218daa349f24973a7777426dc1216ce6ed9a36b16fc5ed78d65
peerDependenciesMeta:
"@types/react":
optional: true
checksum: bc9a839b352d748a0d5bcab81621e2e1d09ea58f245c4795cb8e69f97a4f71867a66115c9832f083b62abc357b510be396cd000eb751c85543b974e6a90caf7f
languageName: node
linkType: hard

Expand Down Expand Up @@ -5148,7 +5152,7 @@ __metadata:
"@swc/core": ^1.3.10
"@swc/jest": ^0.2.23
"@testing-library/jest-dom": 6.4.5
"@testing-library/react": 15.0.5
"@testing-library/react": 15.0.6
"@testing-library/user-event": 14.5.2
"@types/color": 3.0.6
"@types/jest": ^29.2.0
Expand Down

0 comments on commit e1734f7

Please sign in to comment.