diff --git a/FastNotes/package-lock.json b/FastNotes/package-lock.json index dee9808..c11f763 100644 --- a/FastNotes/package-lock.json +++ b/FastNotes/package-lock.json @@ -16,7 +16,6 @@ "@supabase/supabase-js": "^2.98.0", "async-storage": "^0.1.0", "deno": "^2.7.6", - "eas": "^0.1.0", "expo": "~54.0.33", "expo-blur": "~15.0.8", "expo-constants": "~18.0.13", @@ -6532,15 +6531,6 @@ "node": ">= 0.4" } }, - "node_modules/eas": { - "version": "0.1.0", - "resolved": "https://registry.npmjs.org/eas/-/eas-0.1.0.tgz", - "integrity": "sha512-w88fTTTkfDLHwcaVW8wiYjOtnBBToguzc6AyIldD1vOrCRTKxhQEDS8oIE7nWeSJ+kCoIeoHd79Mhwvntydixg==", - "license": "Apache-2.0", - "engines": { - "node": ">=0.10.0" - } - }, "node_modules/ee-first": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", diff --git a/FastNotes/package.json b/FastNotes/package.json index 9640f7f..9dc2704 100644 --- a/FastNotes/package.json +++ b/FastNotes/package.json @@ -23,7 +23,6 @@ "@supabase/supabase-js": "^2.98.0", "async-storage": "^0.1.0", "deno": "^2.7.6", - "eas": "^0.1.0", "expo": "~54.0.33", "expo-blur": "~15.0.8", "expo-constants": "~18.0.13",