Upgrade all packages

Closes #23.
This commit is contained in:
Brandon Presley 2022-09-19 13:20:58 +12:00
parent d05c815a79
commit fdb0355aaa
3 changed files with 1216 additions and 557 deletions

View File

@ -6,7 +6,6 @@ import com.facebook.react.*
import com.facebook.react.config.ReactFeatureFlags
import com.facebook.soloader.SoLoader
import com.massive.newarchitecture.MainApplicationReactNativeHost
import org.pgsqlite.SQLitePluginPackage
import java.lang.reflect.InvocationTargetException
class MainApplication : Application(), ReactApplication {
@ -17,7 +16,6 @@ class MainApplication : Application(), ReactApplication {
override fun getPackages(): List<ReactPackage> {
val packages: MutableList<ReactPackage> = PackageList(this).packages
packages.add(SQLitePluginPackage())
packages.add(MassivePackage())
return packages
}

View File

@ -12,32 +12,32 @@
"prepare": "husky install"
},
"dependencies": {
"@babel/preset-env": "^7.1.6",
"@react-native-masked-view/masked-view": "^0.2.6",
"@babel/preset-env": "^7.19.1",
"@react-native-masked-view/masked-view": "^0.2.7",
"@react-native-picker/picker": "^2.4.4",
"@react-navigation/drawer": "^6.4.3",
"@react-navigation/native": "^6.0.10",
"@react-navigation/stack": "^6.2.2",
"@react-navigation/drawer": "^6.5.0",
"@react-navigation/native": "^6.0.13",
"@react-navigation/stack": "^6.3.0",
"@types/d3-shape": "^3.1.0",
"@types/react-native-sqlite-storage": "^5.0.2",
"@types/react-native-svg-charts": "^5.0.12",
"@types/react-native-vector-icons": "^6.4.11",
"@types/react-native-vector-icons": "^6.4.12",
"babel-plugin-transform-remove-console": "^6.9.4",
"react": "18.0.0",
"react-native": "0.69.1",
"react": "^18.2.0",
"react-native": "^0.70.1",
"react-native-document-picker": "^8.1.1",
"react-native-file-access": "^2.4.3",
"react-native-gesture-handler": "^2.5.0",
"react-native-file-access": "^2.5.0",
"react-native-gesture-handler": "^2.6.1",
"react-native-linear-gradient": "^2.6.2",
"react-native-pager-view": "^5.4.24",
"react-native-paper": "^4.12.2",
"react-native-pager-view": "^6.0.0",
"react-native-paper": "^4.12.4",
"react-native-picker-select": "^8.0.4",
"react-native-reanimated": "^2.9.0",
"react-native-safe-area-context": "^4.3.1",
"react-native-screens": "^3.14.0",
"react-native-reanimated": "^2.10.0",
"react-native-safe-area-context": "^4.3.3",
"react-native-screens": "^3.17.0",
"react-native-share": "^7.9.0",
"react-native-sqlite-storage": "^6.0.1",
"react-native-svg": "^12.3.0",
"react-native-svg": "^13.2.0",
"react-native-svg-charts": "^5.4.0",
"react-native-vector-icons": "^9.2.0",
"react-native-view-shot": "^3.4.0"

1739
yarn.lock

File diff suppressed because it is too large Load Diff