Skip to content

Commit

Permalink
build(dev-deps): bump @testing-library/react from 14.2.1 to 16.0.0
Browse files Browse the repository at this point in the history
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 14.2.1 to 16.0.0.
- [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@v14.2.1...v16.0.0)

---
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 and ivangabriele committed Jun 24, 2024
1 parent d415d41 commit 6fa7e1f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 18 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"@swc/jest": "0.2.36",
"@tanstack/react-table": "8.17.3",
"@tanstack/react-virtual": "beta",
"@testing-library/react": "14.2.1",
"@testing-library/react": "16.0.0",
"@types/diacritics": "1.3.3",
"@types/jabber": "1.2.4",
"@types/jest": "29.5.12",
Expand Down
31 changes: 14 additions & 17 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3339,7 +3339,7 @@ __metadata:
"@swc/jest": "npm:0.2.36"
"@tanstack/react-table": "npm:8.17.3"
"@tanstack/react-virtual": "npm:beta"
"@testing-library/react": "npm:14.2.1"
"@testing-library/react": "npm:16.0.0"
"@types/diacritics": "npm:1.3.3"
"@types/jabber": "npm:1.2.4"
"@types/jest": "npm:29.5.12"
Expand Down Expand Up @@ -6216,7 +6216,7 @@ __metadata:
languageName: node
linkType: hard

"@testing-library/dom@npm:^9.0.0, @testing-library/dom@npm:^9.3.4":
"@testing-library/dom@npm:^9.3.4":
version: 9.3.4
resolution: "@testing-library/dom@npm:9.3.4"
dependencies:
Expand Down Expand Up @@ -6265,17 +6265,23 @@ __metadata:
languageName: node
linkType: hard

"@testing-library/react@npm:14.2.1":
version: 14.2.1
resolution: "@testing-library/react@npm:14.2.1"
"@testing-library/react@npm:16.0.0":
version: 16.0.0
resolution: "@testing-library/react@npm:16.0.0"
dependencies:
"@babel/runtime": "npm:^7.12.5"
"@testing-library/dom": "npm:^9.0.0"
"@types/react-dom": "npm:^18.0.0"
peerDependencies:
"@testing-library/dom": ^10.0.0
"@types/react": ^18.0.0
"@types/react-dom": ^18.0.0
react: ^18.0.0
react-dom: ^18.0.0
checksum: 83b35cf8bf5640f1b63b32223ebc75799dc1a8e034d819120b26838fba0b0ab10bdbe6ad07dd8ae8287365f2b0c52dc9892a6fa11bb24d3e63ad97dfb7f2f296
peerDependenciesMeta:
"@types/react":
optional: true
"@types/react-dom":
optional: true
checksum: 297f97bf4722dad05f11d9cafd47d387dbdb096fea4b79b876c7466460f0f2e345b55b81b3e37fc81ed8185c528cb53dd8455ca1b6b019b229edf6c796f11c9f
languageName: node
linkType: hard

Expand Down Expand Up @@ -6737,15 +6743,6 @@ __metadata:
languageName: node
linkType: hard

"@types/react-dom@npm:^18.0.0":
version: 18.2.19
resolution: "@types/react-dom@npm:18.2.19"
dependencies:
"@types/react": "npm:*"
checksum: 88d7c6daa4659f661d0c97985d9fca492f24b421a34bb614dcd94c343aed7bea121463149e97fb01ecaa693be17b7d1542cf71ddb1705f3889a81eb2639a88aa
languageName: node
linkType: hard

"@types/react-window@npm:^1.8.5":
version: 1.8.8
resolution: "@types/react-window@npm:1.8.8"
Expand Down

0 comments on commit 6fa7e1f

Please sign in to comment.