chore: add pod-install

This commit is contained in:
castdrian
2024-01-14 21:32:22 +01:00
parent 9238d58900
commit 20a0fbbcfb
2 changed files with 20 additions and 12 deletions

View File

@@ -3,21 +3,21 @@
"version": "0.0.1", "version": "0.0.1",
"private": true, "private": true,
"dependencies": { "dependencies": {
"@expo/metro-config": "*",
"@expo/vector-icons": "*",
"@nx/expo": "*",
"@testing-library/jest-native": "*", "@testing-library/jest-native": "*",
"@testing-library/react-native": "*", "@testing-library/react-native": "*",
"metro-config": "*",
"react-native": "*",
"expo": "*", "expo": "*",
"react-native-svg": "*",
"react-native-web": "*",
"@expo/vector-icons": "*",
"expo-font": "*", "expo-font": "*",
"react": "*", "expo-splash-screen": "~0.20.5",
"expo-status-bar": "*", "expo-status-bar": "*",
"@nx/expo": "*", "metro-config": "*",
"@expo/metro-config": "*", "react": "*",
"react-native": "*",
"react-native-svg": "*",
"react-native-svg-transformer": "*", "react-native-svg-transformer": "*",
"expo-splash-screen": "~0.20.5" "react-native-web": "*"
}, },
"scripts": { "scripts": {
"eas-build-pre-install": "cd ../../ && node tools/scripts/eas-build-pre-install.mjs . apps/mobile && cp pnpm-lock.yaml apps/mobile", "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" "ios": "expo run:ios"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.20.0" "@babel/core": "^7.20.0",
"pod-install": "^0.1.39"
} }
} }

11
pnpm-lock.yaml generated
View File

@@ -220,6 +220,9 @@ importers:
'@babel/core': '@babel/core':
specifier: ^7.20.0 specifier: ^7.20.0
version: 7.23.7 version: 7.23.7
pod-install:
specifier: ^0.1.39
version: 0.1.39
packages: packages:
@@ -2068,7 +2071,7 @@ packages:
resolution: {integrity: sha512-Y4RpSL9EqaPF+Vd2GrK6r7Xx7Dv0Xdq3AGAD9C0KwV21WqP/scj/dpjxFY+ABwmdhNsFzYXb8fmDyh4tiKenPQ==} resolution: {integrity: sha512-Y4RpSL9EqaPF+Vd2GrK6r7Xx7Dv0Xdq3AGAD9C0KwV21WqP/scj/dpjxFY+ABwmdhNsFzYXb8fmDyh4tiKenPQ==}
dependencies: dependencies:
'@expo/json-file': 8.2.36 '@expo/json-file': 8.2.36
'@expo/spawn-async': 1.7.0 '@expo/spawn-async': 1.7.2
ansi-regex: 5.0.1 ansi-regex: 5.0.1
chalk: 4.1.2 chalk: 4.1.2
find-up: 5.0.0 find-up: 5.0.0
@@ -2646,7 +2649,6 @@ packages:
- debug - debug
- detox - detox
- eas-cli - eas-cli
- encoding
- esbuild - esbuild
- eslint - eslint
- expo - expo
@@ -11105,6 +11107,11 @@ packages:
resolution: {integrity: sha512-TRzzuFRRmEoSW/p1KVAmiOgPco2Irlah+bGFCeNfJXxxYGwSw7YwAOAcd7X28K/m5bjBWKsC29KyoMfHbypayg==} resolution: {integrity: sha512-TRzzuFRRmEoSW/p1KVAmiOgPco2Irlah+bGFCeNfJXxxYGwSw7YwAOAcd7X28K/m5bjBWKsC29KyoMfHbypayg==}
engines: {node: '>=12.13.0'} engines: {node: '>=12.13.0'}
/pod-install@0.1.39:
resolution: {integrity: sha512-0kVvdLYe0CtfJEr+ISvTMxAEB0UF4JMRToPjuu9xAAq1mEqA2Ql5u7uLWX1m45BMM+7NfU4LnBbnfNjmQE9GCw==}
hasBin: true
dev: true
/portfinder@1.0.32: /portfinder@1.0.32:
resolution: {integrity: sha512-on2ZJVVDXRADWE6jnQaX0ioEylzgBpQk8r55NE4wjXW1ZxO+BgDlY6DXwj20i0V8eB4SenDQ00WEaxfiIQPcxg==} resolution: {integrity: sha512-on2ZJVVDXRADWE6jnQaX0ioEylzgBpQk8r55NE4wjXW1ZxO+BgDlY6DXwj20i0V8eB4SenDQ00WEaxfiIQPcxg==}
engines: {node: '>= 0.12.0'} engines: {node: '>= 0.12.0'}