This commit is contained in:
Jorrin
2024-01-22 19:55:23 +01:00
parent 37d21eea56
commit 910c3f4b3b
3 changed files with 509 additions and 667 deletions

View File

@@ -16,7 +16,7 @@
"@testing-library/react-native": "*", "@testing-library/react-native": "*",
"expo": "*", "expo": "*",
"expo-font": "^11.4.0", "expo-font": "^11.4.0",
"expo-linking": "^6.0.0", "expo-linking": "^5.0.2",
"expo-router": "^2.0.14", "expo-router": "^2.0.14",
"expo-splash-screen": "~0.20.5", "expo-splash-screen": "~0.20.5",
"expo-status-bar": "*", "expo-status-bar": "*",
@@ -32,7 +32,16 @@
"react-native-screens": "^3.29.0", "react-native-screens": "^3.29.0",
"react-native-svg": "*", "react-native-svg": "*",
"react-native-svg-transformer": "*", "react-native-svg-transformer": "*",
"react-native-web": "^0.19.10" "react-native-web": "^0.19.10",
"@rnx-kit/metro-config": "*",
"@rnx-kit/metro-resolver-symlinks": "*",
"@types/react": "*",
"eslint-plugin-react": "*",
"eslint-plugin-react-hooks": "*",
"jest": "*",
"jest-expo": "*",
"react-test-renderer": "*",
"typescript": "*"
}, },
"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",

View File

@@ -19,7 +19,7 @@
"@testing-library/react-native": "~12.3.0", "@testing-library/react-native": "~12.3.0",
"@types/jest": "^29.4.0", "@types/jest": "^29.4.0",
"@types/node": "18.16.9", "@types/node": "18.16.9",
"@types/react": "18.0.28", "@types/react": "18.2.14",
"@typescript-eslint/eslint-plugin": "^6.18.1", "@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1", "@typescript-eslint/parser": "^6.18.1",
"babel-jest": "^29.4.1", "babel-jest": "^29.4.1",

1161
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff