From 1c0819c6df695e4a0d93a4afe66c27e0a56499d0 Mon Sep 17 00:00:00 2001 From: Evyatar Date: Sat, 6 Jan 2024 17:59:24 +0200 Subject: [PATCH] Update Emoji Picker React --- .gitignore | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index c471b695..e85c9bba 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ node_modules .next -dist \ No newline at end of file +dist +tsconfig.tsbuildinfo \ No newline at end of file diff --git a/package.json b/package.json index 3484898a..ebaf6c30 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ }, "dependencies": { "@vercel/analytics": "^1.1.1", - "emoji-picker-react": "^4.5.14", + "emoji-picker-react": "latest", "next": "13.5.6", "react": "^18", "react-dom": "^18"