react-input-emoji 4.3.0 → 5.0.1

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,7 +1,8 @@
1
1
  {
2
2
  "name": "react-input-emoji",
3
- "version": "4.3.0",
3
+ "version": "5.0.1",
4
4
  "description": "A React input with an option to add an emoji",
5
+ "homepage": "https://cesarwbr.github.io/react-input-emoji/",
5
6
  "author": "cesarwbr",
6
7
  "license": "MIT",
7
8
  "repository": "cesarwbr/react-input-emoji",
@@ -75,6 +76,8 @@
75
76
  "dist"
76
77
  ],
77
78
  "dependencies": {
78
- "emoji-mart": "3.0.1"
79
+ "@emoji-mart/data": "1.1.2",
80
+ "@emoji-mart/react": "1.1.1",
81
+ "emoji-mart": "5.5.2"
79
82
  }
80
83
  }