Skip to content

Commit 427816d

Browse files
Revert "Move testing libraries to devDependencies. (#224)" (#228)
This reverts commit d76f664.
1 parent d76f664 commit 427816d

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,10 +38,7 @@
3838
"jest": "^29.7.0",
3939
"jest-expo": "^52.0.3",
4040
"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"
41+
"typescript": "~5.1.6"
4542
},
4643
"peerDependencies": {
4744
"expo": "*",
@@ -50,6 +47,9 @@
5047
"react-native": "*"
5148
},
5249
"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)