diff --git a/dist/emoji-en-US.json b/dist/emoji-en-US.json index 75070a7..28d9acf 100644 --- a/dist/emoji-en-US.json +++ b/dist/emoji-en-US.json @@ -12447,5 +12447,45 @@ "🏳️‍⚧️": [ "transgender flag", "lgbtq" + ], + "😶‍🌫️": [ + "face in clouds", + "shower", + "steam", + "dream" + ], + "😮‍💨": [ + "face exhaling", + "relieve", + "relief", + "tired", + "sigh" + ], + "😵‍💫": [ + "face with spiral eyes", + "sick", + "ill", + "confused", + "nauseous", + "nausea" + ], + "❤️‍🔥": [ + "heart on fire", + "passionate", + "enthusiastic" + ], + "❤️‍🩹": [ + "mending heart", + "broken heart", + "bandage", + "wounded" + ], + "🧔‍♂️": [ + "man beard", + "facial hair" + ], + "🧔‍♀️": [ + "woman beard", + "facial hair" ] } diff --git a/package-lock.json b/package-lock.json index c4fd430..0b87a86 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "prettier": "^1.18.2", "promptly": "^3.2.0", "tape": "^5.1.1", - "unicode-emoji-json": "^0.2.1", + "unicode-emoji-json": "^0.3.0", "xml2json": "^0.12.0" } }, @@ -797,9 +797,9 @@ "dev": true }, "node_modules/unicode-emoji-json": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/unicode-emoji-json/-/unicode-emoji-json-0.2.1.tgz", - "integrity": "sha512-4X736t5oVw33kPIPo9F0UUQqUY2gEtAwVFFnE7LXfExhPeWO64FahKw6yFb6gps7Ex7cat5LJPemVEzdk8pWug==", + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/unicode-emoji-json/-/unicode-emoji-json-0.3.0.tgz", + "integrity": "sha512-yImheILedqhZtVEEenRELu9AnX347ZTA3bVMWAU5WMUv7pdU2hcfpwo2mKN8Rns9uHLmOZP90/4B4SPS5aF/iw==", "dev": true }, "node_modules/which-boxed-primitive": { @@ -1572,9 +1572,9 @@ } }, "unicode-emoji-json": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/unicode-emoji-json/-/unicode-emoji-json-0.2.1.tgz", - "integrity": "sha512-4X736t5oVw33kPIPo9F0UUQqUY2gEtAwVFFnE7LXfExhPeWO64FahKw6yFb6gps7Ex7cat5LJPemVEzdk8pWug==", + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/unicode-emoji-json/-/unicode-emoji-json-0.3.0.tgz", + "integrity": "sha512-yImheILedqhZtVEEenRELu9AnX347ZTA3bVMWAU5WMUv7pdU2hcfpwo2mKN8Rns9uHLmOZP90/4B4SPS5aF/iw==", "dev": true }, "which-boxed-primitive": { diff --git a/package.json b/package.json index 4b6c277..984f468 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "prettier": "^1.18.2", "promptly": "^3.2.0", "tape": "^5.1.1", - "unicode-emoji-json": "^0.2.1", + "unicode-emoji-json": "^0.3.0", "xml2json": "^0.12.0" } }