Skip to content

Commit ed8b37f

Browse files
authored
fix: Bump codeceptjs to 3.7.5 (#173)
* Bump codeceptjs to 3.7.5 * Run install of packages first * Back on 20.41.1 * Bump packages * Back on previous version
1 parent 0687e45 commit ed8b37f

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

.github/workflows/e2e-ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
HOMEBREW_NO_INSTALL_CLEANUP: 1
3939

4040
- name: Detox test
41-
run: cd test && npx playwright install && npm i --force && CONF="ios.sim.release" npm test
41+
run: cd test && npm i --force && npx playwright install && CONF="ios.sim.release" npm test
4242

4343
- name: Upload artifacts
4444
if: failure()

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"react-native": "^0.81.1"
2929
},
3030
"devDependencies": {
31-
"codeceptjs": "3.7.4",
31+
"codeceptjs": "3.7.5",
3232
"documentation": "14.0.3",
3333
"expect": "^30.0.5"
3434
}

test/package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"dependencies": {
1212
"@codeceptjs/expect-helper": "^1.0.1",
1313
"@react-native/metro-config": "^0.81.1",
14-
"codeceptjs": "3.7.4",
15-
"detox": "20.41.3",
14+
"codeceptjs": "3.7.5",
15+
"detox": "20.41.1",
1616
"metro-react-native-babel-preset": "^0.77.0",
1717
"react": "^19.0",
1818
"react-native": "^0.81.1"
@@ -23,9 +23,6 @@
2323
"ts-node": "^10.9.1",
2424
"typescript": "^5.2.2"
2525
},
26-
"overrides": {
27-
"tmp": "0.2.5"
28-
},
2926
"detox": {
3027
"logger": {
3128
"level": "info"

0 commit comments

Comments
 (0)