Skip to content

Commit 6b55fa8

Browse files
retyuiTitozzz
authored andcommitted
Add support Promise.allSettled out of box (#34544)
Summary: Issue: #30236 [General] [Added] - Added support `Promise.allSettled` Pull Request resolved: #34544 Test Plan: Release notes [`promise@8.2.0`](https://github.com/then/promise/releases/tag/8.2.0) ```tsx typeof Promise.allSettled // function ``` Reviewed By: motiz88 Differential Revision: D39170057 Pulled By: jacdebug fbshipit-source-id: 72467285e1ad82510ca8fe3d5f347ec8ae286823
1 parent ad24cd7 commit 6b55fa8

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
"mkdirp": "^0.5.1",
118118
"nullthrows": "^1.1.1",
119119
"pretty-format": "^26.5.2",
120-
"promise": "^8.0.3",
120+
"promise": "^8.2.0",
121121
"react-devtools-core": "4.24.0",
122122
"react-native-gradle-plugin": "^0.0.7",
123123
"react-refresh": "^0.4.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5956,10 +5956,10 @@ progress@^2.0.0:
59565956
resolved "https://registry.yarnpkg.com/progress/-/progress-2.0.0.tgz#8a1be366bf8fc23db2bd23f10c6fe920b4389d1f"
59575957
integrity sha1-ihvjZr+Pwj2yvSPxDG/pILQ4nR8=
59585958

5959-
promise@^8.0.3:
5960-
version "8.0.3"
5961-
resolved "https://registry.yarnpkg.com/promise/-/promise-8.0.3.tgz#f592e099c6cddc000d538ee7283bb190452b0bf6"
5962-
integrity sha512-HeRDUL1RJiLhyA0/grn+PTShlBAcLuh/1BJGtrvjwbvRDCTLLMEz9rOGCV+R3vHY4MixIuoMEd9Yq/XvsTPcjw==
5959+
promise@^8.2.0:
5960+
version "8.2.0"
5961+
resolved "https://registry.yarnpkg.com/promise/-/promise-8.2.0.tgz#a1f6280ab67457fbfc8aad2b198c9497e9e5c806"
5962+
integrity sha512-+CMAlLHqwRYwBMXKCP+o8ns7DN+xHDUiI+0nArsiJ9y+kJVPLFxEaSw6Ha9s9H0tftxg2Yzl25wqj9G7m5wLZg==
59635963
dependencies:
59645964
asap "~2.0.6"
59655965

0 commit comments

Comments
 (0)