diff --git a/detox/package.json b/detox/package.json index c4e71dbb24..0a56087f13 100644 --- a/detox/package.json +++ b/detox/package.json @@ -56,7 +56,7 @@ "eslint-plugin-node": "^11.1.0", "eslint-plugin-unicorn": "^50.0.1", "jest": "^29.6.3", - "jest-allure2-reporter": "^2.0.0-beta.15", + "jest-allure2-reporter": "^2.0.0-beta.18", "metro-react-native-babel-preset": "0.76.8", "prettier": "^3.1.1", "react-native": "0.73.2", @@ -77,7 +77,7 @@ "funpermaproxy": "^1.1.0", "glob": "^8.0.3", "ini": "^1.3.4", - "jest-environment-emit": "^1.0.5", + "jest-environment-emit": "^1.0.8", "json-cycle": "^1.3.0", "lodash": "^4.17.11", "multi-sort-stream": "^1.0.3", diff --git a/detox/test/e2e/19.crash-handling.test.js b/detox/test/e2e/19.crash-handling.test.js index aff94b9d27..aa87e3e653 100644 --- a/detox/test/e2e/19.crash-handling.test.js +++ b/detox/test/e2e/19.crash-handling.test.js @@ -30,7 +30,7 @@ describe('Crash Handling', () => { }); /** - * @issue https://github.com/wix/Detox/issues/4377 + * @issue 4377 * @tag flaky */ it('Should print generic connectivity error when the app was terminated intentionally', async () => { diff --git a/detox/test/package.json b/detox/test/package.json index 1863328fa8..b20b0edb22 100644 --- a/detox/test/package.json +++ b/detox/test/package.json @@ -61,7 +61,7 @@ "@typescript-eslint/parser": "^6.16.0", "cross-env": "^7.0.3", "detox": "^20.21.0", - "detox-allure2-adapter": "^1.0.0-alpha.7", + "detox-allure2-adapter": "^1.0.0-alpha.8", "eslint": "^8.56.0", "eslint-plugin-unicorn": "^50.0.1", "execa": "^5.1.1", diff --git a/generation/package.json b/generation/package.json index 59f02a50d6..bf3859c4a1 100644 --- a/generation/package.json +++ b/generation/package.json @@ -30,7 +30,7 @@ }, "devDependencies": { "jest": "^27.0.0", - "jest-allure2-reporter": "^2.0.0-beta.15", + "jest-allure2-reporter": "^2.0.0-beta.18", "lint-staged": "^6.0.0", "prettier": "^1.8.2" },