Skip to content

Commit c9cc9a5

Browse files
committed
Remove some unused dependencies.
1 parent 526806b commit c9cc9a5

File tree

2 files changed

+77
-747
lines changed

2 files changed

+77
-747
lines changed

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

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,9 @@
99
"start": "pnpm build && pnpm preview"
1010
},
1111
"dependencies": {
12-
"@emotion/react": "^11.11.4",
13-
"@emotion/styled": "^11.11.0",
14-
"@fontsource/roboto": "^5.0.12",
1512
"@powersync/react": "workspace:*",
1613
"@powersync/web": "workspace:*",
1714
"@journeyapps/wa-sqlite": "^1.2.0",
18-
"@lexical/react": "^0.11.3",
19-
"@mui/icons-material": "^5.15.12",
2015
"@mui/material": "^5.15.12",
2116
"@mui/x-data-grid": "^6.19.6",
2217
"@supabase/supabase-js": "^2.39.8",
@@ -27,31 +22,19 @@
2722
"@tiptap/extension-task-list": "2.2.2",
2823
"@tiptap/react": "2.2.2",
2924
"@tiptap/starter-kit": "2.2.2",
30-
"d3": "^7.8.5",
31-
"fast-glob": "^3.3.2",
32-
"formik": "^2.4.5",
33-
"highlight.js": "^11.9.0",
3425
"js-logger": "^1.6.1",
3526
"lato-font": "^3.0.0",
36-
"lexical": "^0.11.3",
3727
"lib0": "^0.2.91",
38-
"lodash": "^4.17.21",
39-
"lowlight": "^2.9.0",
4028
"react": "^18.2.0",
4129
"react-dom": "^18.2.0",
4230
"react-router": "^6.22.3",
4331
"react-router-dom": "^6.22.3",
4432
"remixicon": "^2.5.0",
45-
"shiki": "^0.10.1",
46-
"simplify-js": "^1.2.4",
4733
"uuid": "^9.0.1",
48-
"y-prosemirror": "1.0.20",
49-
"y-protocols": "1.0.6",
5034
"yjs": "^13.6.14"
5135
},
5236
"devDependencies": {
5337
"@swc/core": "~1.6.0",
54-
"@types/lodash": "^4.17.0",
5538
"@types/node": "^20.11.26",
5639
"@types/react": "^18.2.65",
5740
"@types/react-dom": "^18.2.21",

0 commit comments

Comments
 (0)