Upgrade emoji-datasource to 4.1.0
This commit is contained in:
parent
071b4565bd
commit
3a46f4c9a2
3 changed files with 13 additions and 6 deletions
|
@ -55,8 +55,8 @@
|
|||
"electron-context-menu": "0.11.0",
|
||||
"electron-editor-context-menu": "1.1.1",
|
||||
"electron-is-dev": "0.3.0",
|
||||
"emoji-datasource": "4.0.0",
|
||||
"emoji-datasource-apple": "4.0.0",
|
||||
"emoji-datasource": "4.1.0",
|
||||
"emoji-datasource-apple": "4.1.0",
|
||||
"emoji-js": "3.4.0",
|
||||
"filesize": "3.6.1",
|
||||
"firstline": "1.2.1",
|
||||
|
|
|
@ -4424,7 +4424,7 @@
|
|||
}
|
||||
|
||||
// Module: Emoji
|
||||
@mixin emoji-size($size, $emoji-sheet-columns: 51) {
|
||||
@mixin emoji-size($size, $emoji-sheet-columns: 52) {
|
||||
&--#{$size} {
|
||||
width: $size;
|
||||
height: $size;
|
||||
|
|
13
yarn.lock
13
yarn.lock
|
@ -2757,13 +2757,20 @@ elliptic@^6.0.0:
|
|||
minimalistic-assert "^1.0.0"
|
||||
minimalistic-crypto-utils "^1.0.0"
|
||||
|
||||
emoji-datasource-apple@4.0.0:
|
||||
version "4.0.0"
|
||||
resolved "https://registry.yarnpkg.com/emoji-datasource-apple/-/emoji-datasource-apple-4.0.0.tgz#f31a2cbf9295c66b5cc1e78635ee7b617430a08b"
|
||||
emoji-datasource-apple@4.1.0:
|
||||
version "4.1.0"
|
||||
resolved "https://registry.yarnpkg.com/emoji-datasource-apple/-/emoji-datasource-apple-4.1.0.tgz#e6725311b115144a32fb60043416a755fea30bf5"
|
||||
integrity sha1-5nJTEbEVFEoy+2AENBanVf6jC/U=
|
||||
|
||||
emoji-datasource@4.0.0:
|
||||
version "4.0.0"
|
||||
resolved "https://registry.yarnpkg.com/emoji-datasource/-/emoji-datasource-4.0.0.tgz#3fc9c0c2f4fb321d9291138819f6d100603d3e2f"
|
||||
integrity sha1-P8nAwvT7Mh2SkROIGfbRAGA9Pi8=
|
||||
|
||||
emoji-datasource@4.1.0:
|
||||
version "4.1.0"
|
||||
resolved "https://registry.yarnpkg.com/emoji-datasource/-/emoji-datasource-4.1.0.tgz#b44557f78a2dfac2f350393391b170a567ec28ad"
|
||||
integrity sha1-tEVX94ot+sLzUDkzkbFwpWfsKK0=
|
||||
|
||||
emoji-js@3.4.0:
|
||||
version "3.4.0"
|
||||
|
|
Loading…
Reference in a new issue