diff --git a/FastNotes/package-lock.json b/FastNotes/package-lock.json index c11f763..dee9808 100644 --- a/FastNotes/package-lock.json +++ b/FastNotes/package-lock.json @@ -16,6 +16,7 @@ "@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", @@ -6531,6 +6532,15 @@ "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 9dc2704..9640f7f 100644 --- a/FastNotes/package.json +++ b/FastNotes/package.json @@ -23,6 +23,7 @@ "@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",