Skip to content

Commit

Permalink
chore(deps): bump @testing-library/react from 14.0.0 to 14.2.1
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.0.0 to 14.2.1.
- [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.0.0...v14.2.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and lachlanjc committed Feb 8, 2024
1 parent 4cca8ce commit 46b61cd
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 137 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"@emotion/jest": "^11.11.0",
"@jest/types": "^29.5.0",
"@preconstruct/cli": "^2.7.0",
"@testing-library/react": "^14.0.0",
"@testing-library/react": "^14.2.1",
"@types/eslint": "8.56.2",
"@types/jest": "^29.5.2",
"@types/node": "^20.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@testing-library/react": "^14.0.0",
"@testing-library/react": "^14.2.1",
"conditional-type-checks": "^1.0.6",
"react-test-renderer": "^18.2.0",
"ts-snippet": "^5.0.0"
Expand Down
Loading

0 comments on commit 46b61cd

Please sign in to comment.