Skip to content

Commit 4192d6b

Browse files
committed
remove string-width resolution ??
1 parent 832a7bf commit 4192d6b

File tree

2 files changed

+63
-3
lines changed

2 files changed

+63
-3
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,6 @@
138138
},
139139
"resolutions": {
140140
"wrap-ansi": "7.0.0",
141-
"string-width": "4.1.0",
142141
"**/terser/source-map": "0.7.4"
143142
},
144143
"version": "0.0.0",

yarn.lock

Lines changed: 63 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13272,6 +13272,11 @@ duplexify@^4.0.0, duplexify@^4.1.1:
1327213272
readable-stream "^3.1.1"
1327313273
stream-shift "^1.0.0"
1327413274

13275+
eastasianwidth@^0.2.0:
13276+
version "0.2.0"
13277+
resolved "https://registry.yarnpkg.com/eastasianwidth/-/eastasianwidth-0.2.0.tgz#696ce2ec0aa0e6ea93a397ffcf24aa7840c827cb"
13278+
integrity sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==
13279+
1327513280
[email protected], ecdsa-sig-formatter@^1.0.11:
1327613281
version "1.0.11"
1327713282
resolved "https://registry.yarnpkg.com/ecdsa-sig-formatter/-/ecdsa-sig-formatter-1.0.11.tgz#ae0f0fa2d85045ef14a817daa3ce9acd0489e5bf"
@@ -14018,11 +14023,26 @@ emittery@^0.8.1:
1401814023
resolved "https://registry.yarnpkg.com/emittery/-/emittery-0.8.1.tgz#bb23cc86d03b30aa75a7f734819dee2e1ba70860"
1401914024
integrity sha512-uDfvUjVrfGJJhymx/kz6prltenw1u7WrCg1oa94zYY8xxVpLLUu045LAT0dhDZdXG58/EpPL/5kA180fQ/qudg==
1402014025

14026+
emoji-regex@^10.2.1:
14027+
version "10.3.0"
14028+
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-10.3.0.tgz#76998b9268409eb3dae3de989254d456e70cfe23"
14029+
integrity sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==
14030+
14031+
emoji-regex@^7.0.1:
14032+
version "7.0.3"
14033+
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-7.0.3.tgz#933a04052860c85e83c122479c4748a8e4c72156"
14034+
integrity sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==
14035+
1402114036
emoji-regex@^8.0.0:
1402214037
version "8.0.0"
1402314038
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37"
1402414039
integrity sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==
1402514040

14041+
emoji-regex@^9.2.2:
14042+
version "9.2.2"
14043+
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-9.2.2.tgz#840c8803b0d8047f4ff0cf963176b32d4ef3ed72"
14044+
integrity sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==
14045+
1402614046
emojis-list@^3.0.0:
1402714047
version "3.0.0"
1402814048
resolved "https://registry.yarnpkg.com/emojis-list/-/emojis-list-3.0.0.tgz#5570662046ad29e2e916e71aae260abdff4f6a78"
@@ -18186,6 +18206,11 @@ is-finite@^1.0.0:
1818618206
resolved "https://registry.yarnpkg.com/is-finite/-/is-finite-1.1.0.tgz#904135c77fb42c0641d6aa1bcdbc4daa8da082f3"
1818718207
integrity sha512-cdyMtqX/BOqqNBBiKlIVkytNHm49MtMlYyn1zxzvJKWmFMlGzm+ry5BBfYyeY9YmNKbRSo/o7OX9w9ale0wg3w==
1818818208

18209+
is-fullwidth-code-point@^2.0.0:
18210+
version "2.0.0"
18211+
resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz#a3b30a5c4f199183167aaab93beefae3ddfb654f"
18212+
integrity sha512-VHskAKYM8RfSFXwee5t5cbN5PZeq1Wrh6qd5bkyiXIf6UQcN6w/A0eXM9r6t8d+GYOh+o6ZhiEnb88LN/Y8m2w==
18213+
1818918214
is-fullwidth-code-point@^3.0.0:
1819018215
version "3.0.0"
1819118216
resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz#f116f8064fe90b3f7844a38997c0b75051269f1d"
@@ -27663,7 +27688,8 @@ string-template@~0.2.1:
2766327688
resolved "https://registry.yarnpkg.com/string-template/-/string-template-0.2.1.tgz#42932e598a352d01fc22ec3367d9d84eec6c9add"
2766427689
integrity sha1-QpMuWYo1LQH8IuwzZ9nYTuxsmt0=
2766527690

27666-
"string-width-cjs@npm:string-width@^4.2.0":
27691+
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3:
27692+
name string-width-cjs
2766727693
version "4.2.3"
2766827694
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
2766927695
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -27672,7 +27698,15 @@ string-template@~0.2.1:
2767227698
is-fullwidth-code-point "^3.0.0"
2767327699
strip-ansi "^6.0.1"
2767427700

27675-
[email protected], "string-width@^1.0.2 || 2", "string-width@^1.0.2 || 2 || 3 || 4", string-width@^2.1.0, string-width@^3.0.0, string-width@^3.1.0, string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3, string-width@^5.0.0, string-width@^5.0.1, string-width@^5.1.2, string-width@^6.1.0:
27701+
"string-width@^1.0.2 || 2", string-width@^2.1.0:
27702+
version "2.1.1"
27703+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-2.1.1.tgz#ab93f27a8dc13d28cac815c462143a6d9012ae9e"
27704+
integrity sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==
27705+
dependencies:
27706+
is-fullwidth-code-point "^2.0.0"
27707+
strip-ansi "^4.0.0"
27708+
27709+
"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.0.0, string-width@^4.1.0:
2767627710
version "4.1.0"
2767727711
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.1.0.tgz#ba846d1daa97c3c596155308063e075ed1c99aff"
2767827712
integrity sha512-NrX+1dVVh+6Y9dnQ19pR0pP4FiEIlUvdTGn8pw6CKTNq5sgib2nIhmUNT5TAmhWmvKr3WcxBcP3E8nWezuipuQ==
@@ -27681,6 +27715,33 @@ [email protected], "string-width@^1.0.2 || 2", "string-width@^1.0.2 || 2 || 3 |
2768127715
is-fullwidth-code-point "^3.0.0"
2768227716
strip-ansi "^5.2.0"
2768327717

27718+
string-width@^3.0.0, string-width@^3.1.0:
27719+
version "3.1.0"
27720+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-3.1.0.tgz#22767be21b62af1081574306f69ac51b62203961"
27721+
integrity sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==
27722+
dependencies:
27723+
emoji-regex "^7.0.1"
27724+
is-fullwidth-code-point "^2.0.0"
27725+
strip-ansi "^5.1.0"
27726+
27727+
string-width@^5.0.0, string-width@^5.0.1, string-width@^5.1.2:
27728+
version "5.1.2"
27729+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-5.1.2.tgz#14f8daec6d81e7221d2a357e668cab73bdbca794"
27730+
integrity sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==
27731+
dependencies:
27732+
eastasianwidth "^0.2.0"
27733+
emoji-regex "^9.2.2"
27734+
strip-ansi "^7.0.1"
27735+
27736+
string-width@^6.1.0:
27737+
version "6.1.0"
27738+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-6.1.0.tgz#96488d6ed23f9ad5d82d13522af9e4c4c3fd7518"
27739+
integrity sha512-k01swCJAgQmuADB0YIc+7TuatfNvTBVOoaUWJjTB9R4VJzR5vNWzf5t42ESVZFPS8xTySF7CAdV4t/aaIm3UnQ==
27740+
dependencies:
27741+
eastasianwidth "^0.2.0"
27742+
emoji-regex "^10.2.1"
27743+
strip-ansi "^7.0.1"
27744+
2768427745
string.prototype.matchall@^4.0.5, string.prototype.matchall@^4.0.6, string.prototype.matchall@^4.0.8:
2768527746
version "4.0.8"
2768627747
resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.8.tgz#3bf85722021816dcd1bf38bb714915887ca79fd3"

0 commit comments

Comments
 (0)