Skip to content

Commit 728b0f9

Browse files
Move testing deps to devDependencies (#229)
* Reapply "Move testing libraries to devDependencies. (#224)" (#228) This reverts commit 427816d. (which restores the changes from #224 that were previously reverted) * docs(changeset): Move testing deps to devDependencies * restore changes to package.json
1 parent 427816d commit 728b0f9

2 files changed

Lines changed: 8 additions & 5 deletions

File tree

.changeset/wise-ghosts-flow.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@infinitered/react-native-mlkit-core": patch
3+
---
4+
5+
Move testing deps to devDependencies

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,10 @@
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",
@@ -46,11 +49,6 @@
4649
"react": "*",
4750
"react-native": "*"
4851
},
49-
"dependencies": {
50-
"@testing-library/jest-native": "^5.4.3",
51-
"@testing-library/react-hooks": "^8.0.1",
52-
"@types/jest": "^29.5.5"
53-
},
5452
"rnx-kit": {
5553
"kitType": "library",
5654
"alignDeps": {

0 commit comments

Comments
 (0)