Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore(deps-dev): Bump @testing-library/react-native from 12.9.0 to 13.0.0 #4759

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/mobile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
"@storybook/react-native": "^8.4.2",
"@storybook/react-webpack5": "^8.4.6",
"@storybook/test": "^8.4.6",
"@testing-library/react-native": "^12.7.2",
"@testing-library/react-native": "^13.0.0",
"@types/eslint__js": "^8.42.3",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.17.13",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7383,7 +7383,7 @@ __metadata:
"@tamagui/config": "npm:^1.117.1"
"@tamagui/font-dm-sans": "npm:^1.121.3"
"@tamagui/toast": "npm:^1.117.1"
"@testing-library/react-native": "npm:^12.7.2"
"@testing-library/react-native": "npm:^13.0.0"
"@types/eslint__js": "npm:^8.42.3"
"@types/jest": "npm:^29.5.12"
"@types/lodash": "npm:^4.17.13"
Expand Down Expand Up @@ -11474,22 +11474,22 @@ __metadata:
languageName: node
linkType: hard

"@testing-library/react-native@npm:^12.7.2":
version: 12.9.0
resolution: "@testing-library/react-native@npm:12.9.0"
"@testing-library/react-native@npm:^13.0.0":
version: 13.0.0
resolution: "@testing-library/react-native@npm:13.0.0"
dependencies:
jest-matcher-utils: "npm:^29.7.0"
pretty-format: "npm:^29.7.0"
redent: "npm:^3.0.0"
peerDependencies:
jest: ">=28.0.0"
react: ">=16.8.0"
react-native: ">=0.59"
react-test-renderer: ">=16.8.0"
jest: ">=29.0.0"
react: ">=18.2.0"
react-native: ">=0.71"
react-test-renderer: ">=18.2.0"
peerDependenciesMeta:
jest:
optional: true
checksum: 10/dcee1d836e76198a2c397fbcb7db24a40e2c45b2dcbca266a4a5d8a802a859a1e8c50755336a2d70f9eec478de964951673b78acb2e03c007b2bee5b8d8766d1
checksum: 10/cc94539083dc6ee133a8d62a65c97871268177bff3f0e14305c633e4a052c051a4a4ce3538bd20df8cc2e240faebb44cc210197de4c1da5d61082bac590f5592
languageName: node
linkType: hard

Expand Down
Loading