mirror of
git://develop.git.wordpress.org/
synced 2025-01-17 12:58:25 +01:00
Emoji: Upgrade Twemoji to 12.1.3.
This point release does not add any images and only slightly modifies a few images without changing their meanings. Because of this, the same CDN location can be used and has been updated. Merges [46665] to the 5.3 branch. Reviewed by desrosj, SergeyBiryukov. Props matstars, desrosj, Otto42, pento. Fixes #48293. git-svn-id: https://develop.svn.wordpress.org/branches/5.3@46667 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
c50d8f1aa8
commit
796f773f44
12
package-lock.json
generated
12
package-lock.json
generated
@ -19935,9 +19935,9 @@
|
||||
"dev": true
|
||||
},
|
||||
"twemoji": {
|
||||
"version": "12.1.2",
|
||||
"resolved": "https://registry.npmjs.org/twemoji/-/twemoji-12.1.2.tgz",
|
||||
"integrity": "sha512-myi1YKL4nXBWorlmHDxHxHTCpel0e0jGtWQwwab0XyCAf3r9PnkZX0c+IAnPW+K6+TKXBJulMRPifeMhiPKYuw==",
|
||||
"version": "12.1.3",
|
||||
"resolved": "https://registry.npmjs.org/twemoji/-/twemoji-12.1.3.tgz",
|
||||
"integrity": "sha512-Y5mC7vVovHZvCzdXDepJaU6FHPd7PaW6ZTBMWy9sGYafLBn1x0h2T6aGA3cpnz3WgWWg2QI+3D+9Rn4Z/ViitQ==",
|
||||
"requires": {
|
||||
"fs-extra": "^8.0.1",
|
||||
"jsonfile": "^5.0.0",
|
||||
@ -19966,9 +19966,9 @@
|
||||
}
|
||||
},
|
||||
"graceful-fs": {
|
||||
"version": "4.2.1",
|
||||
"resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.1.tgz",
|
||||
"integrity": "sha512-b9usnbDGnD928gJB3LrCmxoibr3VE4U2SMo5PBuBnokWyDADTqDPXg4YpwKF1trpH+UbGp7QLicO3+aWEy0+mw=="
|
||||
"version": "4.2.3",
|
||||
"resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.3.tgz",
|
||||
"integrity": "sha512-a30VEBm4PEdx1dRB7MFK7BejejvCvBronbLjht+sHuGYj8PHs7M/5Z+rt5lw551vZ7yfTCj4Vuyy3mSJytDWRQ=="
|
||||
},
|
||||
"jsonfile": {
|
||||
"version": "5.0.0",
|
||||
|
@ -128,7 +128,7 @@
|
||||
"polyfill-library": "3.27.4",
|
||||
"react": "16.9.0",
|
||||
"react-dom": "16.9.0",
|
||||
"twemoji": "12.1.2",
|
||||
"twemoji": "12.1.3",
|
||||
"underscore": "1.8.3",
|
||||
"whatwg-fetch": "3.0.0"
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user