Skip to content

Commit

Permalink
chore(deps-dev): bump @testing-library/react from 13.4.0 to 14.1.2
Browse files Browse the repository at this point in the history
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 13.4.0 to 14.1.2.
- [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@v13.4.0...v14.1.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 26, 2023
1 parent b81e3d4 commit 3f41137
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
"@storybook/html": "7.5.3",
"@storybook/html-vite": "7.5.3",
"@storybook/theming": "7.5.3",
"@testing-library/react": "13.4.0",
"@testing-library/react": "14.1.2",
"@types/node": "18.11.9",
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6302,9 +6302,9 @@ __metadata:
languageName: node
linkType: hard

"@testing-library/dom@npm:^8.5.0":
version: 8.20.1
resolution: "@testing-library/dom@npm:8.20.1"
"@testing-library/dom@npm:^9.0.0":
version: 9.3.3
resolution: "@testing-library/dom@npm:9.3.3"
dependencies:
"@babel/code-frame": ^7.10.4
"@babel/runtime": ^7.12.5
Expand All @@ -6314,21 +6314,21 @@ __metadata:
dom-accessibility-api: ^0.5.9
lz-string: ^1.5.0
pretty-format: ^27.0.2
checksum: 06fc8dc67849aadb726cbbad0e7546afdf8923bd39acb64c576d706249bd7d0d05f08e08a31913fb621162e3b9c2bd0dce15964437f030f9fa4476326fdd3007
checksum: 34e0a564da7beb92aa9cc44a9080221e2412b1a132eb37be3d513fe6c58027674868deb9f86195756d98d15ba969a30fe00632a4e26e25df2a5a4f6ac0686e37
languageName: node
linkType: hard

"@testing-library/react@npm:13.4.0":
version: 13.4.0
resolution: "@testing-library/react@npm:13.4.0"
"@testing-library/react@npm:14.1.2":
version: 14.1.2
resolution: "@testing-library/react@npm:14.1.2"
dependencies:
"@babel/runtime": ^7.12.5
"@testing-library/dom": ^8.5.0
"@testing-library/dom": ^9.0.0
"@types/react-dom": ^18.0.0
peerDependencies:
react: ^18.0.0
react-dom: ^18.0.0
checksum: 51ec548c1fdb1271089a5c63e0908f0166f2c7fcd9cacd3108ebbe0ce64cb4351812d885892020dc37608418cfb15698514856502b3cab0e5cc58d6cc1bd4a3e
checksum: 0269903e53412cf96fddb55c8a97a9987a89c3308d71fa1418fe61c47d275445e7044c5387f57cf39b8cda319a41623dbad2cce7a17016aed3a9e85185aac75a
languageName: node
linkType: hard

Expand Down Expand Up @@ -13074,7 +13074,7 @@ __metadata:
"@storybook/html": 7.5.3
"@storybook/html-vite": 7.5.3
"@storybook/theming": 7.5.3
"@testing-library/react": 13.4.0
"@testing-library/react": 14.1.2
"@types/node": 18.11.9
"@types/react": 18.2.14
"@types/react-dom": 18.2.6
Expand Down

0 comments on commit 3f41137

Please sign in to comment.