react-input-emoji 4.1.0 → 4.3.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.es.js +224 -84
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +426 -285
- package/dist/index.js.map +1 -1
- package/package.json +2 -3
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "react-input-emoji",
|
3
|
-
"version": "4.
|
3
|
+
"version": "4.3.0",
|
4
4
|
"description": "A React input with an option to add an emoji",
|
5
5
|
"author": "cesarwbr",
|
6
6
|
"license": "MIT",
|
@@ -56,7 +56,6 @@
|
|
56
56
|
"eslint": "^7.23.0",
|
57
57
|
"eslint-config-google": "^0.14.0",
|
58
58
|
"eslint-config-prettier": "^8.1.0",
|
59
|
-
"eslint-plugin-react": "^7.23.1",
|
60
59
|
"eslint-plugin-react-hooks": "^4.2.0",
|
61
60
|
"gh-pages": "^1.2.0",
|
62
61
|
"jest": "^27.0.4",
|
@@ -78,4 +77,4 @@
|
|
78
77
|
"dependencies": {
|
79
78
|
"emoji-mart": "3.0.1"
|
80
79
|
}
|
81
|
-
}
|
80
|
+
}
|