Skip to content

Commit

Permalink
feat(detox): upgrade detox to 19.6.9 (#10306)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiongemi committed May 18, 2022
1 parent 0bee597 commit 714d1a9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions packages/detox/migrations.json
Expand Up @@ -116,6 +116,15 @@
"alwaysAddToPackageJson": false
}
}
},
"14.1.8": {
"version": "14.1.8-beta.0",
"packages": {
"detox": {
"version": "19.6.9",
"alwaysAddToPackageJson": false
}
}
}
}
}
2 changes: 1 addition & 1 deletion packages/detox/package.json
Expand Up @@ -32,7 +32,7 @@
"chalk": "^4.1.0"
},
"peerDependencies": {
"detox": "^19.6.5"
"detox": "^19.6.9"
},
"builders": "./executors.json",
"ng-update": {
Expand Down
2 changes: 1 addition & 1 deletion packages/detox/src/utils/versions.ts
@@ -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 714d1a9

Please sign in to comment.