Skip to content

Commit efdc057

Browse files
motiz88osdnk
authored andcommitted
Upgrade Promise polyfill to promise@8.0.3
Summary: Bumps `promise` from 7.1.1 to 8.0.3. The package [hasn't changed significantly between these two versions](then/promise@7.1.1...8.0.3). This is part housekeeping, part making it easier to make PRs to `promise` and then upgrade after they're merged. Changelog: [Internal] Reviewed By: cpojer Differential Revision: D20094814 fbshipit-source-id: d8933bd39aa3e9f9b19e4d5a09b0828ecc032085
1 parent c601835 commit efdc057

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
"metro-source-map": "0.58.0",
104104
"nullthrows": "^1.1.1",
105105
"pretty-format": "^24.9.0",
106-
"promise": "^7.1.1",
106+
"promise": "^8.0.3",
107107
"prop-types": "^15.7.2",
108108
"react-devtools-core": "^4.0.6",
109109
"react-refresh": "^0.4.0",

yarn.lock

+8-1
Original file line numberDiff line numberDiff line change
@@ -1862,7 +1862,7 @@ arrify@^1.0.1:
18621862
resolved "https://registry.yarnpkg.com/arrify/-/arrify-1.0.1.tgz#898508da2226f380df904728456849c1501a4b0d"
18631863
integrity sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0=
18641864

1865-
asap@~2.0.3:
1865+
asap@~2.0.3, asap@~2.0.6:
18661866
version "2.0.6"
18671867
resolved "https://registry.yarnpkg.com/asap/-/asap-2.0.6.tgz#e50347611d7e690943208bbdafebcbc2fb866d46"
18681868
integrity sha1-5QNHYR1+aQlDIIu9r+vLwvuGbUY=
@@ -6180,6 +6180,13 @@ promise@^7.1.1:
61806180
dependencies:
61816181
asap "~2.0.3"
61826182

6183+
promise@^8.0.3:
6184+
version "8.0.3"
6185+
resolved "https://registry.yarnpkg.com/promise/-/promise-8.0.3.tgz#f592e099c6cddc000d538ee7283bb190452b0bf6"
6186+
integrity sha512-HeRDUL1RJiLhyA0/grn+PTShlBAcLuh/1BJGtrvjwbvRDCTLLMEz9rOGCV+R3vHY4MixIuoMEd9Yq/XvsTPcjw==
6187+
dependencies:
6188+
asap "~2.0.6"
6189+
61836190
prompts@^2.0.1:
61846191
version "2.0.2"
61856192
resolved "https://registry.yarnpkg.com/prompts/-/prompts-2.0.2.tgz#094119b0b0a553ec652908b583205b9867630154"

0 commit comments

Comments
 (0)