File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11
11
"pre-build" : " cd build-system/pre-build && webpack && cd .."
12
12
},
13
13
"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 " ,
16
16
"eslint" : " ^7.26.0" ,
17
17
"prettier" : " ^2.3.0" ,
18
18
"prettier-plugin-svelte" : " ^2.3.0" ,
30
30
"eslint-scope" : " ^6.0.0" ,
31
31
"eslint4b" : " ^7.26.0" ,
32
32
"pako" : " ^2.0.3" ,
33
- "svelte" : " ^3.34 .0" ,
33
+ "svelte" : " ^3.41 .0" ,
34
34
"svelte-eslint-parser" : " file:.."
35
35
}
36
36
}
Original file line number Diff line number Diff line change 237
237
{#if started}
238
238
< div class = " eslint-editor-monaco-root eslint-editor-monaco-root--wait" in : loadingTypewriter / >
239
239
{/ if }
240
- {: then _ }
240
+ {: then}
241
241
< div bind: this = {rootElement} class = " eslint-editor-monaco-root" / >
242
242
{/ await }
243
243
You can’t perform that action at this time.
0 commit comments