File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 10
10
"start" : " kkt start --app-src ./website" ,
11
11
"css:build" : " compile-less -d src -o esm" ,
12
12
"css:watch" : " compile-less -d src -o esm --watch" ,
13
- "css:build:dist" : " compile-less -d src --combine w-github-corners .css --rm-global" ,
13
+ "css:build:dist" : " compile-less -d src --combine dist .css --rm-global" ,
14
14
"watch" : " tsbb watch" ,
15
15
"build" : " tsbb build && npm run css:build && npm run css:build:dist"
16
16
},
32
32
],
33
33
"dependencies" : {},
34
34
"devDependencies" : {
35
- "@types/react" : " 17.0.19 " ,
35
+ "@types/react" : " 17.0.20 " ,
36
36
"@types/react-dom" : " 17.0.9" ,
37
- "@uiw/react-markdown-preview" : " 3.3.0 " ,
38
- "@uiw/react-shields" : " 1.1.1 " ,
37
+ "@uiw/react-markdown-preview" : " 3.3.1 " ,
38
+ "@uiw/react-shields" : " 1.1.2 " ,
39
39
"@uiw/reset.css" : " 1.0.5" ,
40
40
"@kkt/raw-modules" : " 6.11.0" ,
41
41
"@kkt/scope-plugin-options" : " 6.11.0" ,
42
- "compile-less-cli" : " 1.8.1 " ,
42
+ "compile-less-cli" : " 1.8.8 " ,
43
43
"kkt" : " 6.11.0" ,
44
44
"react" : " 17.0.2" ,
45
45
"react-dom" : " 17.0.2" ,
46
- "tsbb" : " 3.0.0 "
46
+ "tsbb" : " 3.1.5 "
47
47
},
48
48
"eslintConfig" : {
49
49
"extends" : [
You can’t perform that action at this time.
0 commit comments