Skip to content

Commit ff2da74

Browse files
committed
Update demo packages, update scripts
1 parent b94c29f commit ff2da74

File tree

24 files changed

+387
-228
lines changed

24 files changed

+387
-228
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,6 @@ __screenshots__
1313

1414
# Adds a lot of noise to commits
1515
demos/**/pnpm-lock.yaml
16+
17+
# Useful for local development
18+
demos/**/.pnpmfile.cjs

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@
1212
**/assets/**
1313
**/bin/**
1414
**/ios/**
15+
demos/**/pnpmfile.cjs
1516

1617
pnpm-lock.yaml

demos/angular-supabase-todolist/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@angular/router": "^19.2.4",
2525
"@angular/service-worker": "^19.2.4",
2626
"@journeyapps/wa-sqlite": "^1.4.0",
27-
"@powersync/web": "^1.29.1",
27+
"@powersync/web": "^1.30.0",
2828
"@supabase/supabase-js": "^2.44.4",
2929
"rxjs": "~7.8.1",
3030
"tslib": "^2.6.3",

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
"@expo/metro-runtime": "^4.0.1",
1313
"@expo/vector-icons": "^14.0.0",
1414
"@journeyapps/react-native-quick-sqlite": "^2.5.0",
15-
"@powersync/common": "^1.43.1",
15+
"@powersync/common": "^1.44.0",
1616
"@powersync/react": "^1.8.2",
17-
"@powersync/react-native": "^1.27.1",
17+
"@powersync/react-native": "^1.28.0",
1818
"@react-native-community/async-storage": "^1.12.1",
1919
"@react-native-community/masked-view": "^0.1.11",
2020
"@react-navigation/drawer": "^7.1.1",

demos/example-electron/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@mui/x-data-grid": "^6.19.11",
2828
"express": "^4.19.2",
2929
"@powersync/react": "^1.8.2",
30-
"@powersync/web": "^1.29.1",
30+
"@powersync/web": "^1.30.0",
3131
"electron-squirrel-startup": "^1.0.0",
3232
"react": "^18.2.0",
3333
"react-dom": "^18.2.0",

demos/example-nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@mui/icons-material": "^5.15.18",
2020
"@mui/material": "^5.15.18",
2121
"@powersync/react": "^1.8.2",
22-
"@powersync/web": "^1.29.1",
22+
"@powersync/web": "^1.30.0",
2323
"lato-font": "^3.0.0",
2424
"lexical": "^0.15.0",
2525
"next": "14.2.3",

demos/example-vite-encryption/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"test:build": "pnpm build"
1212
},
1313
"dependencies": {
14-
"@powersync/web": "^1.29.1"
14+
"@powersync/web": "^1.30.0"
1515
},
1616
"devDependencies": {
1717
"@swc/core": "~1.6.0",

demos/example-vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"test:build": "pnpm build && vitest run"
1313
},
1414
"dependencies": {
15-
"@powersync/web": "^1.29.1"
15+
"@powersync/web": "^1.30.0"
1616
},
1717
"devDependencies": {
1818
"@swc/core": "~1.6.0",

demos/example-webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"test:build": "pnpm build"
1010
},
1111
"dependencies": {
12-
"@powersync/web": "^1.29.1"
12+
"@powersync/web": "^1.30.0"
1313
},
1414
"devDependencies": {
1515
"@types/webpack": "^5.28.5",

demos/react-multi-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@journeyapps/wa-sqlite": "^1.4.0",
1414
"@powersync/react": "^1.8.2",
15-
"@powersync/web": "^1.29.1",
15+
"@powersync/web": "^1.30.0",
1616
"@supabase/supabase-js": "^2.43.1",
1717
"@vitejs/plugin-react": "^4.2.1",
1818
"@webflow/webflow-cli": "^1.6.9",

0 commit comments

Comments
 (0)