Skip to content

Commit

Permalink
chore(lib): update twemoji 13.0.0 -> 14.0.2 and emoji-data 5.0.1 -> 1…
Browse files Browse the repository at this point in the history
…4.0.0
  • Loading branch information
dillonzq committed May 7, 2022
1 parent bf0a521 commit b4169f3
Show file tree
Hide file tree
Showing 14 changed files with 3,338 additions and 3,332 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ Thanks to the authors of following resources included in the theme:
* [lazysizes](https://github.com/aFarkas/lazysizes)
* [object-fit-images](https://github.com/fregante/object-fit-images)
* [Twemoji](https://github.com/twitter/twemoji)
* [emoji-data](https://github.com/iamcal/emoji-data)
* [lightgallery.js](https://github.com/sachinchoolur/lightgallery.js)
* [clipboard.js](https://github.com/zenorocha/clipboard.js)
* [Sharer.js](https://github.com/ellisonleao/sharer.js)
Expand Down
1 change: 1 addition & 0 deletions README.zh-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ LoveIt 主题中用到了以下项目,感谢它们的作者:
* [lazysizes](https://github.com/aFarkas/lazysizes)
* [object-fit-images](https://github.com/fregante/object-fit-images)
* [Twemoji](https://github.com/twitter/twemoji)
* [emoji-data](https://github.com/iamcal/emoji-data)
* [lightgallery.js](https://github.com/sachinchoolur/lightgallery.js)
* [clipboard.js](https://github.com/zenorocha/clipboard.js)
* [Sharer.js](https://github.com/ellisonleao/sharer.js)
Expand Down
4 changes: 2 additions & 2 deletions assets/data/cdn/jsdelivr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ libFiles:
lazysizesParentFitJS: [email protected]/plugins/parent-fit/ls.parent-fit.min.js
# [email protected] https://github.com/fregante/object-fit-images
objectFitImagesJS: [email protected]/dist/ofi.min.js
# twemoji@13.0.0 https://github.com/twitter/twemoji
twemojiJS: twemoji@13.0.0/dist/twemoji.min.js
# twemoji@14.0.2 https://github.com/twitter/twemoji
twemojiJS: twemoji@14.0.2/dist/twemoji.min.js
# [email protected] https://github.com/sachinchoolur/lightgallery.js
# [email protected] https://github.com/sachinchoolur/lg-thumbnail.js
# [email protected] https://github.com/sachinchoolur/lg-zoom.js
Expand Down
2 changes: 1 addition & 1 deletion assets/data/emoji/apple.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
emojiCDN: 'https://cdn.jsdelivr.net/npm/emoji-datasource-apple@5.0.1/img/apple/64/'
emojiCDN: 'https://cdn.jsdelivr.net/npm/emoji-datasource-apple@14.0.0/img/apple/64/'
emojiMaps:
'100': 1f4af.png
grinning: 1f600.png
Expand Down
2 changes: 1 addition & 1 deletion assets/data/emoji/facebook.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
emojiCDN: 'https://cdn.jsdelivr.net/npm/emoji-datasource-facebook@5.0.1/img/facebook/64/'
emojiCDN: 'https://cdn.jsdelivr.net/npm/emoji-datasource-facebook@14.0.0/img/facebook/64/'
emojiMaps:
'100': 1f4af.png
grinning: 1f600.png
Expand Down
2 changes: 1 addition & 1 deletion assets/data/emoji/google.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
emojiCDN: 'https://cdn.jsdelivr.net/npm/emoji-datasource-google@5.0.1/img/google/64/'
emojiCDN: 'https://cdn.jsdelivr.net/npm/emoji-datasource-google@14.0.0/img/google/64/'
emojiMaps:
'100': 1f4af.png
grinning: 1f600.png
Expand Down
2 changes: 1 addition & 1 deletion assets/data/emoji/twitter.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
emojiCDN: 'https://cdn.jsdelivr.net/npm/emoji-datasource-twitter@5.0.1/img/twitter/64/'
emojiCDN: 'https://cdn.jsdelivr.net/npm/emoji-datasource-twitter@14.0.0/img/twitter/64/'
emojiMaps:
'100': 1f4af.png
grinning: 1f600.png
Expand Down
3 changes: 2 additions & 1 deletion assets/lib/VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ [email protected] https://lunrjs.com/
[email protected] https://github.com/algolia/algoliasearch-client-javascript
[email protected] https://github.com/aFarkas/lazysizes
[email protected] https://github.com/fregante/object-fit-images
[email protected] https://github.com/twitter/twemoji
[email protected] https://github.com/twitter/twemoji
[email protected] https://github.com/iamcal/emoji-data
[email protected] https://github.com/sachinchoolur/lightgallery.js
[email protected] https://github.com/sachinchoolur/lg-thumbnail.js
[email protected] https://github.com/sachinchoolur/lg-zoom.js
Expand Down
2 changes: 1 addition & 1 deletion assets/lib/twemoji/twemoji.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions exampleSite/content/about/index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ Thanks to the authors of following resources included in the theme:
* [lazysizes](https://github.com/aFarkas/lazysizes)
* [object-fit-images](https://github.com/fregante/object-fit-images)
* [Twemoji](https://github.com/twitter/twemoji)
* [emoji-data](https://github.com/iamcal/emoji-data)
* [lightgallery.js](https://github.com/sachinchoolur/lightgallery.js)
* [clipboard.js](https://github.com/zenorocha/clipboard.js)
* [Sharer.js](https://github.com/ellisonleao/sharer.js)
Expand Down
1 change: 1 addition & 0 deletions exampleSite/content/about/index.zh-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ LoveIt 主题中用到了以下项目,感谢它们的作者:
* [lazysizes](https://github.com/aFarkas/lazysizes)
* [object-fit-images](https://github.com/fregante/object-fit-images)
* [Twemoji](https://github.com/twitter/twemoji)
* [emoji-data](https://github.com/iamcal/emoji-data)
* [lightgallery.js](https://github.com/sachinchoolur/lightgallery.js)
* [clipboard.js](https://github.com/zenorocha/clipboard.js)
* [Sharer.js](https://github.com/ellisonleao/sharer.js)
Expand Down
1 change: 1 addition & 0 deletions exampleSite/content/posts/emoji-support/index.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ resources:
tags: ["emoji"]
categories: ["Markdown"]

twemoji: false
lightgallery: true
---

Expand Down
1 change: 1 addition & 0 deletions exampleSite/content/posts/emoji-support/index.zh-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ resources:
tags: ["emoji"]
categories: ["Markdown"]

twemoji: false
lightgallery: true
---

Expand Down
Loading

0 comments on commit b4169f3

Please sign in to comment.