Skip to content

Commit

Permalink
upgrade packages
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxAst committed Aug 4, 2024
1 parent b8d213e commit f04e4fb
Show file tree
Hide file tree
Showing 14 changed files with 6,148 additions and 5,219 deletions.
995 changes: 507 additions & 488 deletions examples/basic/package-lock.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions examples/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
"prebuild": "expo prebuild -p ios --clean"
},
"dependencies": {
"expo": "~51.0.8",
"expo-dev-client": "~4.0.14",
"expo-splash-screen": "~0.27.4",
"expo": "~51.0.24",
"expo-dev-client": "~4.0.21",
"expo-splash-screen": "~0.27.5",
"expo-status-bar": "~1.12.1",
"react": "18.2.0",
"react-native": "0.74.1"
"react-native": "0.74.3"
},
"devDependencies": {
"@babel/core": "^7.24.6",
"@babel/core": "^7.25.2",
"@types/react": "~18.2.79",
"typescript": "~5.3.3"
},
Expand Down
1,991 changes: 1,039 additions & 952 deletions examples/with-file/package-lock.json

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions examples/with-file/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,22 @@
"prebuild": "expo prebuild -p ios --clean"
},
"dependencies": {
"expo": "~51.0.8",
"expo-dev-client": "~4.0.14",
"expo-splash-screen": "~0.27.4",
"expo": "~51.0.24",
"expo-dev-client": "~4.0.21",
"expo-splash-screen": "~0.27.5",
"expo-status-bar": "~1.12.1",
"expo-updates": "^0.25.14",
"expo-updates": "^0.25.21",
"react": "18.2.0",
"react-native": "0.74.1",
"react-native": "0.74.3",
"zod": "^3.23.8",
"expo-router": "~3.5.14",
"react-native-safe-area-context": "4.10.1",
"expo-router": "~3.5.20",
"react-native-safe-area-context": "4.10.5",
"react-native-screens": "3.31.1",
"expo-linking": "~6.3.1",
"expo-constants": "~16.0.1"
"expo-constants": "~16.0.2"
},
"devDependencies": {
"@babel/core": "^7.24.6",
"@babel/core": "^7.25.2",
"@types/react": "~18.2.79",
"typescript": "~5.3.3"
},
Expand Down
1,766 changes: 1,246 additions & 520 deletions examples/with-firebase/package-lock.json

Large diffs are not rendered by default.

22 changes: 11 additions & 11 deletions examples/with-firebase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,22 @@
"prebuild": "expo prebuild -p ios --clean"
},
"dependencies": {
"@react-native-firebase/app": "^20.0.0",
"@react-native-firebase/auth": "^20.0.0",
"@react-native-firebase/firestore": "^20.0.0",
"expo": "~51.0.8",
"expo-build-properties": "~0.12.1",
"expo-dev-client": "~4.0.14",
"expo-splash-screen": "~0.27.4",
"@react-native-firebase/app": "^20.3.0",
"@react-native-firebase/auth": "^20.3.0",
"@react-native-firebase/firestore": "^20.3.0",
"expo": "~51.0.24",
"expo-build-properties": "~0.12.4",
"expo-dev-client": "~4.0.21",
"expo-splash-screen": "~0.27.5",
"expo-status-bar": "~1.12.1",
"react": "18.2.0",
"react-native": "0.74.1",
"react-native": "0.74.3",
"zod": "^3.23.8",
"expo-apple-authentication": "~6.4.1",
"expo-constants": "~16.0.1"
"expo-apple-authentication": "~6.4.2",
"expo-constants": "~16.0.2"
},
"devDependencies": {
"@babel/core": "^7.24.6",
"@babel/core": "^7.25.2",
"@types/react": "~18.2.79",
"typescript": "~5.3.3"
},
Expand Down
Loading

0 comments on commit f04e4fb

Please sign in to comment.