react-input-emoji 5.8.0 → 5.8.1

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-input-emoji",
3
- "version": "5.8.0",
3
+ "version": "5.8.1",
4
4
  "description": "A React input with an option to add an emoji with language support.",
5
5
  "homepage": "https://cesarwbr.github.io/react-input-emoji/",
6
6
  "author": "cesarwbr",
@@ -47,7 +47,7 @@
47
47
  "@testing-library/react": "^11.2.7",
48
48
  "@testing-library/react-hooks": "^7.0.0",
49
49
  "@testing-library/user-event": "^13.1.9",
50
- "@types/emoji-mart": "^3.0.4",
50
+ "@types/emoji-mart": "^3.0.14",
51
51
  "@types/styled-components": "^5.1.9",
52
52
  "@typescript-eslint/eslint-plugin": "^4.19.0",
53
53
  "@typescript-eslint/parser": "^4.19.0",
@@ -76,9 +76,9 @@
76
76
  "dist"
77
77
  ],
78
78
  "dependencies": {
79
- "@emoji-mart/data": "1.1.2",
79
+ "@emoji-mart/data": "1.2.1",
80
80
  "@emoji-mart/react": "1.1.1",
81
- "emoji-mart": "5.5.2",
81
+ "emoji-mart": "5.6.0",
82
82
  "react-easy-emoji": "^1.8.1"
83
83
  }
84
84
  }