diff --git a/bun.lock b/bun.lock index 7c04e81..268ee18 100644 --- a/bun.lock +++ b/bun.lock @@ -8,7 +8,7 @@ "@expo/metro-runtime": "~6.1.2", "@expo/vector-icons": "^15.0.3", "@gorhom/bottom-sheet": "^5.2.8", - "@react-navigation/drawer": "^7.7.10", + "@react-navigation/drawer": "^7.5.0", "@react-navigation/elements": "^2.9.3", "@tanstack/react-query": "^5.90.12", "@trpc/client": "^11.8.1", diff --git a/mise.toml b/mise.toml index 6a0493c..a05b611 100644 --- a/mise.toml +++ b/mise.toml @@ -1,2 +1,3 @@ [tools] -node = "22" +node = "latest" +"npm:eas-cli" = "latest" diff --git a/package.json b/package.json index 814c7b5..a14fd87 100644 --- a/package.json +++ b/package.json @@ -11,18 +11,13 @@ "android": "expo run:android", "ios": "expo run:ios", "web": "expo start --web", - "prepare": "husky", - "build:development": "eas build --profile development --platform all", - "build:preview": "eas build --profile preview", - "build:production": "eas build --profile production", - "submit:ios": "eas submit --platform ios", - "submit:android": "eas submit --platform android" + "prepare": "husky" }, "dependencies": { "@expo/metro-runtime": "~6.1.2", "@expo/vector-icons": "^15.0.3", "@gorhom/bottom-sheet": "^5.2.8", - "@react-navigation/drawer": "^7.7.10", + "@react-navigation/drawer": "^7.5.0", "@react-navigation/elements": "^2.9.3", "@tanstack/react-query": "^5.90.12", "@trpc/client": "^11.8.1", @@ -61,7 +56,6 @@ "@testing-library/jest-dom": "^6.9.1", "@types/node": "^25.0.3", "@types/react": "~19.1.10", - "eas-cli": "^16.28.0", "husky": "^9.1.7", "tailwind-merge": "^3.4.0", "tailwind-variants": "3.2.2",