Skip to content

Commit

Permalink
update ts-retry-promise
Browse files Browse the repository at this point in the history
Summary:
No breaking changes to how we use the library

prime reason to update - added docs to config fields

[release notes](https://github.com/normartin/ts-retry-promise/releases)

Reviewed By: passy

Differential Revision: D57857760

fbshipit-source-id: ada8b7a7f4874eb0435834247184fb52308812c1
  • Loading branch information
antonk52 authored and facebook-github-bot committed May 28, 2024
1 parent 8b946d4 commit 1e683cb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion desktop/plugins/public/ui-debugger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"react-query": "^3.39.1",
"async": "2.3.0",
"@tanstack/react-virtual": "3.0.0-beta.54",
"ts-retry-promise": "^0.7.0",
"ts-retry-promise": "^0.8.1",
"memoize-weak": "^1.0.2",
"eventemitter3": "^4.0.7"
},
Expand Down
8 changes: 4 additions & 4 deletions desktop/plugins/public/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2351,10 +2351,10 @@ ts-node@^10.9.1:
v8-compile-cache-lib "^3.0.1"
yn "3.1.1"

ts-retry-promise@^0.7.0:
version "0.7.0"
resolved "https://registry.yarnpkg.com/ts-retry-promise/-/ts-retry-promise-0.7.0.tgz#08f2dcbbf5d2981495841cb63389a268324e8147"
integrity sha512-x6yWZXC4BfXy4UyMweOFvbS1yJ/Y5biSz/mEPiILtJZLrqD3ZxIpzVOGGgifHHdaSe3WxzFRtsRbychI6zofOg==
ts-retry-promise@^0.8.1:
version "0.8.1"
resolved "https://registry.yarnpkg.com/ts-retry-promise/-/ts-retry-promise-0.8.1.tgz#ba90eb07cb03677fcbf78fe38e94c9183927e154"
integrity sha512-+AHPUmAhr5bSRRK5CurE9kNH8gZlEHnCgusZ0zy2bjfatUBDX0h6vGQjiT0YrGwSDwRZmU+bapeX6mj55FOPvg==

tslib@^2.1.0:
version "2.6.2"
Expand Down

0 comments on commit 1e683cb

Please sign in to comment.