Commit a6c0547 1 parent 6aded29 commit a6c0547 Copy full SHA for a6c0547
File tree 3 files changed +11
-11
lines changed
3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 37
37
},
38
38
"flat" : true ,
39
39
"dependencies" : {
40
- "lit-html" : " ^0.13 .0" ,
40
+ "lit-html" : " ^0.14 .0" ,
41
41
"skatejs" : " ^5.2.4"
42
42
}
43
43
}
Original file line number Diff line number Diff line change 1
1
/*********************************************
2
- * VIEW DIRECTIVES (from lit-html >= v0.11.1 )
2
+ * VIEW DIRECTIVES (from lit-html >= v0.14.0 )
3
3
*********************************************/
4
4
import { directive } from '../../../lit-html/lit-html.js' ;
5
5
import { asyncAppend } from '../../../lit-html/directives/async-append.js' ;
6
6
import { asyncReplace } from '../../../lit-html/directives/async-replace.js' ;
7
- import { classMap } from '../../../lit-html/directives/classMap.js' ;
7
+ import { cache } from '../../../lit-html/directives/cache.js' ;
8
+ import { classMap } from '../../../lit-html/directives/class-map.js' ;
8
9
import { guard } from '../../../lit-html/directives/guard.js' ;
9
10
import { ifDefined } from '../../../lit-html/directives/if-defined.js' ;
10
11
import { repeat } from '../../../lit-html/directives/repeat.js' ;
11
- import { styleMap } from '../../../lit-html/directives/styleMap .js' ;
12
+ import { styleMap } from '../../../lit-html/directives/style-map .js' ;
12
13
import { unsafeHTML } from '../../../lit-html/directives/unsafe-html.js' ;
13
14
import { until } from '../../../lit-html/directives/until.js' ;
14
- import { when } from '../../../lit-html/directives/when.js' ;
15
15
16
16
/* View Directives
17
17
******************/
18
18
const ViewDirectives = {
19
19
asyncAppend,
20
20
asyncReplace,
21
+ cache,
21
22
classMap,
22
23
directive,
23
24
guard,
24
25
ifDefined,
25
26
repeat,
26
27
styleMap,
27
28
unsafeHTML,
28
- until,
29
- when
29
+ until
30
30
}
31
31
32
32
/* Export it!
Original file line number Diff line number Diff line change 2
2
# yarn lockfile v1
3
3
4
4
5
- lit-html@^0.13 .0 :
6
- version "0.13 .0"
7
- resolved "https://registry.yarnpkg.com/lit-html/-/lit-html-0.13 .0.tgz#d05e7fe8ade572432120339c451c614669788adf "
8
- integrity sha512-p3R2ji/ucNVG5skguy8WufmSYIdMiTTb9ObUVYM2bOuvIXzDnUiePXGwP5BDbKssW1K6fw1Oj/M07FzdPLsTXw ==
5
+ lit-html@^0.14 .0 :
6
+ version "0.14 .0"
7
+ resolved "https://registry.yarnpkg.com/lit-html/-/lit-html-0.14 .0.tgz#d6830e8f55fb923b0f5824decf7da082a1d22997 "
8
+ integrity sha512-+xqUPzzJGEDqb0F5DOnMXvL0jxpkKebAMlXycKZxFtzlmD+qePEmYrEUPF9XVXcc5eYBzYXTCOUcjSCod4YvgQ ==
9
9
10
10
skatejs@^5.2.4 :
11
11
version "5.2.4"
You can’t perform that action at this time.
0 commit comments