mirror of https://github.com/zulip/zulip.git
String.codePointAt: Upgrade String.codePointAt polyfill to v0.2.1.
This commit is contained in:
parent
4091815721
commit
0d697cd569
|
@ -40,7 +40,7 @@
|
|||
"sorttable": "1.0.2",
|
||||
"source-map-loader": "0.2.3",
|
||||
"source-sans-pro": "2.20.2",
|
||||
"string.prototype.codepointat": "0.2.0",
|
||||
"string.prototype.codepointat": "0.2.1",
|
||||
"string.prototype.endswith": "0.2.0",
|
||||
"string.prototype.startswith": "0.2.0",
|
||||
"style-loader": "0.21.0",
|
||||
|
|
|
@ -9327,7 +9327,11 @@ string.fromcodepoint@^0.2.1:
|
|||
version "0.2.1"
|
||||
resolved "https://registry.yarnpkg.com/string.fromcodepoint/-/string.fromcodepoint-0.2.1.tgz#8d978333c0bc92538f50f383e4888f3e5619d653"
|
||||
|
||||
string.prototype.codepointat@0.2.0, string.prototype.codepointat@^0.2.0:
|
||||
string.prototype.codepointat@0.2.1:
|
||||
version "0.2.1"
|
||||
resolved "https://registry.yarnpkg.com/string.prototype.codepointat/-/string.prototype.codepointat-0.2.1.tgz#004ad44c8afc727527b108cd462b4d971cd469bc"
|
||||
|
||||
string.prototype.codepointat@^0.2.0:
|
||||
version "0.2.0"
|
||||
resolved "https://registry.yarnpkg.com/string.prototype.codepointat/-/string.prototype.codepointat-0.2.0.tgz#6b26e9bd3afcaa7be3b4269b526de1b82000ac78"
|
||||
|
||||
|
|
Loading…
Reference in New Issue