Skip to content

Commit 4efc8f3

Browse files
committed
chore: Upgrade remaining packages to latest supported versions
Getting everything else up to date as much as possible. Some additional notes =============== `react-native-charts-wrapper` - Will need to replace this soon too. It hasn't moved to the new architecture yet and probably won't any time soon (no recent commits/updates). The best alternative I'm seeing right now is `react-native-echarts` with the `react-native-skia` renderer. `react-native-paper` - The lead maintainer of this component library has moved to other priorites at Callstack. Updates here, while not stalled, have dramatically slowed down. Replacing the entire component library will be a big lift, so I'm not eager to do this yet, but I may have to somewhat soon. When it comes time to really push on both of these big library migrations, I want to put a big priority on choosing tools that support compatibility with `react-native-windows`, `react-native-macos`, and ideally `react-native-web`. Some of the choices I made during this 0.76 upgrade move the app closer to supporting a Desktop build, and I want to continue that arc.
1 parent d815c9a commit 4efc8f3

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
},
2020
"dependencies": {
2121
"@dr.pogodin/react-native-fs": "^2.30.0",
22-
"@react-native-async-storage/async-storage": "^1.17.11",
23-
"@react-native-community/slider": "^4.4.1",
22+
"@react-native-async-storage/async-storage": "^2.1.0",
23+
"@react-native-community/slider": "^4.5.5",
2424
"@react-native-vector-icons/common": "^11.0.0",
2525
"@react-native-vector-icons/entypo": "^1.0.1",
2626
"@react-native-vector-icons/fontawesome": "^4.7.0",
@@ -34,27 +34,27 @@
3434
"@realm/react": "^0.11.0",
3535
"buffer": "^6.0.3",
3636
"deepmerge": "^3.3.0",
37-
"i18next": "^21.8.9",
38-
"intl-pluralrules": "^1.3.1",
37+
"i18next": "^24.0.2",
38+
"intl-pluralrules": "^2.0.1",
3939
"lodash": "^4.17.21",
4040
"react": "18.3.1",
41-
"react-hooks-global-state": "^2.0.0",
42-
"react-i18next": "^11.17.0",
41+
"react-hooks-global-state": "^2.1.0",
42+
"react-i18next": "^15.1.3",
4343
"react-native-ble-manager": "^12.0.0",
4444
"react-native": "0.76.3",
4545
"react-native-charts-wrapper": "^0.6.0",
46-
"react-native-gesture-handler": "^2.9.0",
47-
"react-native-get-random-values": "^1.8.0",
48-
"react-native-localize": "^2.2.2",
46+
"react-native-gesture-handler": "^2.21.2",
47+
"react-native-get-random-values": "^1.11.0",
48+
"react-native-localize": "^3.3.0",
4949
"react-native-location-status": "^0.2.0",
50-
"react-native-paper": "^5.10.4",
50+
"react-native-paper": "^5.12.5",
5151
"react-native-reanimated": "^3.16.3",
5252
"react-native-safe-area-context": "^4.14.0",
5353
"react-native-screens": "^4.3.0",
54-
"react-native-webview": "^12.0.2",
54+
"react-native-webview": "^13.12.4",
5555
"realm": "^12.14.0",
5656
"solution-analyzer": "^0.1.6",
57-
"uuid": "^9.0.0"
57+
"uuid": "^11.0.3"
5858
},
5959
"devDependencies": {
6060
"@babel/core": "^7.25.2",

0 commit comments

Comments
 (0)