mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-25 11:16:31 -05: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
|
@ -45,7 +45,7 @@
|
||||||
"react-router-dom": "5.2.0",
|
"react-router-dom": "5.2.0",
|
||||||
"react-scripts": "3.4.1",
|
"react-scripts": "3.4.1",
|
||||||
"redux": "4.0.5",
|
"redux": "4.0.5",
|
||||||
"typescript": "3.7.5"
|
"typescript": "3.9.5"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "react-scripts start",
|
"start": "react-scripts start",
|
||||||
|
|
|
@ -159,7 +159,7 @@ export const HelpButton: React.FC = () => {
|
||||||
<blockquote><Trans i18nKey='editor.editorToolbar.blockquote'/></blockquote>
|
<blockquote><Trans i18nKey='editor.editorToolbar.blockquote'/></blockquote>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<pre>> <Trans i18nKey='editor.editorToolbar.blockquote'/></pre>
|
<pre>{'>'} <Trans i18nKey='editor.editorToolbar.blockquote'/></pre>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
|
@ -11091,10 +11091,10 @@ typedarray@^0.0.6:
|
||||||
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
|
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
|
||||||
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
|
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
|
||||||
|
|
||||||
typescript@3.7.5:
|
typescript@3.9.5:
|
||||||
version "3.7.5"
|
version "3.9.5"
|
||||||
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.7.5.tgz#0692e21f65fd4108b9330238aac11dd2e177a1ae"
|
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.5.tgz#586f0dba300cde8be52dd1ac4f7e1009c1b13f36"
|
||||||
integrity sha512-/P5lkRXkWHNAbcJIiHPfRoKqyd7bsyCma1hZNUGfn20qm64T6ZBlrzprymeu918H+mB/0rIg2gGK/BXkhhYgBw==
|
integrity sha512-hSAifV3k+i6lEoCJ2k6R2Z/rp/H3+8sdmcn5NrS3/3kE7+RyZXm9aqvxWqjEXHAd8b0pShatpcdMTvEdvAJltQ==
|
||||||
|
|
||||||
uncontrollable@^7.0.0:
|
uncontrollable@^7.0.0:
|
||||||
version "7.1.1"
|
version "7.1.1"
|
||||||
|
|
Loading…
Reference in a new issue