@testing-library/react-native 13.0.0-rc.0 → 13.0.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/README.md +1 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -102,6 +102,7 @@ React Native Testing Library consists of following APIs:
|
|
|
102
102
|
|
|
103
103
|
## Migration Guides
|
|
104
104
|
|
|
105
|
+
- [Migration to 13.0 (RC)](https://callstack.github.io/react-native-testing-library/13.x-next/docs/migration/v13)
|
|
105
106
|
- [Migration to 12.0](https://callstack.github.io/react-native-testing-library/docs/migration/v12)
|
|
106
107
|
- [Migration to built-in Jest Matchers](https://callstack.github.io/react-native-testing-library/docs/migration/jest-matchers)
|
|
107
108
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@testing-library/react-native",
|
|
3
|
-
"version": "13.0.0
|
|
3
|
+
"version": "13.0.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",
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
"publishConfig": {
|
|
96
96
|
"registry": "https://registry.npmjs.org"
|
|
97
97
|
},
|
|
98
|
-
"packageManager": "yarn@4.
|
|
98
|
+
"packageManager": "yarn@4.6.0",
|
|
99
99
|
"engines": {
|
|
100
100
|
"node": ">=18"
|
|
101
101
|
}
|