Skip to content

Commit

Permalink
chore: Updated react-native-quick-sqlite depedency to 1.1.5 (#146)
Browse files Browse the repository at this point in the history
Co-authored-by: Christiaan Landman <[email protected]>
  • Loading branch information
Chriztiaan and Christiaan Landman authored Apr 29, 2024
1 parent 9420775 commit bed3be5
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 35 deletions.
8 changes: 8 additions & 0 deletions .changeset/tame-chefs-flash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
"react-native-supabase-group-chat": patch
"react-native-supabase-todolist": patch
"django-react-native-todolist": patch
"@powersync/react-native": patch
---

Updated @journeyapps/react-native-quick-sqlite dependency.
2 changes: 1 addition & 1 deletion demos/django-react-native-todolist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@powersync/react-native": "workspace:*",
"@powersync/react": "workspace:*",
"@powersync/common": "workspace:*",
"@journeyapps/react-native-quick-sqlite": "^1.1.4",
"@journeyapps/react-native-quick-sqlite": "^1.1.5",
"@react-native-community/async-storage": "^1.12.1",
"@react-native-community/masked-view": "^0.1.11",
"@react-navigation/drawer": "^6.6.15",
Expand Down
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 @@
"@powersync/react-native": "workspace:*",
"@powersync/common": "workspace:*",
"@powersync/react": "workspace:*",
"@journeyapps/react-native-quick-sqlite": "1.1.3",
"@journeyapps/react-native-quick-sqlite": "1.1.5",
"@react-native-async-storage/async-storage": "1.21.0",
"@shopify/flash-list": "1.6.3",
"@supabase/supabase-js": "2.39.0",
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 @@ -15,7 +15,7 @@
"@powersync/react": "workspace:*",
"@powersync/common": "workspace:*",
"@powersync/react-native": "workspace:*",
"@journeyapps/react-native-quick-sqlite": "^1.1.4",
"@journeyapps/react-native-quick-sqlite": "^1.1.5",
"@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/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.4",
"@journeyapps/react-native-quick-sqlite": "^1.1.5",
"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.4",
"@journeyapps/react-native-quick-sqlite": "^1.1.5",
"@types/async-lock": "^1.4.0",
"react-native": "0.72.4",
"react": "18.2.0",
Expand Down
53 changes: 23 additions & 30 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit bed3be5

Please sign in to comment.