dependencies: update

This commit is contained in:
Philipp Kühn
2021-09-14 21:29:00 +02:00
parent 5ca860a21a
commit 2ec53efb91
15 changed files with 348 additions and 68 deletions

View File

@@ -69,7 +69,6 @@
class="overflow-visible p-4"
:language="debugJSON && showDebug ? 'js' : getFileExtension(currentFile.name)"
:code="debugJSON && showDebug ? debugJSON : currentFile.content"
key="debug"
/>
</div>