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.5.1 to 12.6.1 #21

Closed
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 example/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@react-native/babel-preset": "^0.74.85",
"@react-native/metro-config": "^0.74.85",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/react-native": "^12.5.1",
"@testing-library/react-native": "^12.6.1",
"@types/react": "^18.3.3",
"@types/react-test-renderer": "^18.3.0",
"babel-plugin-module-resolver": "^5.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/reanimated-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@semantic-release/npm": "^12.0.1",
"@semantic-release/release-notes-generator": "^14.0.1",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/react-native": "^12.5.1",
"@testing-library/react-native": "^12.6.1",
"@types/lodash-es": "^4",
"@types/react": "^18.3.3",
"@types/react-test-renderer": "^18.3.0",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3686,9 +3686,9 @@ __metadata:
languageName: node
linkType: hard

"@testing-library/react-native@npm:^12.5.1":
version: 12.5.1
resolution: "@testing-library/react-native@npm:12.5.1"
"@testing-library/react-native@npm:^12.6.1":
version: 12.6.1
resolution: "@testing-library/react-native@npm:12.6.1"
dependencies:
jest-matcher-utils: "npm:^29.7.0"
pretty-format: "npm:^29.7.0"
Expand All @@ -3701,7 +3701,7 @@ __metadata:
peerDependenciesMeta:
jest:
optional: true
checksum: 10c0/e224c033ca2361992cd8eeb367074ed281099471902d18f9760257e694fada3ca64077f2a47574986180852283f46e84c38ce580c2a49d07678c0a1a5fcc3274
checksum: 10c0/e028e39ca4ad6915c3a9699f479aff582328e252243009d313264dbb1eac8f4b7721b786ea0aed59b17939c8639e0addd18e08ee628900ff65a30b41c6ba0919
languageName: node
linkType: hard

Expand Down Expand Up @@ -7126,7 +7126,7 @@ __metadata:
"@react-native/babel-preset": "npm:^0.74.85"
"@react-native/metro-config": "npm:^0.74.85"
"@testing-library/react-hooks": "npm:^8.0.1"
"@testing-library/react-native": "npm:^12.5.1"
"@testing-library/react-native": "npm:^12.6.1"
"@types/react": "npm:^18.3.3"
"@types/react-test-renderer": "npm:^18.3.0"
babel-plugin-module-resolver: "npm:^5.0.2"
Expand Down Expand Up @@ -13378,7 +13378,7 @@ __metadata:
"@semantic-release/npm": "npm:^12.0.1"
"@semantic-release/release-notes-generator": "npm:^14.0.1"
"@testing-library/react-hooks": "npm:^8.0.1"
"@testing-library/react-native": "npm:^12.5.1"
"@testing-library/react-native": "npm:^12.6.1"
"@types/lodash-es": "npm:^4"
"@types/react": "npm:^18.3.3"
"@types/react-test-renderer": "npm:^18.3.0"
Expand Down
Loading