diff --git a/.github/workflows/build-apps.yml b/.github/workflows/build-apps.yml index 873150af..c0aae509 100644 --- a/.github/workflows/build-apps.yml +++ b/.github/workflows/build-apps.yml @@ -192,7 +192,7 @@ jobs: run: bun run prebuild - name: 🔧 Setup Xcode - uses: maxim-lobanov/setup-xcode@v1 + uses: maxim-lobanov/setup-xcode@60606e260d2fc5762a71e64e74b2174e8ea3c8bd # v1 with: xcode-version: "26.0.1" diff --git a/bun.lock b/bun.lock index dd10c6b7..075131bb 100644 --- a/bun.lock +++ b/bun.lock @@ -1,5 +1,6 @@ { "lockfileVersion": 1, + "configVersion": 0, "workspaces": { "": { "name": "streamyfin", @@ -85,20 +86,20 @@ "zod": "^4.1.3", }, "devDependencies": { - "@babel/core": "^7.28.5", - "@biomejs/biome": "^2.3.5", - "@react-native-community/cli": "^20.0.2", - "@react-native-tvos/config-tv": "^0.1.4", - "@types/jest": "^30.0.0", - "@types/lodash": "^4.17.20", + "@babel/core": "7.28.5", + "@biomejs/biome": "2.3.5", + "@react-native-community/cli": "20.0.2", + "@react-native-tvos/config-tv": "0.1.4", + "@types/jest": "30.0.0", + "@types/lodash": "4.17.20", "@types/react": "~19.1.10", - "@types/react-test-renderer": "^19.0.0", - "cross-env": "^10.1.0", - "expo-doctor": "^1.17.11", - "husky": "^9.1.7", - "lint-staged": "^16.2.6", + "@types/react-test-renderer": "19.1.0", + "cross-env": "10.1.0", + "expo-doctor": "1.17.11", + "husky": "9.1.7", + "lint-staged": "16.2.6", "react-test-renderer": "19.1.1", - "typescript": "~5.9.3", + "typescript": "5.9.3", }, }, }, diff --git a/package.json b/package.json index 6748b2d6..c226b7a0 100644 --- a/package.json +++ b/package.json @@ -103,20 +103,20 @@ "zod": "^4.1.3" }, "devDependencies": { - "@babel/core": "^7.28.5", - "@biomejs/biome": "^2.3.5", - "@react-native-community/cli": "^20.0.2", - "@react-native-tvos/config-tv": "^0.1.4", - "@types/jest": "^30.0.0", - "@types/lodash": "^4.17.20", + "@babel/core": "7.28.5", + "@biomejs/biome": "2.3.5", + "@react-native-community/cli": "20.0.2", + "@react-native-tvos/config-tv": "0.1.4", + "@types/jest": "30.0.0", + "@types/lodash": "4.17.20", "@types/react": "~19.1.10", - "@types/react-test-renderer": "^19.0.0", - "cross-env": "^10.1.0", - "expo-doctor": "^1.17.11", - "husky": "^9.1.7", - "lint-staged": "^16.2.6", + "@types/react-test-renderer": "19.1.0", + "cross-env": "10.1.0", + "expo-doctor": "1.17.11", + "husky": "9.1.7", + "lint-staged": "16.2.6", "react-test-renderer": "19.1.1", - "typescript": "~5.9.3" + "typescript": "5.9.3" }, "expo": { "doctor": {