Emoji: Upgrade Twemoji to 12.0.1.

As this point release doesn't modify any images, only adding a few missing ones, we don't need to change the CDN location.

Props earnjam.
Fixes #46805.



git-svn-id: https://develop.svn.wordpress.org/trunk@45240 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Gary Pendergast 2019-04-18 02:10:12 +00:00
parent 288116c9ff
commit 0da79e252d
3 changed files with 5 additions and 5 deletions

6
package-lock.json generated
View File

@ -15399,9 +15399,9 @@
"dev": true
},
"twemoji": {
"version": "12.0.0",
"resolved": "https://registry.npmjs.org/twemoji/-/twemoji-12.0.0.tgz",
"integrity": "sha512-WX7ItaFagsZW9YEPNlVf9w50FdwxZK2Bdj3Y0XcDjZ4uLhr3qt/iUoRaLO2/getMhqumhFLR2gVoPLpSBtamJg==",
"version": "12.0.1",
"resolved": "https://registry.npmjs.org/twemoji/-/twemoji-12.0.1.tgz",
"integrity": "sha512-9jFbDzI4M7wQFX++QQp+t9wHupjL0WdOnE2pNAmJwxchQKw0yRhZD8qm+teHJQdeuvZMu9eJR7RVEpZPPbbYPw==",
"requires": {
"twemoji-parser": "12.0.0"
}

View File

@ -109,7 +109,7 @@
"polyfill-library": "3.27.4",
"react": "16.8.4",
"react-dom": "16.8.4",
"twemoji": "12.0.0",
"twemoji": "12.0.1",
"underscore": "1.8.3",
"whatwg-fetch": "3.0.0"
},

File diff suppressed because one or more lines are too long