Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2328,7 +2328,7 @@ PODS:
- ReactCommon/turbomodule/core
- ReactNativeDependencies
- Yoga
- RNSVG (15.12.1):
- RNSVG (15.15.1):
- hermes-engine
- RCTRequired
- RCTTypeSafety
Expand All @@ -2349,9 +2349,9 @@ PODS:
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- ReactNativeDependencies
- RNSVG/common (= 15.12.1)
- RNSVG/common (= 15.15.1)
- Yoga
- RNSVG/common (15.12.1):
- RNSVG/common (15.15.1):
- hermes-engine
- RCTRequired
- RCTTypeSafety
Expand Down Expand Up @@ -2962,7 +2962,7 @@ SPEC CHECKSUMS:
RNGestureHandler: c3831b3b1b5014c6afab7fff7e4171394a3419ab
RNReanimated: 8315d083516a6690fcdb479b56fca8fabf65a73d
RNScreens: 33bbd1d0f86ed957557620dc94054b71db0a94ee
RNSVG: ac3047fdd9c0ebac9d0b731a352bddf216af6242
RNSVG: f21a6a473945a8f2ffc90b5589ebdf9dfd2309c6
RNWorklets: 76fce72926e28e304afb44f0da23b2d24f2c1fa0
SDWebImage: e9c98383c7572d713c1a0d7dd2783b10599b9838
SDWebImageAVIFCoder: afe194a084e851f70228e4be35ef651df0fc5c57
Expand Down
50 changes: 25 additions & 25 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"expo-system-ui": "~6.0.8",
"expo-web-browser": "~15.0.9",
"inherits": "^2.0.4",
"lucide-react-native": "^0.543.0",
"lucide-react-native": "^0.563.0",
"nativewind": "^4.1.23",
"process": "^0.11.10",
"querystring-es3": "^0.2.1",
Expand All @@ -88,7 +88,7 @@
"react-native-reanimated": "~4.1.1",
"react-native-safe-area-context": "~5.6.0",
"react-native-screens": "~4.16.0",
"react-native-svg": "15.12.1",
"react-native-svg": "^15.15.1",
"react-native-url-polyfill": "^2.0.0",
"react-native-worklets": "0.5.1",
"stream-browserify": "^3.0.0",
Expand All @@ -102,9 +102,9 @@
},
"devDependencies": {
"@expo/ngrok": "^4.1.3",
"@types/node": "^24.10.7",
"@types/react": "~19.1.0",
"eas-cli-local-build-plugin": "^1.0.240",
"@types/node": "^25.1.0",
"@types/react": "^19.2.10",
"eas-cli-local-build-plugin": "^1.0.272",
"eslint": "^9.35.0",
"eslint-config-expo": "~10.0.0",
"expo-mcp": "^0.2.1",
Expand Down
Loading