Skip to content

Commit 46b61cd

Browse files
dependabot[bot]lachlanjc
authored andcommitted
chore(deps): bump @testing-library/react from 14.0.0 to 14.2.1
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] <[email protected]>
1 parent 4cca8ce commit 46b61cd

File tree

3 files changed

+27
-137
lines changed

3 files changed

+27
-137
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
"@emotion/jest": "^11.11.0",
8585
"@jest/types": "^29.5.0",
8686
"@preconstruct/cli": "^2.7.0",
87-
"@testing-library/react": "^14.0.0",
87+
"@testing-library/react": "^14.2.1",
8888
"@types/eslint": "8.56.2",
8989
"@types/jest": "^29.5.2",
9090
"@types/node": "^20.3.1",

packages/test-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"typecheck": "tsc --noEmit"
1616
},
1717
"dependencies": {
18-
"@testing-library/react": "^14.0.0",
18+
"@testing-library/react": "^14.2.1",
1919
"conditional-type-checks": "^1.0.6",
2020
"react-test-renderer": "^18.2.0",
2121
"ts-snippet": "^5.0.0"

0 commit comments

Comments
 (0)