Skip to content

Commit

Permalink
- Update twemoji to 14.0.1
Browse files Browse the repository at this point in the history
- Bump version to 0.5.0
  • Loading branch information
ZxMYS committed Mar 25, 2022
1 parent b1ae30d commit 0973ecc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-twemoji",
"version": "0.4.1",
"version": "0.5.0",
"description": "A React wrapper for Twemoji",
"keyword": [
"emoji",
Expand Down Expand Up @@ -63,7 +63,7 @@
"dependencies": {
"lodash.isequal": "^4.5.0",
"prop-types": "^15.7.2",
"twemoji": "13.1.1"
"twemoji": "14.0.1"
},
"peerDependencies": {
"react": ">=16.4.2"
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4840,17 +4840,17 @@ [email protected]:
version "0.0.0"
resolved "https://registry.yarnpkg.com/tty-browserify/-/tty-browserify-0.0.0.tgz#a157ba402da24e9bf957f9aa69d524eed42901a6"

twemoji-parser@13.1.0:
version "13.1.0"
resolved "https://registry.yarnpkg.com/twemoji-parser/-/twemoji-parser-13.1.0.tgz#65e7e449c59258791b22ac0b37077349127e3ea4"
twemoji-parser@14.0.0:
version "14.0.0"
resolved "https://registry.yarnpkg.com/twemoji-parser/-/twemoji-parser-14.0.0.tgz#13dabcb6d3a261d9efbf58a1666b182033bf2b62"

twemoji@13.1.1:
version "13.1.1"
resolved "https://registry.yarnpkg.com/twemoji/-/twemoji-13.1.1.tgz#6e31409908bb5383cdb1d09c9c8e7856aa6e2e3b"
twemoji@14.0.1:
version "14.0.1"
resolved "https://registry.yarnpkg.com/twemoji/-/twemoji-14.0.1.tgz#0640887ef149403ae577081cbc2480a026e55ed6"
dependencies:
fs-extra "^8.0.1"
jsonfile "^5.0.0"
twemoji-parser "13.1.0"
twemoji-parser "14.0.0"
universalify "^0.1.2"

type-check@~0.3.2:
Expand Down

0 comments on commit 0973ecc

Please sign in to comment.