Skip to content

Commit f97370c

Browse files
authored
Dependency cleanup (#9293)
2 parents 9e5abab + afad96a commit f97370c

9 files changed

Lines changed: 11 additions & 513 deletions

File tree

apps/build-docs/package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@
2020
"archiver": "7.0.1",
2121
"fs-extra": "11.3.4",
2222
"js-yaml": "4.1.1",
23-
"react": "19.2.4",
24-
"react-dom": "19.2.4",
2523
"typedoc": "0.28.18",
2624
"typedoc-plugin-missing-exports": "4.1.2"
2725
}

apps/client/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
"@maplibre/maplibre-gl-leaflet": "0.1.3",
2828
"@mermaid-js/layout-elk": "0.2.1",
2929
"@mind-elixir/node-menu": "5.0.1",
30-
"@popperjs/core": "2.11.8",
3130
"@preact/signals": "2.9.0",
3231
"@triliumnext/ckeditor5": "workspace:*",
3332
"@triliumnext/codemirror": "workspace:*",
@@ -53,7 +52,6 @@
5352
"dompurify": "3.3.3",
5453
"draggabilly": "3.0.0",
5554
"force-graph": "1.51.2",
56-
"globals": "17.4.0",
5755
"i18next": "26.0.3",
5856
"i18next-http-backend": "3.0.4",
5957
"jquery": "4.0.0",
@@ -66,7 +64,6 @@
6664
"marked": "17.0.5",
6765
"mermaid": "11.14.0",
6866
"mind-elixir": "5.10.0",
69-
"normalize.css": "8.0.1",
7067
"panzoom": "9.4.4",
7168
"preact": "10.29.0",
7269
"react-i18next": "17.0.2",

apps/server/package.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,6 @@
7979
"archiver": "7.0.1",
8080
"async-mutex": "0.5.0",
8181
"axios": "1.14.0",
82-
"bindings": "1.5.0",
83-
"bootstrap": "5.3.8",
8482
"chardet": "2.1.1",
8583
"cheerio": "1.2.0",
8684
"chokidar": "5.0.0",
@@ -92,7 +90,6 @@
9290
"debug": "4.4.3",
9391
"ejs": "5.0.1",
9492
"electron": "41.1.1",
95-
"electron-debug": "4.1.0",
9693
"electron-window-state": "5.0.3",
9794
"escape-html": "1.0.3",
9895
"express": "5.2.1",
@@ -114,7 +111,6 @@
114111
"is-animated": "2.0.2",
115112
"is-svg": "6.1.0",
116113
"jimp": "1.6.0",
117-
"lorem-ipsum": "2.0.8",
118114
"marked": "17.0.5",
119115
"mime-types": "3.0.2",
120116
"multer": "2.1.1",
@@ -130,7 +126,6 @@
130126
"strip-bom": "5.0.0",
131127
"striptags": "3.2.0",
132128
"supertest": "7.2.2",
133-
"swagger-jsdoc": "6.2.8",
134129
"tesseract.js": "7.0.0",
135130
"time2fa": "1.4.2",
136131
"tmp": "0.2.5",

apps/website/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
},
1111
"dependencies": {
1212
"i18next": "26.0.3",
13-
"i18next-http-backend": "3.0.4",
1413
"preact": "10.29.0",
1514
"preact-iso": "2.11.1",
1615
"preact-render-to-string": "6.6.7",

packages/ckeditor5/package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,5 @@
1414
"@triliumnext/ckeditor5-mermaid": "workspace:*",
1515
"ckeditor5": "48.0.0",
1616
"ckeditor5-premium-features": "48.0.0"
17-
},
18-
"devDependencies": {
19-
"@smithy/middleware-retry": "4.4.46",
20-
"@types/jquery": "4.0.0"
2117
}
2218
}

packages/codemirror/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@
5252
"codemirror-lang-elixir": "4.0.1",
5353
"codemirror-lang-hcl": "0.1.0",
5454
"codemirror-lang-mermaid": "0.5.0",
55-
"eslint-linter-browserify": "10.1.0"
55+
"@eslint/js": "9.39.4",
56+
"eslint-linter-browserify": "10.1.0",
57+
"globals": "17.4.0"
5658
}
5759
}

packages/commons/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
},
1717
"dependencies": {
1818
"dayjs": "1.11.20",
19-
"dayjs-plugin-utc": "0.1.2",
2019
"marked": "17.0.5"
2120
}
2221
}

packages/express-partial-content/package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,5 @@
1111
"206",
1212
"stream",
1313
"typescript"
14-
],
15-
"dependencies": {
16-
"tslib": "2.8.1"
17-
}
14+
]
1815
}

0 commit comments

Comments
 (0)