Remove obsolete emoji via a new fork of emoji-panel (#1893)

In many cases this removes generic emoji in favor of new gendered
options (one of which was a copy of the previous generic emoji anyway).
This commit is contained in:
Scott Nonnenberg 2017-12-14 11:30:41 -08:00 committed by GitHub
parent 5c5fdaaed5
commit 18ee8a3557
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View file

@ -166,7 +166,7 @@
"electron-updater": "^2.16.1", "electron-updater": "^2.16.1",
"emoji-datasource-apple": "^4.0.0", "emoji-datasource-apple": "^4.0.0",
"emoji-js": "^3.4.0", "emoji-js": "^3.4.0",
"emoji-panel": "https://github.com/liliakai/emoji-panel.git#4e6bdd8", "emoji-panel": "https://github.com/scottnonnenberg/emoji-panel.git#v0.5.5",
"google-libphonenumber": "^3.0.7", "google-libphonenumber": "^3.0.7",
"lodash": "^4.17.4", "lodash": "^4.17.4",
"mkdirp": "^0.5.1", "mkdirp": "^0.5.1",

View file

@ -1212,7 +1212,7 @@ emoji-datasource-apple@^4.0.0:
version "4.0.0" version "4.0.0"
resolved "https://registry.yarnpkg.com/emoji-datasource-apple/-/emoji-datasource-apple-4.0.0.tgz#f31a2cbf9295c66b5cc1e78635ee7b617430a08b" resolved "https://registry.yarnpkg.com/emoji-datasource-apple/-/emoji-datasource-apple-4.0.0.tgz#f31a2cbf9295c66b5cc1e78635ee7b617430a08b"
emoji-datasource@4.0.0, emoji-datasource@4.0.x: emoji-datasource@4.0.0:
version "4.0.0" version "4.0.0"
resolved "https://registry.yarnpkg.com/emoji-datasource/-/emoji-datasource-4.0.0.tgz#3fc9c0c2f4fb321d9291138819f6d100603d3e2f" resolved "https://registry.yarnpkg.com/emoji-datasource/-/emoji-datasource-4.0.0.tgz#3fc9c0c2f4fb321d9291138819f6d100603d3e2f"
@ -1222,11 +1222,11 @@ emoji-js@^3.4.0:
dependencies: dependencies:
emoji-datasource "4.0.0" emoji-datasource "4.0.0"
"emoji-panel@https://github.com/liliakai/emoji-panel.git#4e6bdd8": "emoji-panel@https://github.com/scottnonnenberg/emoji-panel.git#v0.5.5":
version "0.5.4" version "0.5.5"
resolved "https://github.com/liliakai/emoji-panel.git#4e6bdd8546eb5f59d17abf9fd9643946c8947e6d" resolved "https://github.com/scottnonnenberg/emoji-panel.git#81e236e03458a44d4a174ab5f367cb4b9b1b2f97"
dependencies: dependencies:
emoji-datasource "4.0.x" emoji-datasource "4.0.0"
encoding@^0.1.11: encoding@^0.1.11:
version "0.1.12" version "0.1.12"