mirror of
https://github.com/zadam/trilium.git
synced 2025-11-09 13:21:33 +08:00
chore(deps): explicit dependency on highlight.js
This commit is contained in:
parent
9ec08fd63f
commit
6d4c57f136
2 changed files with 4 additions and 0 deletions
|
|
@ -24,6 +24,7 @@
|
|||
"@triliumnext/ckeditor5": "workspace:*",
|
||||
"@triliumnext/codemirror": "workspace:*",
|
||||
"@triliumnext/commons": "workspace:*",
|
||||
"@triliumnext/highlightjs": "workspace:*",
|
||||
"autocomplete.js": "0.38.1",
|
||||
"bootstrap": "5.3.6",
|
||||
"boxicons": "2.1.4",
|
||||
|
|
|
|||
3
pnpm-lock.yaml
generated
3
pnpm-lock.yaml
generated
|
|
@ -209,6 +209,9 @@ importers:
|
|||
'@triliumnext/commons':
|
||||
specifier: workspace:*
|
||||
version: link:../../packages/commons
|
||||
'@triliumnext/highlightjs':
|
||||
specifier: workspace:*
|
||||
version: link:../../packages/highlightjs
|
||||
autocomplete.js:
|
||||
specifier: 0.38.1
|
||||
version: 0.38.1
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue