Skip to content

[Demos] Update react-native-quick-sqlite #89

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion demos/react-native-supabase-group-chat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@journeyapps/powersync-sdk-react-native": "workspace:*",
"@journeyapps/powersync-sdk-common": "workspace:*",
"@journeyapps/powersync-react": "workspace:*",
"@journeyapps/react-native-quick-sqlite": "1.1.1",
"@journeyapps/react-native-quick-sqlite": "1.1.2",
"@react-native-async-storage/async-storage": "1.21.0",
"@shopify/flash-list": "1.6.3",
"@supabase/supabase-js": "2.39.0",
Expand Down
4 changes: 2 additions & 2 deletions demos/react-native-supabase-todolist/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -921,7 +921,7 @@ PODS:
- React-Core
- react-native-get-random-values (1.10.0):
- React-Core
- react-native-quick-sqlite (1.1.1):
- react-native-quick-sqlite (1.1.2):
- powersync-sqlite-core (~> 0.1.6)
- React
- React-callinvoker
Expand Down Expand Up @@ -1382,7 +1382,7 @@ SPEC CHECKSUMS:
React-Mapbuffer: 9ee041e1d7be96da6d76a251f92e72b711c651d6
react-native-encrypted-storage: db300a3f2f0aba1e818417c1c0a6be549038deb7
react-native-get-random-values: 384787fd76976f5aec9465aff6fa9e9129af1e74
react-native-quick-sqlite: b99b264d738643c12545519cffa449513a3a7c28
react-native-quick-sqlite: a31ed88c8c78722f9eb6f959161ffb783bc6436e
react-native-safe-area-context: 0ee144a6170530ccc37a0fd9388e28d06f516a89
React-nativeconfig: d753fbbc8cecc8ae413d615599ac378bbf6999bb
React-NativeModulesApple: 964f4eeab1b4325e8b6a799cf4444c3fd4eb0a9c
Expand Down
2 changes: 1 addition & 1 deletion demos/react-native-supabase-todolist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@journeyapps/powersync-react": "workspace:*",
"@journeyapps/powersync-sdk-common": "workspace:*",
"@journeyapps/powersync-sdk-react-native": "workspace:*",
"@journeyapps/react-native-quick-sqlite": "^1.1.0",
"@journeyapps/react-native-quick-sqlite": "^1.1.2",
"@react-native-community/masked-view": "^0.1.11",
"@react-navigation/drawer": "^6.6.3",
"@react-navigation/native": "^6.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/powersync-sdk-react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"homepage": "https://docs.powersync.com/",
"peerDependencies": {
"@journeyapps/react-native-quick-sqlite": "^1.1.1",
"@journeyapps/react-native-quick-sqlite": "^1.1.2",
"base-64": "^1.0.0",
"react": "*",
"react-native": "*",
Expand All @@ -44,7 +44,7 @@
"async-lock": "^1.4.0"
},
"devDependencies": {
"@journeyapps/react-native-quick-sqlite": "^1.1.1",
"@journeyapps/react-native-quick-sqlite": "^1.1.2",
"@types/async-lock": "^1.4.0",
"react-native": "0.72.4",
"react": "18.2.0",
Expand Down
Loading