Skip to content

Commit bf93989

Browse files
committed
Bump project dependencies
1 parent 857e727 commit bf93989

File tree

5 files changed

+1149
-1060
lines changed

5 files changed

+1149
-1060
lines changed

example/package.json

Lines changed: 22 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,37 @@
1313
},
1414
"dependencies": {
1515
"crypto-browserify": "^3.12.1",
16-
"expo": "^53.0.8",
17-
"expo-splash-screen": "~0.30.8",
16+
"expo": "^53.0.10",
17+
"expo-splash-screen": "~0.30.9",
1818
"expo-status-bar": "~2.2.3",
1919
"react": "19.0.0",
2020
"react-dom": "19.0.0",
21-
"react-native": "0.79.2",
22-
"react-native-paper": "^5.14.0",
23-
"react-native-safe-area-context": "^5.4.0",
21+
"react-native": "0.79.3",
22+
"react-native-paper": "^5.14.5",
23+
"react-native-safe-area-context": "^5.4.1",
2424
"react-native-web": "~0.20.0",
2525
"stream-browserify": "^3.0.0"
2626
},
2727
"devDependencies": {
28-
"@babel/core": "^7.27.1",
28+
"@babel/core": "^7.27.4",
2929
"@expo/webpack-config": "^19.0.1",
3030
"babel-loader": "^10.0.0",
3131
"babel-plugin-module-resolver": "^5.0.2"
32+
},
33+
"expo": {
34+
"doctor": {
35+
"reactNativeDirectoryCheck": {
36+
"exclude": [
37+
"crypto-browserify",
38+
"stream-browserify"
39+
],
40+
"listUnknownPackages": false
41+
}
42+
},
43+
"install": {
44+
"exclude": [
45+
"react-native-safe-area-context"
46+
]
47+
}
3248
}
3349
}

0 commit comments

Comments
 (0)