Skip to content

Commit 8b9ac81

Browse files
authored
Remove unused dependency 'abort-controller' (#26074)
## Summary This PR removes the unused dependency 'abort-controller' from the project. it helps to keep the project clean and maintainable. ## How did you test this change? ci green
1 parent d7bb524 commit 8b9ac81

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
"@babel/preset-flow": "^7.10.4",
3737
"@babel/preset-react": "^7.10.4",
3838
"@babel/traverse": "^7.11.0",
39-
"abort-controller": "^3.0.0",
4039
"art": "0.10.1",
4140
"babel-plugin-syntax-trailing-function-commas": "^6.5.0",
4241
"chalk": "^3.0.0",

yarn.lock

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3274,13 +3274,6 @@ abab@^2.0.5:
32743274
resolved "https://registry.yarnpkg.com/abab/-/abab-2.0.5.tgz#c0b678fb32d60fc1219c784d6a826fe385aeb79a"
32753275
integrity sha512-9IK9EadsbHo6jLWIpxpR6pL0sazTXV6+SQv25ZB+F7Bj9mJNaOc4nCRabwd5M/JwmUa8idz6Eci6eKfJryPs6Q==
32763276

3277-
abort-controller@^3.0.0:
3278-
version "3.0.0"
3279-
resolved "https://registry.yarnpkg.com/abort-controller/-/abort-controller-3.0.0.tgz#eaf54d53b62bae4138e809ca225c8439a6efb392"
3280-
integrity sha512-h8lQ8tacZYnR3vNQTgibj+tODHI5/+l06Au2Pcriv/Gmet0eaj4TwWH41sO9wnHDiQsEj19q0drzdWdeAHtweg==
3281-
dependencies:
3282-
event-target-shim "^5.0.0"
3283-
32843277
accepts@~1.3.4, accepts@~1.3.5, accepts@~1.3.7:
32853278
version "1.3.7"
32863279
resolved "https://registry.yarnpkg.com/accepts/-/accepts-1.3.7.tgz#531bc726517a3b2b41f850021c6cc15eaab507cd"
@@ -7268,11 +7261,6 @@ etag@~1.8.1:
72687261
resolved "https://registry.yarnpkg.com/etag/-/etag-1.8.1.tgz#41ae2eeb65efa62268aebfea83ac7d79299b0887"
72697262
integrity sha1-Qa4u62XvpiJorr/qg6x9eSmbCIc=
72707263

7271-
event-target-shim@^5.0.0:
7272-
version "5.0.1"
7273-
resolved "https://registry.yarnpkg.com/event-target-shim/-/event-target-shim-5.0.1.tgz#5d4d3ebdf9583d63a5333ce2deb7480ab2b05789"
7274-
integrity sha512-i/2XbnSz/uxRCU6+NdVJgKWDTM427+MqYbkQzD321DuCQJUqOuJKIA0IM2+W2xtYHdKOmZ4dR6fExsd4SXL+WQ==
7275-
72767264
event-to-promise@0.8.0:
72777265
version "0.8.0"
72787266
resolved "https://registry.yarnpkg.com/event-to-promise/-/event-to-promise-0.8.0.tgz#4b84f11772b6f25f7752fc74d971531ac6f5b626"

0 commit comments

Comments
 (0)