Skip to content

Commit d676948

Browse files
committed
remove string-width resolution ??
1 parent dc5aafc commit d676948

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
@@ -13234,6 +13234,11 @@ duplexify@^4.0.0, duplexify@^4.1.1:
1323413234
readable-stream "^3.1.1"
1323513235
stream-shift "^1.0.0"
1323613236

13237+
eastasianwidth@^0.2.0:
13238+
version "0.2.0"
13239+
resolved "https://registry.yarnpkg.com/eastasianwidth/-/eastasianwidth-0.2.0.tgz#696ce2ec0aa0e6ea93a397ffcf24aa7840c827cb"
13240+
integrity sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==
13241+
1323713242
[email protected], ecdsa-sig-formatter@^1.0.11:
1323813243
version "1.0.11"
1323913244
resolved "https://registry.yarnpkg.com/ecdsa-sig-formatter/-/ecdsa-sig-formatter-1.0.11.tgz#ae0f0fa2d85045ef14a817daa3ce9acd0489e5bf"
@@ -13980,11 +13985,26 @@ emittery@^0.8.1:
1398013985
resolved "https://registry.yarnpkg.com/emittery/-/emittery-0.8.1.tgz#bb23cc86d03b30aa75a7f734819dee2e1ba70860"
1398113986
integrity sha512-uDfvUjVrfGJJhymx/kz6prltenw1u7WrCg1oa94zYY8xxVpLLUu045LAT0dhDZdXG58/EpPL/5kA180fQ/qudg==
1398213987

13988+
emoji-regex@^10.2.1:
13989+
version "10.3.0"
13990+
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-10.3.0.tgz#76998b9268409eb3dae3de989254d456e70cfe23"
13991+
integrity sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==
13992+
13993+
emoji-regex@^7.0.1:
13994+
version "7.0.3"
13995+
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-7.0.3.tgz#933a04052860c85e83c122479c4748a8e4c72156"
13996+
integrity sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==
13997+
1398313998
emoji-regex@^8.0.0:
1398413999
version "8.0.0"
1398514000
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-8.0.0.tgz#e818fd69ce5ccfcb404594f842963bf53164cc37"
1398614001
integrity sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==
1398714002

14003+
emoji-regex@^9.2.2:
14004+
version "9.2.2"
14005+
resolved "https://registry.yarnpkg.com/emoji-regex/-/emoji-regex-9.2.2.tgz#840c8803b0d8047f4ff0cf963176b32d4ef3ed72"
14006+
integrity sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==
14007+
1398814008
emojis-list@^3.0.0:
1398914009
version "3.0.0"
1399014010
resolved "https://registry.yarnpkg.com/emojis-list/-/emojis-list-3.0.0.tgz#5570662046ad29e2e916e71aae260abdff4f6a78"
@@ -18148,6 +18168,11 @@ is-finite@^1.0.0:
1814818168
resolved "https://registry.yarnpkg.com/is-finite/-/is-finite-1.1.0.tgz#904135c77fb42c0641d6aa1bcdbc4daa8da082f3"
1814918169
integrity sha512-cdyMtqX/BOqqNBBiKlIVkytNHm49MtMlYyn1zxzvJKWmFMlGzm+ry5BBfYyeY9YmNKbRSo/o7OX9w9ale0wg3w==
1815018170

18171+
is-fullwidth-code-point@^2.0.0:
18172+
version "2.0.0"
18173+
resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz#a3b30a5c4f199183167aaab93beefae3ddfb654f"
18174+
integrity sha512-VHskAKYM8RfSFXwee5t5cbN5PZeq1Wrh6qd5bkyiXIf6UQcN6w/A0eXM9r6t8d+GYOh+o6ZhiEnb88LN/Y8m2w==
18175+
1815118176
is-fullwidth-code-point@^3.0.0:
1815218177
version "3.0.0"
1815318178
resolved "https://registry.yarnpkg.com/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz#f116f8064fe90b3f7844a38997c0b75051269f1d"
@@ -27625,7 +27650,8 @@ string-template@~0.2.1:
2762527650
resolved "https://registry.yarnpkg.com/string-template/-/string-template-0.2.1.tgz#42932e598a352d01fc22ec3367d9d84eec6c9add"
2762627651
integrity sha1-QpMuWYo1LQH8IuwzZ9nYTuxsmt0=
2762727652

27628-
"string-width-cjs@npm:string-width@^4.2.0":
27653+
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3:
27654+
name string-width-cjs
2762927655
version "4.2.3"
2763027656
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
2763127657
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -27634,7 +27660,15 @@ string-template@~0.2.1:
2763427660
is-fullwidth-code-point "^3.0.0"
2763527661
strip-ansi "^6.0.1"
2763627662

27637-
[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:
27663+
"string-width@^1.0.2 || 2", string-width@^2.1.0:
27664+
version "2.1.1"
27665+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-2.1.1.tgz#ab93f27a8dc13d28cac815c462143a6d9012ae9e"
27666+
integrity sha512-nOqH59deCq9SRHlxq1Aw85Jnt4w6KvLKqWVik6oA9ZklXLNIOlqg4F2yrT1MVaTjAqvVwdfeZ7w7aCvJD7ugkw==
27667+
dependencies:
27668+
is-fullwidth-code-point "^2.0.0"
27669+
strip-ansi "^4.0.0"
27670+
27671+
"string-width@^1.0.2 || 2 || 3 || 4", string-width@^4.0.0, string-width@^4.1.0:
2763827672
version "4.1.0"
2763927673
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.1.0.tgz#ba846d1daa97c3c596155308063e075ed1c99aff"
2764027674
integrity sha512-NrX+1dVVh+6Y9dnQ19pR0pP4FiEIlUvdTGn8pw6CKTNq5sgib2nIhmUNT5TAmhWmvKr3WcxBcP3E8nWezuipuQ==
@@ -27643,6 +27677,33 @@ [email protected], "string-width@^1.0.2 || 2", "string-width@^1.0.2 || 2 || 3 |
2764327677
is-fullwidth-code-point "^3.0.0"
2764427678
strip-ansi "^5.2.0"
2764527679

27680+
string-width@^3.0.0, string-width@^3.1.0:
27681+
version "3.1.0"
27682+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-3.1.0.tgz#22767be21b62af1081574306f69ac51b62203961"
27683+
integrity sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==
27684+
dependencies:
27685+
emoji-regex "^7.0.1"
27686+
is-fullwidth-code-point "^2.0.0"
27687+
strip-ansi "^5.1.0"
27688+
27689+
string-width@^5.0.0, string-width@^5.0.1, string-width@^5.1.2:
27690+
version "5.1.2"
27691+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-5.1.2.tgz#14f8daec6d81e7221d2a357e668cab73bdbca794"
27692+
integrity sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==
27693+
dependencies:
27694+
eastasianwidth "^0.2.0"
27695+
emoji-regex "^9.2.2"
27696+
strip-ansi "^7.0.1"
27697+
27698+
string-width@^6.1.0:
27699+
version "6.1.0"
27700+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-6.1.0.tgz#96488d6ed23f9ad5d82d13522af9e4c4c3fd7518"
27701+
integrity sha512-k01swCJAgQmuADB0YIc+7TuatfNvTBVOoaUWJjTB9R4VJzR5vNWzf5t42ESVZFPS8xTySF7CAdV4t/aaIm3UnQ==
27702+
dependencies:
27703+
eastasianwidth "^0.2.0"
27704+
emoji-regex "^10.2.1"
27705+
strip-ansi "^7.0.1"
27706+
2764627707
string.prototype.matchall@^4.0.5, string.prototype.matchall@^4.0.6, string.prototype.matchall@^4.0.8:
2764727708
version "4.0.8"
2764827709
resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.8.tgz#3bf85722021816dcd1bf38bb714915887ca79fd3"

0 commit comments

Comments
 (0)