Skip to content

Commit 2258e73

Browse files
restore changes to package.json
1 parent 68dc4d9 commit 2258e73

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

modules/react-native-mlkit-core/package.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,27 +30,25 @@
3030
"@babel/plugin-transform-private-methods": "^7.24.7",
3131
"@infinitered/tsconfig": "0.5.0",
3232
"@rnx-kit/align-deps": "^3.0.3",
33+
"@testing-library/jest-native": "^5.4.3",
34+
"@testing-library/react-hooks": "^8.0.1",
3335
"@testing-library/react-native": "^13.0.1",
36+
"@types/jest": "^29.5.5",
3437
"expo-asset": "^11.0.3",
3538
"expo-image": "^2.0.4",
3639
"expo-module-scripts": "^3.4.1",
3740
"expo-modules-core": "^2.2.0",
3841
"jest": "^29.7.0",
3942
"jest-expo": "^52.0.3",
4043
"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"
44+
"typescript": "~5.1.6"
4545
},
4646
"peerDependencies": {
4747
"expo": "*",
4848
"expo-image": "*",
4949
"react": "*",
5050
"react-native": "*"
5151
},
52-
"dependencies": {
53-
},
5452
"rnx-kit": {
5553
"kitType": "library",
5654
"alignDeps": {

0 commit comments

Comments
 (0)