Skip to content

Commit

Permalink
Upgrade react native quick sqlite to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mugikhan committed Sep 20, 2024
1 parent bafb657 commit f436f3c
Show file tree
Hide file tree
Showing 3 changed files with 29,479 additions and 30,931 deletions.
12 changes: 6 additions & 6 deletions demos/react-native-supabase-todolist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,25 +9,25 @@
},
"dependencies": {
"@azure/core-asynciterator-polyfill": "^1.0.2",
"@expo/vector-icons": "^14.0.0",
"@journeyapps/react-native-quick-sqlite": "^1.3.0",
"@expo/vector-icons": "^14.0.3",
"@journeyapps/react-native-quick-sqlite": "^1.4.0",
"@powersync/attachments": "workspace:*",
"@powersync/common": "workspace:*",
"@powersync/react": "workspace:*",
"@powersync/react-native": "workspace:*",
"@react-native-community/masked-view": "^0.1.11",
"@react-navigation/drawer": "^6.6.3",
"@react-navigation/native": "^6.0.0",
"@supabase/supabase-js": "^2.33.1",
"@supabase/supabase-js": "^2.45.4",
"base64-arraybuffer": "^1.0.2",
"expo": "51.0.27",
"expo": "51.0.32",
"expo-build-properties": "~0.12.5",
"expo-camera": "~15.0.10",
"expo-camera": "~15.0.16",
"expo-constants": "~16.0.2",
"expo-crypto": "~13.0.2",
"expo-file-system": "^17.0.1",
"expo-linking": "~6.3.1",
"expo-router": "3.5.21",
"expo-router": "3.5.23",
"expo-secure-store": "~13.0.1",
"expo-splash-screen": "~0.27.4",
"expo-status-bar": "~1.12.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"homepage": "https://docs.powersync.com/",
"peerDependencies": {
"@journeyapps/react-native-quick-sqlite": "^1.3.0",
"@journeyapps/react-native-quick-sqlite": "^1.4.0",
"@powersync/common": "workspace:^1.18.1",
"react": "*",
"react-native": "*"
Expand All @@ -40,7 +40,7 @@
},
"devDependencies": {
"@craftzdog/react-native-buffer": "^6.0.5",
"@journeyapps/react-native-quick-sqlite": "^1.3.0",
"@journeyapps/react-native-quick-sqlite": "^1.4.0",
"@rollup/plugin-alias": "^5.1.0",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-inject": "^5.0.5",
Expand Down
Loading

0 comments on commit f436f3c

Please sign in to comment.