From 900b44d7f46569d0b54dbf9b02f29eca43ece5f0 Mon Sep 17 00:00:00 2001 From: Christiaan Landman Date: Mon, 29 Apr 2024 09:45:42 +0200 Subject: [PATCH] fix: mentioned packages in change file were outdated --- .changeset/clever-kiwis-lay.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.changeset/clever-kiwis-lay.md b/.changeset/clever-kiwis-lay.md index 0b8a7b5b6..27a2443e4 100644 --- a/.changeset/clever-kiwis-lay.md +++ b/.changeset/clever-kiwis-lay.md @@ -1,8 +1,8 @@ --- -"example-vite": patch -"@journeyapps/powersync-react-supabase-todolist": patch -"@journeyapps/powersync-yjs-text-collab-demo": patch -"@journeyapps/powersync-vue": patch +'example-vite': patch +'react-supabase-todolist': patch +'yjs-react-supabase-text-collab': patch +'@powersync/vue': patch --- Updated Vite Demo apps' `include` entries to use nested dependency syntax, fixes issue with CJS nested dependencies.