mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Emoji: Update the Twemoji library to version 13.0.2.
This point release does not add any new Emoji and only slightly modifies 14 existing Emoji without changing their meanings. Because of this, the same CDN location (currently `/images/core/emoji/13.0.1`) can be updated with the new versions and sites running WordPress 5.6 or higher will start using the updated versions once their cache expires. See #52852. git-svn-id: https://develop.svn.wordpress.org/trunk@50548 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
6
package-lock.json
generated
6
package-lock.json
generated
@@ -22725,9 +22725,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"twemoji": {
|
||||
"version": "13.0.1",
|
||||
"resolved": "https://registry.npmjs.org/twemoji/-/twemoji-13.0.1.tgz",
|
||||
"integrity": "sha512-mrTBq+XpCLM4zm76NJOjLHoQNV9mHdBt3Cba/T5lS1rxn8ArwpqE47mqTocupNlkvcLxoeZJjYSUW0DU5ZwqZg==",
|
||||
"version": "13.0.2",
|
||||
"resolved": "https://registry.npmjs.org/twemoji/-/twemoji-13.0.2.tgz",
|
||||
"integrity": "sha512-R9tDS4pEVczjVYM5SvoAJ0AcZ4EgG1h3yw1oi1m/yrXOH17OOjaaRxZU4r5TIHEy3xYbuZQLB/tJZyC6rpQVmA==",
|
||||
"requires": {
|
||||
"fs-extra": "^8.0.1",
|
||||
"jsonfile": "^5.0.0",
|
||||
|
||||
@@ -145,7 +145,7 @@
|
||||
"polyfill-library": "3.42.0",
|
||||
"react": "16.13.1",
|
||||
"react-dom": "16.13.1",
|
||||
"twemoji": "13.0.1",
|
||||
"twemoji": "13.0.2",
|
||||
"underscore": "1.8.3",
|
||||
"whatwg-fetch": "3.0.0"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user