Skip to content

Commit c52715e

Browse files
committed
Fix reverted react-native-quick-sqlite versions
1 parent ae64cc8 commit c52715e

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@azure/core-asynciterator-polyfill": "^1.0.2",
1212
"@expo/metro-runtime": "^4.0.1",
1313
"@expo/vector-icons": "^14.0.0",
14-
"@journeyapps/react-native-quick-sqlite": "^2.4.9",
14+
"@journeyapps/react-native-quick-sqlite": "^2.5.0",
1515
"@powersync/common": "^1.43.1",
1616
"@powersync/react": "^1.8.2",
1717
"@powersync/react-native": "^1.27.1",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@azure/core-asynciterator-polyfill": "^1.0.2",
2323
"@expo/vector-icons": "^15.0.3",
2424
"@faker-js/faker": "^10.1.0",
25-
"@journeyapps/react-native-quick-sqlite": "^2.4.11",
25+
"@journeyapps/react-native-quick-sqlite": "^2.5.0",
2626
"@powersync/react-native": "^1.27.1",
2727
"@react-native-async-storage/async-storage": "2.2.0",
2828
"@react-navigation/bottom-tabs": "^7.4.0",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"dependencies": {
1212
"@azure/core-asynciterator-polyfill": "^1.0.2",
1313
"@expo/vector-icons": "^14.0.3",
14-
"@journeyapps/react-native-quick-sqlite": "^2.4.9",
14+
"@journeyapps/react-native-quick-sqlite": "^2.5.0",
1515
"@powersync/attachments": "^2.4.1",
1616
"@powersync/common": "^1.43.1",
1717
"@powersync/react": "^1.8.2",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@azure/core-asynciterator-polyfill": "^1.0.2",
1414
"@expo/metro-runtime": "^4.0.1",
1515
"@expo/vector-icons": "^14.0.4",
16-
"@journeyapps/react-native-quick-sqlite": "^2.4.9",
16+
"@journeyapps/react-native-quick-sqlite": "^2.5.0",
1717
"@journeyapps/wa-sqlite": "^1.4.0",
1818
"@powersync/attachments": "^2.4.1",
1919
"@powersync/react": "^1.8.2",

packages/react-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"homepage": "https://docs.powersync.com/",
3434
"peerDependencies": {
35-
"@journeyapps/react-native-quick-sqlite": "^2.4.9",
35+
"@journeyapps/react-native-quick-sqlite": "^2.5.0",
3636
"@powersync/common": "workspace:^1.44.0",
3737
"react": "*",
3838
"react-native": "*"

0 commit comments

Comments
 (0)