Skip to content

Commit 0253332

Browse files
committed
Update dependencies
1 parent 4a67db8 commit 0253332

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

example/ios/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2793,7 +2793,7 @@ SPEC CHECKSUMS:
27932793
RNCAsyncStorage: 29f0230e1a25f36c20b05f65e2eb8958d6526e82
27942794
rnmapbox-maps: ca2b3534f70825712e7c9216bd95503d29b09610
27952795
RNScreens: 0147dda2df66f7b70296645347e1fced1d59defb
2796-
RNVectorIcons: 791f13226ec4a3fd13062eda9e892159f0981fa
2796+
RNVectorIcons: 791f13226ec4a3fd13062eda9e892159f0981fae
27972797
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
27982798
Turf: aa2ede4298009639d10db36aba1a7ebaad072a5e
27992799
Yoga: b01392348aeea02064c21a2762a42893d82b60a7

example/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@
3838
"prop-types": "^15.8.1",
3939
"react": "19.1.0",
4040
"react-native": "0.81.0",
41-
"react-native-safe-area-context": "^5.5.2",
41+
"react-native-safe-area-context": "^5.6.1",
4242
"react-native-screens": "4.15.1",
43-
"react-native-vector-icons": "10.3.0"
43+
"react-native-vector-icons": "^10.3.0"
4444
},
4545
"optionalDependencies": {
4646
"@expo/metro-runtime": "6.1.0",
@@ -61,17 +61,17 @@
6161
"@react-native/eslint-config": "0.81.0",
6262
"@react-native/metro-config": "0.81.0",
6363
"@react-native/typescript-config": "0.81.0",
64-
"@types/prop-types": "^15.7.14",
64+
"@types/prop-types": "^15.7.15",
6565
"@types/react": "^19.0.10",
6666
"@types/react-test-renderer": "^19.0.0",
67-
"babel-jest": "^29.6.3",
67+
"babel-jest": "^30.0.5",
6868
"babel-plugin-module-resolver": "^5.0.2",
6969
"detox": "^20.12.1",
7070
"eslint": "^8.19.0",
7171
"glob-to-regexp": "^0.4.1",
72-
"jest": "^29.7.0",
72+
"jest": "^30.0.5",
7373
"patch-package": "^8.0.0",
74-
"pod-install": "^0.3.9",
74+
"pod-install": "^1.0.1",
7575
"prettier": "^2.8.8",
7676
"react-test-renderer": "19.1.0",
7777
"typescript": "^5.8.3"

0 commit comments

Comments
 (0)