mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-20 02:05:21 -04:00
Update dependency highlight.js to v11 (#1292)
* Update dependency highlight.js to v11 Signed-off-by: Renovate Bot <bot@renovateapp.com> * Migrate code Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de> Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
dca93d6d18
commit
7647475183
5 changed files with 12 additions and 24 deletions
12
src/external-types/highlight.js/core.d.ts
vendored
12
src/external-types/highlight.js/core.d.ts
vendored
|
@ -1,12 +0,0 @@
|
|||
/*
|
||||
SPDX-FileCopyrightText: Copyright (c) 2006, Ivan Sagalaev
|
||||
|
||||
SPDX-License-Identifier: BSD-3-Clause
|
||||
*/
|
||||
declare module 'highlight.js/lib/core' {
|
||||
export = hljs;
|
||||
}
|
||||
|
||||
declare module 'highlight.js/lib/languages/*' {
|
||||
export default function (hljs?: hljs): LanguageDetail;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue