Skip to content

Commit

Permalink
fix(ci): Fixes p-retry version to 6.2.0 (#4280)
Browse files Browse the repository at this point in the history
  • Loading branch information
antonis authored Nov 16, 2024
1 parent e1ea4a8 commit bd812a6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dev-packages/e2e-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"dependencies": {
"minimist": "1.2.8",
"p-retry": "^6.2.0",
"p-retry": "6.2.0",
"semver": "7.6.3",
"xcode": "3.0.1"
},
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19974,7 +19974,7 @@ __metadata:
languageName: node
linkType: hard

"p-retry@npm:^6.2.0":
"p-retry@npm:6.2.0":
version: 6.2.0
resolution: "p-retry@npm:6.2.0"
dependencies:
Expand Down Expand Up @@ -22762,7 +22762,7 @@ __metadata:
babel-jest: ^29.7.0
jest: ^29.7.0
minimist: 1.2.8
p-retry: ^6.2.0
p-retry: 6.2.0
react: 18.3.1
react-native: 0.75.4
react-native-launch-arguments: ^4.0.2
Expand Down

0 comments on commit bd812a6

Please sign in to comment.