From 20a0fbbcfb5506f95cb545a4aa53360d34732b5b Mon Sep 17 00:00:00 2001 From: castdrian Date: Sun, 14 Jan 2024 21:32:22 +0100 Subject: [PATCH] chore: add pod-install --- apps/mobile/package.json | 21 +++++++++++---------- pnpm-lock.yaml | 11 +++++++++-- 2 files changed, 20 insertions(+), 12 deletions(-) diff --git a/apps/mobile/package.json b/apps/mobile/package.json index 5f09f29..93b97c2 100644 --- a/apps/mobile/package.json +++ b/apps/mobile/package.json @@ -3,21 +3,21 @@ "version": "0.0.1", "private": true, "dependencies": { + "@expo/metro-config": "*", + "@expo/vector-icons": "*", + "@nx/expo": "*", "@testing-library/jest-native": "*", "@testing-library/react-native": "*", - "metro-config": "*", - "react-native": "*", "expo": "*", - "react-native-svg": "*", - "react-native-web": "*", - "@expo/vector-icons": "*", "expo-font": "*", - "react": "*", + "expo-splash-screen": "~0.20.5", "expo-status-bar": "*", - "@nx/expo": "*", - "@expo/metro-config": "*", + "metro-config": "*", + "react": "*", + "react-native": "*", + "react-native-svg": "*", "react-native-svg-transformer": "*", - "expo-splash-screen": "~0.20.5" + "react-native-web": "*" }, "scripts": { "eas-build-pre-install": "cd ../../ && node tools/scripts/eas-build-pre-install.mjs . apps/mobile && cp pnpm-lock.yaml apps/mobile", @@ -26,6 +26,7 @@ "ios": "expo run:ios" }, "devDependencies": { - "@babel/core": "^7.20.0" + "@babel/core": "^7.20.0", + "pod-install": "^0.1.39" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index e6a2bbf..ddd61e2 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -220,6 +220,9 @@ importers: '@babel/core': specifier: ^7.20.0 version: 7.23.7 + pod-install: + specifier: ^0.1.39 + version: 0.1.39 packages: @@ -2068,7 +2071,7 @@ packages: resolution: {integrity: sha512-Y4RpSL9EqaPF+Vd2GrK6r7Xx7Dv0Xdq3AGAD9C0KwV21WqP/scj/dpjxFY+ABwmdhNsFzYXb8fmDyh4tiKenPQ==} dependencies: '@expo/json-file': 8.2.36 - '@expo/spawn-async': 1.7.0 + '@expo/spawn-async': 1.7.2 ansi-regex: 5.0.1 chalk: 4.1.2 find-up: 5.0.0 @@ -2646,7 +2649,6 @@ packages: - debug - detox - eas-cli - - encoding - esbuild - eslint - expo @@ -11105,6 +11107,11 @@ packages: resolution: {integrity: sha512-TRzzuFRRmEoSW/p1KVAmiOgPco2Irlah+bGFCeNfJXxxYGwSw7YwAOAcd7X28K/m5bjBWKsC29KyoMfHbypayg==} engines: {node: '>=12.13.0'} + /pod-install@0.1.39: + resolution: {integrity: sha512-0kVvdLYe0CtfJEr+ISvTMxAEB0UF4JMRToPjuu9xAAq1mEqA2Ql5u7uLWX1m45BMM+7NfU4LnBbnfNjmQE9GCw==} + hasBin: true + dev: true + /portfinder@1.0.32: resolution: {integrity: sha512-on2ZJVVDXRADWE6jnQaX0ioEylzgBpQk8r55NE4wjXW1ZxO+BgDlY6DXwj20i0V8eB4SenDQ00WEaxfiIQPcxg==} engines: {node: '>= 0.12.0'}