Skip to content

Commit 14b4af6

Browse files
committed
Revert "Bump project dependencies"
This reverts commit bf93989.
1 parent bf93989 commit 14b4af6

File tree

5 files changed

+1060
-1149
lines changed

5 files changed

+1060
-1149
lines changed

example/package.json

Lines changed: 6 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -13,37 +13,21 @@
1313
},
1414
"dependencies": {
1515
"crypto-browserify": "^3.12.1",
16-
"expo": "^53.0.10",
17-
"expo-splash-screen": "~0.30.9",
16+
"expo": "^53.0.8",
17+
"expo-splash-screen": "~0.30.8",
1818
"expo-status-bar": "~2.2.3",
1919
"react": "19.0.0",
2020
"react-dom": "19.0.0",
21-
"react-native": "0.79.3",
22-
"react-native-paper": "^5.14.5",
23-
"react-native-safe-area-context": "^5.4.1",
21+
"react-native": "0.79.2",
22+
"react-native-paper": "^5.14.0",
23+
"react-native-safe-area-context": "^5.4.0",
2424
"react-native-web": "~0.20.0",
2525
"stream-browserify": "^3.0.0"
2626
},
2727
"devDependencies": {
28-
"@babel/core": "^7.27.4",
28+
"@babel/core": "^7.27.1",
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-
}
4832
}
4933
}

0 commit comments

Comments
 (0)