Make WordPress Core

Changeset 50548


Ignore:
Timestamp:
03/18/2021 07:18:12 PM (4 years ago)
Author:
desrosj
Message:

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.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/package-lock.json

    r50546 r50548  
    2272622726        },
    2272722727        "twemoji": {
    22728             "version": "13.0.1",
    22729             "resolved": "https://registry.npmjs.org/twemoji/-/twemoji-13.0.1.tgz",
    22730             "integrity": "sha512-mrTBq+XpCLM4zm76NJOjLHoQNV9mHdBt3Cba/T5lS1rxn8ArwpqE47mqTocupNlkvcLxoeZJjYSUW0DU5ZwqZg==",
     22728            "version": "13.0.2",
     22729            "resolved": "https://registry.npmjs.org/twemoji/-/twemoji-13.0.2.tgz",
     22730            "integrity": "sha512-R9tDS4pEVczjVYM5SvoAJ0AcZ4EgG1h3yw1oi1m/yrXOH17OOjaaRxZU4r5TIHEy3xYbuZQLB/tJZyC6rpQVmA==",
    2273122731            "requires": {
    2273222732                "fs-extra": "^8.0.1",
  • trunk/package.json

    r50546 r50548  
    146146        "react": "16.13.1",
    147147        "react-dom": "16.13.1",
    148         "twemoji": "13.0.1",
     148        "twemoji": "13.0.2",
    149149        "underscore": "1.8.3",
    150150        "whatwg-fetch": "3.0.0"
Note: See TracChangeset for help on using the changeset viewer.