Skip to content

Commit 1cee29a

Browse files
committed
Upgrade deps for demo
1 parent 94be8b7 commit 1cee29a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

explorer-v2/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"pre-build": "cd build-system/pre-build && webpack && cd .."
1212
},
1313
"devDependencies": {
14-
"@sveltejs/adapter-static": "^1.0.0-next.10",
15-
"@sveltejs/kit": "^1.0.0-next.108",
14+
"@sveltejs/adapter-static": "^1.0.0-next.13",
15+
"@sveltejs/kit": "^1.0.0-next.138",
1616
"eslint": "^7.26.0",
1717
"prettier": "^2.3.0",
1818
"prettier-plugin-svelte": "^2.3.0",
@@ -30,7 +30,7 @@
3030
"eslint-scope": "^6.0.0",
3131
"eslint4b": "^7.26.0",
3232
"pako": "^2.0.3",
33-
"svelte": "^3.34.0",
33+
"svelte": "^3.41.0",
3434
"svelte-eslint-parser": "file:.."
3535
}
3636
}

explorer-v2/src/lib/MonacoEditor.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@
237237
{#if started}
238238
<div class="eslint-editor-monaco-root eslint-editor-monaco-root--wait" in:loadingTypewriter />
239239
{/if}
240-
{:then _}
240+
{:then}
241241
<div bind:this={rootElement} class="eslint-editor-monaco-root" />
242242
{/await}
243243

0 commit comments

Comments
 (0)