Skip to content

Commit 19f8b1b

Browse files
committed
Freeze tanstack db versions due to breaking API changes between minor versions
1 parent 18d39a7 commit 19f8b1b

File tree

2 files changed

+118
-147
lines changed

2 files changed

+118
-147
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
"@powersync/web": "^1.29.1",
2020
"@powersync/common": "^1.43.1",
2121
"@supabase/supabase-js": "^2.39.7",
22-
"@tanstack/db": "^0.4.17",
23-
"@tanstack/powersync-db-collection": "^0.1.0",
24-
"@tanstack/react-db": "^0.1.39",
22+
"@tanstack/db": "0.4.17",
23+
"@tanstack/powersync-db-collection": "0.1.0",
24+
"@tanstack/react-db": "0.1.39",
2525
"formik": "^2.4.6",
2626
"lodash": "^4.17.21",
2727
"react": "^18.2.0",

0 commit comments

Comments
 (0)