Skip to content

Commit c82e83d

Browse files
committed
Bump example app dependencies
1 parent f061bd1 commit c82e83d

File tree

2 files changed

+370
-344
lines changed

2 files changed

+370
-344
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+
"jwt-decode"
38+
],
39+
"listUnknownPackages": false
40+
}
41+
},
42+
"install": {
43+
"exclude": [
44+
"react-native",
45+
"react-native-safe-area-context"
46+
]
47+
}
3248
}
3349
}

0 commit comments

Comments
 (0)