Update emoji-datasource to 4.0.2
parent
453f723d5e
commit
e4977e4f0d
|
@ -41,7 +41,7 @@
|
||||||
"babel-preset-es2015": "6.6.0",
|
"babel-preset-es2015": "6.6.0",
|
||||||
"babel-preset-react": "6.5.0",
|
"babel-preset-react": "6.5.0",
|
||||||
"babel-runtime": "^6.26.0",
|
"babel-runtime": "^6.26.0",
|
||||||
"emoji-datasource": "4.0.0",
|
"emoji-datasource": "4.0.2",
|
||||||
"emojilib": "^2.2.1",
|
"emojilib": "^2.2.1",
|
||||||
"inflection": "1.10.0",
|
"inflection": "1.10.0",
|
||||||
"jasmine-core": "^2.5.2",
|
"jasmine-core": "^2.5.2",
|
||||||
|
|
|
@ -4,7 +4,7 @@ import data from '../data'
|
||||||
|
|
||||||
import { getData, getSanitizedData, unifiedToNative } from '../utils'
|
import { getData, getSanitizedData, unifiedToNative } from '../utils'
|
||||||
|
|
||||||
const SHEET_COLUMNS = 51
|
const SHEET_COLUMNS = 52
|
||||||
|
|
||||||
const _getPosition = props => {
|
const _getPosition = props => {
|
||||||
var { sheet_x, sheet_y } = _getData(props),
|
var { sheet_x, sheet_y } = _getData(props),
|
||||||
|
|
|
@ -2410,9 +2410,9 @@ elliptic@^6.0.0:
|
||||||
minimalistic-assert "^1.0.0"
|
minimalistic-assert "^1.0.0"
|
||||||
minimalistic-crypto-utils "^1.0.0"
|
minimalistic-crypto-utils "^1.0.0"
|
||||||
|
|
||||||
emoji-datasource@4.0.0:
|
emoji-datasource@4.0.2:
|
||||||
version "4.0.0"
|
version "4.0.2"
|
||||||
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.2.tgz#74276eb8d681516407ac3e7ef8344678aa915e49"
|
||||||
|
|
||||||
emojilib@^2.2.1:
|
emojilib@^2.2.1:
|
||||||
version "2.2.9"
|
version "2.2.9"
|
||||||
|
|
Loading…
Reference in New Issue