Skip to content

Commit 11473c3

Browse files
retyuikelset
authored andcommitted
Add support Promise.any out of box (#35080)
Summary: `promise` module diff: [`8.2.0...8.3.0`](https://npmfs.com/compare/promise/8.2.0/8.3.0/) - Hermes issue: facebook/hermes#766 ## Changelog [General] [Added] - Added support `Promise.any` Pull Request resolved: #35080 Test Plan: Release notes [`[email protected]`](https://github.com/then/promise/releases/tag/8.3.0) ```tsx typeof Promise.any // function ``` Reviewed By: cortinico Differential Revision: D40681373 Pulled By: jacdebug fbshipit-source-id: ecd589186483f3aa0f48da28a1f6dfcb1e26c8bc # Conflicts: # package.json # yarn.lock
1 parent 3f1c55b commit 11473c3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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.3.0",
121121
"react-devtools-core": "4.24.0",
122122
"react-native-gradle-plugin": "^0.70.3",
123123
"react-refresh": "^0.4.0",

yarn.lock

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

6099-
promise@^8.0.3:
6100-
version "8.0.3"
6101-
resolved "https://registry.yarnpkg.com/promise/-/promise-8.0.3.tgz#f592e099c6cddc000d538ee7283bb190452b0bf6"
6102-
integrity sha512-HeRDUL1RJiLhyA0/grn+PTShlBAcLuh/1BJGtrvjwbvRDCTLLMEz9rOGCV+R3vHY4MixIuoMEd9Yq/XvsTPcjw==
6099+
promise@^8.3.0:
6100+
version "8.3.0"
6101+
resolved "https://registry.yarnpkg.com/promise/-/promise-8.3.0.tgz#8cb333d1edeb61ef23869fbb8a4ea0279ab60e0a"
6102+
integrity sha512-rZPNPKTOYVNEEKFaq1HqTgOwZD+4/YHS5ukLzQCypkj+OkYx7iv0mA91lJlpPPZ8vMau3IIGj5Qlwrx+8iiSmg==
61036103
dependencies:
61046104
asap "~2.0.6"
61056105

0 commit comments

Comments
 (0)