Skip to content

Commit

Permalink
feat(detox): upgrade detox to 19.6.9
Browse files Browse the repository at this point in the history
  • Loading branch information
xiongemi committed May 16, 2022
1 parent e6f73a8 commit f9325b1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions packages/detox/migrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,15 @@
"alwaysAddToPackageJson": false
}
}
},
"14.1.6": {
"version": "14.1.6-beta.0",
"packages": {
"detox": {
"version": "19.6.9",
"alwaysAddToPackageJson": false
}
}
}
}
}
2 changes: 1 addition & 1 deletion packages/detox/src/utils/versions.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const nxVersion = '*';

export const detoxVersion = '19.6.5';
export const detoxVersion = '19.6.9';
export const testingLibraryJestDom = '5.16.4';

0 comments on commit f9325b1

Please sign in to comment.