react-input-emoji 4.3.0 → 5.0.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.es.js +37031 -46579
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +37032 -46580
- package/dist/index.js.map +1 -1
- package/package.json +4 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "react-input-emoji",
|
3
|
-
"version": "
|
3
|
+
"version": "5.0.0",
|
4
4
|
"description": "A React input with an option to add an emoji",
|
5
5
|
"author": "cesarwbr",
|
6
6
|
"license": "MIT",
|
@@ -75,6 +75,8 @@
|
|
75
75
|
"dist"
|
76
76
|
],
|
77
77
|
"dependencies": {
|
78
|
-
"emoji-mart": "
|
78
|
+
"@emoji-mart/data": "1.1.2",
|
79
|
+
"@emoji-mart/react": "1.1.1",
|
80
|
+
"emoji-mart": "5.5.2"
|
79
81
|
}
|
80
82
|
}
|