Skip to content

Commit d76f664

Browse files
Move testing libraries to devDependencies. (#224)
1 parent 13b7824 commit d76f664

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,10 @@
3838
"jest": "^29.7.0",
3939
"jest-expo": "^52.0.3",
4040
"ts-jest": "^29.1.1",
41-
"typescript": "~5.1.6"
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"
4245
},
4346
"peerDependencies": {
4447
"expo": "*",
@@ -47,9 +50,6 @@
4750
"react-native": "*"
4851
},
4952
"dependencies": {
50-
"@testing-library/jest-native": "^5.4.3",
51-
"@testing-library/react-hooks": "^8.0.1",
52-
"@types/jest": "^29.5.5"
5353
},
5454
"rnx-kit": {
5555
"kitType": "library",

0 commit comments

Comments
 (0)