From e0b46ec0ac3ae90759d30b11a80422ed5555c1be Mon Sep 17 00:00:00 2001 From: Bradley Shellnut Date: Tue, 8 Mar 2022 12:08:13 -0800 Subject: [PATCH] Updating dependencies and changing to use '_' in case we use UUID as the backend ID. --- components/GuestRSVP.js | 12 +- components/PlusOneRSVP.js | 10 +- lib/useForm.js | 6 +- package-lock.json | 708 ++++++++++++++++++++------------------ package.json | 26 +- pages/api/rsvp.js | 2 +- pages/rsvp/[id].js | 20 +- 7 files changed, 414 insertions(+), 370 deletions(-) diff --git a/components/GuestRSVP.js b/components/GuestRSVP.js index 92a30e6..fc19c42 100644 --- a/components/GuestRSVP.js +++ b/components/GuestRSVP.js @@ -82,24 +82,24 @@ export default function GuestRSVP({ guest, inputs, handleChange }) { -