format phone number and clamp message preview to 2 lines in conversations list
This commit is contained in:
@ -49,12 +49,15 @@
|
||||
"@prisma/client": "2.29.1",
|
||||
"@react-aria/interactions": "3.5.1",
|
||||
"@tailwindcss/forms": "0.3.3",
|
||||
"@tailwindcss/line-clamp": "0.2.1",
|
||||
"@tailwindcss/typography": "0.4.1",
|
||||
"@twilio/voice-sdk": "2.0.1",
|
||||
"awesome-phonenumber": "2.57.0",
|
||||
"blitz": "0.38.6",
|
||||
"clsx": "1.1.1",
|
||||
"got": "11.8.2",
|
||||
"jotai": "1.3.0",
|
||||
"luxon": "2.0.2",
|
||||
"next-pwa": "5.3.1",
|
||||
"pino": "6.13.0",
|
||||
"pino-pretty": "5.1.3",
|
||||
@ -73,6 +76,7 @@
|
||||
"zod": "3.7.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/luxon": "2.0.1",
|
||||
"@types/pino": "6.3.11",
|
||||
"@types/preview-email": "2.0.1",
|
||||
"@types/react": "17.0.19",
|
||||
|
Reference in New Issue
Block a user