mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-17 16:44:49 -04:00
Update dependency typescript to v3.9.5 (#146)
* Update dependency typescript to v3.9.5 * changed > to {'>'}, because typescript >=3.9 does not support > and } in tsx files anymore see https://www.typescriptlang.org/docs/handbook/release-notes/overview.html#-and--are-now-invalid-jsx-text-characters Signed-off-by: Philip Molares <philip.molares@udo.edu> Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Philip Molares <philip.molares@udo.edu>
This commit is contained in:
parent
3c1b06046d
commit
ebfec522b3
3 changed files with 6 additions and 6 deletions
|
@ -159,7 +159,7 @@ export const HelpButton: React.FC = () => {
|
|||
<blockquote><Trans i18nKey='editor.editorToolbar.blockquote'/></blockquote>
|
||||
</td>
|
||||
<td>
|
||||
<pre>> <Trans i18nKey='editor.editorToolbar.blockquote'/></pre>
|
||||
<pre>{'>'} <Trans i18nKey='editor.editorToolbar.blockquote'/></pre>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue