Skip to content

Commit 951538c

Browse files
retyuifacebook-github-bot
authored andcommitted
Add support Promise.allSettled out of box (#34544)
Summary: Issue: #30236 ## Changelog [General] [Added] - Added support `Promise.allSettled` Pull Request resolved: #34544 Test Plan: Release notes [`[email protected]`](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 ebdb23c commit 951538c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
"mkdirp": "^0.5.1",
124124
"nullthrows": "^1.1.1",
125125
"pretty-format": "^26.5.2",
126-
"promise": "^8.0.3",
126+
"promise": "^8.2.0",
127127
"react-devtools-core": "4.24.0",
128128
"react-native-gradle-plugin": "^0.71.0",
129129
"react-refresh": "^0.4.0",

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -5841,10 +5841,10 @@ process-nextick-args@~2.0.0:
58415841
resolved "https://registry.yarnpkg.com/process-nextick-args/-/process-nextick-args-2.0.0.tgz#a37d732f4271b4ab1ad070d35508e8290788ffaa"
58425842
integrity sha512-MtEC1TqN0EU5nephaJ4rAtThHtC86dNN9qCuEhtshvpVBkAW5ZO7BASN9REnF9eoXGcRub+pFuKEpOHE+HbEMw==
58435843

5844-
promise@^8.0.3:
5845-
version "8.0.3"
5846-
resolved "https://registry.yarnpkg.com/promise/-/promise-8.0.3.tgz#f592e099c6cddc000d538ee7283bb190452b0bf6"
5847-
integrity sha512-HeRDUL1RJiLhyA0/grn+PTShlBAcLuh/1BJGtrvjwbvRDCTLLMEz9rOGCV+R3vHY4MixIuoMEd9Yq/XvsTPcjw==
5844+
promise@^8.2.0:
5845+
version "8.2.0"
5846+
resolved "https://registry.yarnpkg.com/promise/-/promise-8.2.0.tgz#a1f6280ab67457fbfc8aad2b198c9497e9e5c806"
5847+
integrity sha512-+CMAlLHqwRYwBMXKCP+o8ns7DN+xHDUiI+0nArsiJ9y+kJVPLFxEaSw6Ha9s9H0tftxg2Yzl25wqj9G7m5wLZg==
58485848
dependencies:
58495849
asap "~2.0.6"
58505850

0 commit comments

Comments
 (0)