Skip to content

Commit

Permalink
fix: bump detox to 20.28.0 (#48)
Browse files Browse the repository at this point in the history
* Bump detox to 20.28.0

* Updated more deps
  • Loading branch information
thomashohn authored Dec 18, 2024
1 parent a1b0c22 commit 7546132
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,12 @@
},
"homepage": "https://github.com/codeceptjs/detox-helper#readme",
"dependencies": {
"detox": "20.18.1",
"detox": "20.28.0",
"react-native": "^0.73.4"
},
"devDependencies": {
"codeceptjs": "3.6.10",
"documentation": "14.0.3"
"documentation": "14.0.3",
"expect": "^29.7.0"
}
}
5 changes: 3 additions & 2 deletions test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,16 @@
"dependencies": {
"@react-native/metro-config": "^0.73.5",
"codeceptjs": "^3.6.3",
"detox": "20.18.1",
"detox": "20.28.0",
"metro-react-native-babel-preset": "^0.77.0",
"react": "^18.2.0",
"react-native": "^0.73.4"
},
"devDependencies": {
"@types/node": "^20.8.8",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
"typescript": "^5.2.2",
"expect": "^29.7.0"
},
"detox": {
"logger": {
Expand Down

0 comments on commit 7546132

Please sign in to comment.