Skip to content

Commit c205aea

Browse files
committed
chore: align shopping list example dependency versions
Match the React Native shopping-list example with the workspace React and TanStack package versions so Sherif passes in CI. Made-with: Cursor
1 parent 45481f8 commit c205aea

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

examples/react-native/shopping-list/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,22 @@
1515
"dependencies": {
1616
"@electric-sql/client": "^1.5.13",
1717
"@expo/metro-runtime": "~5.0.5",
18-
"@react-native-async-storage/async-storage": "2.1.2",
1918
"@op-engineering/op-sqlite": "^15.2.5",
19+
"@react-native-async-storage/async-storage": "2.1.2",
2020
"@react-native-community/netinfo": "11.4.1",
2121
"@tanstack/db": "workspace:*",
2222
"@tanstack/db-react-native-sqlite-persisted-collection": "workspace:*",
2323
"@tanstack/electric-db-collection": "workspace:*",
24-
"@tanstack/offline-transactions": "^1.0.21",
25-
"@tanstack/react-db": "^0.1.74",
24+
"@tanstack/offline-transactions": "^1.0.24",
25+
"@tanstack/react-db": "^0.1.77",
2626
"@tanstack/react-query": "^5.90.20",
2727
"expo": "~53.0.26",
2828
"expo-constants": "~17.1.0",
2929
"expo-linking": "~7.1.0",
3030
"expo-router": "~5.1.11",
3131
"expo-status-bar": "~2.2.0",
3232
"metro": "0.82.5",
33-
"react": "19.0.0",
33+
"react": "^19.2.4",
3434
"react-native": "0.79.6",
3535
"react-native-safe-area-context": "5.4.0",
3636
"react-native-screens": "~4.11.1"

0 commit comments

Comments
 (0)