Skip to content

Commit 18d39a7

Browse files
committed
Add lockfile + resolve phantom deps
1 parent e350018 commit 18d39a7

File tree

2 files changed

+7054
-2
lines changed

2 files changed

+7054
-2
lines changed

demos/yjs-react-supabase-text-collab/package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,13 @@
99
"start": "pnpm build && pnpm preview"
1010
},
1111
"dependencies": {
12-
"@powersync/react": "^1.8.2",
13-
"@powersync/web": "^1.29.1",
12+
"@emotion/react": "^11.14.0",
13+
"@emotion/styled": "^11.14.1",
1414
"@journeyapps/wa-sqlite": "^1.3.2",
1515
"@mui/material": "^5.15.12",
1616
"@mui/x-data-grid": "^6.19.6",
17+
"@powersync/react": "^1.8.2",
18+
"@powersync/web": "^1.29.1",
1719
"@supabase/supabase-js": "^2.39.8",
1820
"@tiptap/extension-collaboration": "2.2.2",
1921
"@tiptap/extension-collaboration-cursor": "2.2.2",
@@ -38,8 +40,10 @@
3840
"@types/react": "^18.2.65",
3941
"@types/react-dom": "^18.2.21",
4042
"@types/uuid": "9.0.8",
43+
"@vitejs/plugin-react": "^5.1.2",
4144
"autoprefixer": "^10.4.18",
4245
"postcss": "^8.4.35",
46+
"sass-embedded": "^1.93.3",
4347
"style-loader": "^3.3.4",
4448
"supabase": "1.142.2",
4549
"vite": "^5.1.6",

0 commit comments

Comments
 (0)