File tree Expand file tree Collapse file tree 4 files changed +370
-338
lines changed Expand file tree Collapse file tree 4 files changed +370
-338
lines changed Original file line number Diff line number Diff line change 25
25
" lib"
26
26
],
27
27
"engines" : {
28
- "node" : " >= 14"
28
+ "node" : " >= 14.18 "
29
29
},
30
30
"scripts" : {
31
31
"prepare" : " rollup -c" ,
32
32
"lint" : " denolint" ,
33
- "check" : " teru-esm test/index.js" ,
34
- "cover" : " c8 node teru-esm test/index.js" ,
35
- "test" : " denolint && c8 teru-esm test/index.js"
33
+ "check" : " teru test/index.cjs && teru -esm test/index.js" ,
34
+ "cover" : " c8 teru-esm test/index.js" ,
35
+ "test" : " denolint && teru test/index.cjs && c8 teru-esm test/index.js"
36
36
},
37
37
"c8" : {
38
38
"check-coverage" : true ,
61
61
]
62
62
},
63
63
"dependencies" : {
64
- "@rollup/pluginutils" : " ^4.2.1 " ,
64
+ "@rollup/pluginutils" : " ^5.0.2 " ,
65
65
"@semantic-release/changelog" : " ^6.0.1" ,
66
66
"@semantic-release/git" : " ^10.0.1" ,
67
- "postcss" : " ^8.4.14 " ,
68
- "rollup-copy-transform-css" : " ^1.2.3 "
67
+ "postcss" : " ^8.4.18 " ,
68
+ "rollup-copy-transform-css" : " ^1.2.4 "
69
69
},
70
70
"devDependencies" : {
71
- "@node-rs/deno-lint" : " ^1.14.0" ,
72
71
"builtin-modules" : " ^3.3.0" ,
73
72
"c8" : " ^7.12.0" ,
74
- "rollup" : " ^2.77.2" ,
73
+ "denolint" : " ^2.0.4" ,
74
+ "rollup" : " ^3.2.3" ,
75
+ "rollup-plugin-css-lit" : " link:" ,
75
76
"tehanu" : " ^1.0.1" ,
76
77
"tehanu-repo-coco" : " ^1.0.0" ,
77
78
"tehanu-teru" : " ^1.0.0"
78
79
},
79
80
"peerDependencies" : {
80
81
"lit" : " ^2" ,
81
- "rollup" : " ^2"
82
+ "rollup" : " ^2 || ^3 "
82
83
},
83
84
"keywords" : [
84
85
" rollup" ,
You can’t perform that action at this time.
0 commit comments