Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: implicit dependency #1192

Merged
merged 1 commit into from
Dec 15, 2023
Merged

fix: implicit dependency #1192

merged 1 commit into from
Dec 15, 2023

Conversation

mshanemc
Copy link
Contributor

@mshanemc mshanemc commented Dec 14, 2023

What does this PR do?

missing dep for ts-retry-promise

[skip-validate-pr]

@mshanemc mshanemc requested a review from a team as a code owner December 14, 2023 20:52
@@ -36,7 +36,8 @@
"jszip": "^3.10.1",
"mime": "2.6.0",
"minimatch": "^5.1.6",
"proxy-agent": "^6.3.1"
"proxy-agent": "^6.3.1",
"ts-retry-promise": "^0.7.1"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need lock file update as well

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nope, there was no change to it. That's the nature of these--they were working because they were already in the lockfile. [Until whatever was causing it to be in the lockfile changes.]

@cristiand391 cristiand391 merged commit d691e5e into main Dec 15, 2023
68 of 71 checks passed
@cristiand391 cristiand391 deleted the sm/missing-deps branch December 15, 2023 15:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants