Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
noomorph committed May 18, 2024
1 parent ea9f655 commit fc24e11
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions detox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion detox/test/e2e/19.crash-handling.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 () => {
Expand Down
2 changes: 1 addition & 1 deletion detox/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion generation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit fc24e11

Please sign in to comment.