Skip to content

Commit cec3074

Browse files
committed
Aligning react native versions.
1 parent ddc0bd1 commit cec3074

File tree

9 files changed

+345
-1828
lines changed

9 files changed

+345
-1828
lines changed

demos/django-react-native-todolist/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@react-navigation/drawer": "^7.1.1",
2121
"@react-navigation/native": "^7.0.14",
2222
"@supabase/supabase-js": "^2.42.4",
23-
"expo": "~52.0.42",
23+
"expo": "52.0.46",
2424
"expo-build-properties": "~0.13.2",
2525
"expo-constants": "~17.0.8",
2626
"expo-linking": "~7.0.5",

demos/react-native-barebones-opsqlite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@powersync/react-native": "workspace:*",
1717
"@powersync/react": "workspace:*",
1818
"react": "18.3.1",
19-
"react-native": "0.77.0"
19+
"react-native": "0.76.9"
2020
},
2121
"devDependencies": {
2222
"@babel/core": "^7.26.7",

demos/react-native-supabase-group-chat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"@tamagui/lucide-icons": "1.79.6",
3737
"@tamagui/theme-base": "1.79.6",
3838
"date-fns": "^2.30.0",
39-
"expo": "~52.0.42",
39+
"expo": "52.0.46",
4040
"expo-build-properties": "~0.13.2",
4141
"expo-crypto": "~14.0.2",
4242
"expo-dev-client": "~5.0.20",

demos/react-native-supabase-todolist/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@
2222
"@rneui/themed": "4.0.0-rc.8",
2323
"@supabase/supabase-js": "~2.33.1",
2424
"base64-arraybuffer": "^1.0.2",
25-
"expo": "52.0.42",
25+
"expo": "52.0.46",
2626
"expo-build-properties": "~0.13.2",
2727
"expo-camera": "~16.0.18",
2828
"expo-constants": "~17.0.8",
2929
"expo-crypto": "~14.0.2",
30-
"expo-file-system": "^18.0.12",
30+
"expo-file-system": "18.0.12",
3131
"expo-linking": "~7.0.5",
32-
"expo-router": "4.0.20",
32+
"expo-router": "4.0.21",
3333
"expo-secure-store": "~14.0.1",
3434
"expo-splash-screen": "~0.29.22",
3535
"expo-status-bar": "~2.0.1",

demos/react-native-web-supabase-todolist/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@supabase/supabase-js": "^2.45.4",
2727
"@tanstack/react-query": "^5.66.0",
2828
"base64-arraybuffer": "^1.0.2",
29-
"expo": "~52.0.42",
29+
"expo": "52.0.46",
3030
"expo-blur": "~14.0.3",
3131
"expo-camera": "~16.0.18",
3232
"expo-constants": "~17.0.5",

packages/powersync-op-sqlite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
"eslint-plugin-prettier": "^5.0.1",
8686
"prettier": "^3.0.3",
8787
"react": "18.3.1",
88-
"react-native": "0.75.3",
88+
"react-native": "0.76.9",
8989
"react-native-builder-bob": "^0.30.2",
9090
"turbo": "^1.10.7"
9191
},

packages/react-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"async-lock": "^1.4.0",
5959
"bson": "^6.6.0",
6060
"react": "18.3.1",
61-
"react-native": "0.72.4",
61+
"react-native": "0.76.9",
6262
"react-native-fetch-api": "^3.0.0",
6363
"rollup": "4.14.3",
6464
"text-encoding": "^0.7.0",

pnpm-lock.yaml

Lines changed: 335 additions & 1818 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/powersynctests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"chance": "^1.1.9",
2222
"mocha": "^10.8.2",
2323
"react": "19.0.0",
24-
"react-native": "0.78.0",
24+
"react-native": "0.76.9",
2525
"react-native-get-random-values": "^1.11.0",
2626
"react-native-paper": "^5.13.1",
2727
"react-native-vector-icons": "^10.2.0",

0 commit comments

Comments
 (0)