feat: upgrade to react native 0.73

This commit is contained in:
Lei Nelissen
2024-01-31 22:10:51 +01:00
parent 92cd95745d
commit 7cb4629b4a
29 changed files with 3916 additions and 5619 deletions

View File

@@ -13,47 +13,41 @@
"postinstall": "patch-package"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.17.11",
"@react-native-async-storage/async-storage": "^1.21.0",
"@react-native-community/blur": "^4.3.0",
"@react-native-community/datetimepicker": "^7.6.0",
"@react-native-community/netinfo": "^9.3.6",
"@react-native-community/datetimepicker": "^7.6.2",
"@react-native-community/netinfo": "^11.0.1",
"@react-navigation/bottom-tabs": "^6.4.0",
"@react-navigation/elements": "^1.3.17",
"@react-navigation/native": "^6.0.13",
"@react-navigation/native": "^6.0.8",
"@react-navigation/native-stack": "^6.9.1",
"@react-navigation/stack": "^6.3.4",
"@react-navigation/stack": "^6.2.0",
"@reduxjs/toolkit": "^1.9.0",
"@sentry/react-native": "^4.8.0",
"@shopify/react-native-skia": "^0.1.185",
"@tsconfig/react-native": "^3.0.0",
"@shopify/react-native-skia": "^0.1.237",
"@types/lodash": "^4.14.188",
"date-fns": "^2.29.3",
"events": "^3.3.0",
"fuse.js": "^6.6.2",
"hermes-engine": "^0.11.0",
"i18n-js": "^3.9.2",
"lodash": "^4.17.21",
"patch-package": "^6.5.1",
"react": "18.2.0",
"react-airplay": "^1.2.0",
"react-native": "^0.71.15",
"react-native": "^0.73.0",
"react-native-collapsible": "^1.6.0",
"react-native-dotenv": "^3.4.2",
"react-native-fast-image": "^8.6.3",
"react-native-flipper": "^0.164.0",
"react-native-fs": "^2.20.0",
"react-native-gesture-handler": "^2.9.0",
"react-native-fs": "^2.18.0",
"react-native-gesture-handler": "^2.14.0",
"react-native-localize": "^2.2.4",
"react-native-modal-datetime-picker": "^17.0.0",
"react-native-reanimated": "^3.6.2",
"react-native-safe-area-context": "^4.4.1",
"react-native-screens": "^3.18.2",
"react-native-reanimated": "^3.6.0",
"react-native-safe-area-context": "^4.8.2",
"react-native-screens": "^3.21.0",
"react-native-shadow-2": "^7.0.6",
"react-native-skia": "^0.0.1",
"react-native-svg": "^13.5.0",
"react-native-svg-transformer": "^1.0.0",
"react-native-svg": "^14.0.0",
"react-native-track-player": "^3.2.0",
"react-native-webview": "^11.23.1",
"react-native-webview": "^13.6.1",
"react-redux": "^8.0.5",
"redux": "^4.2.0",
"redux-flipper": "^2.0.2",
@@ -65,8 +59,11 @@
"@babel/core": "^7.20.2",
"@babel/plugin-proposal-numeric-separator": "^7.18.6",
"@babel/runtime": "^7.20.1",
"@react-native-community/eslint-config": "^3.2.0",
"@sentry/cli": "^2.8.1",
"@react-native/eslint-config": "^0.73.2",
"@react-native/metro-config": "^0.73.4",
"@react-native/typescript-config": "^0.74.0",
"@sentry/cli": "^2.27.0",
"@sentry/react-native": "^5.17.0",
"@types/i18n-js": "^3.8.3",
"@types/jest": "^29.2.2",
"@types/node": "^20.3.1",
@@ -78,12 +75,14 @@
"babel-plugin-module-resolver": "^4.1.0",
"eslint": "^8.27.0",
"eslint-plugin-react-hooks": "^4.6.0",
"jest": "^29.3.1",
"metro-config": "^0.73.3",
"jest": "^29.2.1",
"metro-config": "^0.80.0",
"metro-react-native-babel-preset": "^0.73.10",
"metro-react-native-babel-transformer": "^0.73.3",
"react-native-codegen": "^0.72.0",
"react-test-renderer": "^18.2.0",
"react-native-flipper": "^0.212.0",
"react-native-svg-transformer": "^1.3.0",
"react-test-renderer": "18.2.0",
"typescript": "^5.3.3"
},
"jest": {