We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d76f664 commit 427816dCopy full SHA for 427816d
1 file changed
modules/react-native-mlkit-core/package.json
@@ -38,10 +38,7 @@
38
"jest": "^29.7.0",
39
"jest-expo": "^52.0.3",
40
"ts-jest": "^29.1.1",
41
- "typescript": "~5.1.6",
42
- "@testing-library/jest-native": "^5.4.3",
43
- "@testing-library/react-hooks": "^8.0.1",
44
- "@types/jest": "^29.5.5"
+ "typescript": "~5.1.6"
45
},
46
"peerDependencies": {
47
"expo": "*",
@@ -50,6 +47,9 @@
50
"react-native": "*"
51
48
52
49
"dependencies": {
+ "@testing-library/jest-native": "^5.4.3",
+ "@testing-library/react-hooks": "^8.0.1",
+ "@types/jest": "^29.5.5"
53
54
"rnx-kit": {
55
"kitType": "library",
0 commit comments