@testing-library/react-native 14.0.0-beta.1 → 14.0.0-rc.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@testing-library/react-native",
|
|
3
|
-
"version": "14.0.0-
|
|
3
|
+
"version": "14.0.0-rc.0",
|
|
4
4
|
"description": "Simple and complete React Native testing utilities that encourage good testing practices.",
|
|
5
5
|
"main": "build/index.js",
|
|
6
6
|
"types": "build/index.d.ts",
|
|
@@ -96,7 +96,6 @@
|
|
|
96
96
|
"prettier": "^3.8.2",
|
|
97
97
|
"react": "19.2.3",
|
|
98
98
|
"react-native": "0.85.0",
|
|
99
|
-
"react-native-gesture-handler": "^2.31.1",
|
|
100
99
|
"release-it": "^19.2.4",
|
|
101
100
|
"test-renderer": "1.2.0",
|
|
102
101
|
"tsx": "^4.21.0",
|