diff --git a/package.json b/package.json index ede8c36..9c6eb39 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "babel-preset-es2015": "6.6.0", "babel-preset-react": "6.5.0", "babel-runtime": "^6.26.0", - "emoji-datasource": "4.0.0", + "emoji-datasource": "4.0.2", "emojilib": "^2.2.1", "inflection": "1.10.0", "jasmine-core": "^2.5.2", diff --git a/src/components/emoji.js b/src/components/emoji.js index 91dbb3a..7f881f5 100644 --- a/src/components/emoji.js +++ b/src/components/emoji.js @@ -4,7 +4,7 @@ import data from '../data' import { getData, getSanitizedData, unifiedToNative } from '../utils' -const SHEET_COLUMNS = 51 +const SHEET_COLUMNS = 52 const _getPosition = props => { var { sheet_x, sheet_y } = _getData(props), diff --git a/yarn.lock b/yarn.lock index 50b8694..73250e5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2410,9 +2410,9 @@ elliptic@^6.0.0: minimalistic-assert "^1.0.0" minimalistic-crypto-utils "^1.0.0" -emoji-datasource@4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/emoji-datasource/-/emoji-datasource-4.0.0.tgz#3fc9c0c2f4fb321d9291138819f6d100603d3e2f" +emoji-datasource@4.0.2: + version "4.0.2" + resolved "https://registry.yarnpkg.com/emoji-datasource/-/emoji-datasource-4.0.2.tgz#74276eb8d681516407ac3e7ef8344678aa915e49" emojilib@^2.2.1: version "2.2.9"