From 9a696d4a90b7204ccd131cd73d91351a80c587b8 Mon Sep 17 00:00:00 2001 From: ttiimmothy Date: Tue, 21 Nov 2023 01:43:12 -0500 Subject: [PATCH] chore: update deps --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6a236e6..7c0cdf4 100644 --- a/package.json +++ b/package.json @@ -12,6 +12,7 @@ "eject": "react-scripts eject" }, "dependencies": { + "@babel/plugin-proposal-private-property-in-object": "^7.21.11", "@reduxjs/toolkit": "^1.9.7", "@supabase/supabase-js": "^2.38.4", "@testing-library/jest-dom": "^5.17.0", @@ -45,7 +46,6 @@ "web-vitals": "^2.1.4" }, "devDependencies": { - "@babel/plugin-proposal-private-property-in-object": "^7.21.11", "@types/google.maps": "^3.54.3", "@types/react-datepicker": "^4.19.1", "tailwindcss": "^3.3.3"