File tree Expand file tree Collapse file tree 5 files changed +251
-259
lines changed Expand file tree Collapse file tree 5 files changed +251
-259
lines changed Original file line number Diff line number Diff line change @@ -12,22 +12,14 @@ jobs:
12
12
steps :
13
13
- uses : actions/checkout@v4
14
14
15
- - uses : actions/setup-node@v3
15
+ - uses : actions/setup-node@v4
16
16
with :
17
17
node-version : 20
18
18
cache : ' yarn'
19
19
20
- - uses : supplypike/setup-bin@v3
21
- with :
22
- uri : ' https://github.com/calcit-lang/calcit/releases/download/0.8.14/cr'
23
- name : ' cr'
24
- version : ' 0.8.14'
25
-
26
- - uses : supplypike/setup-bin@v3
20
+ - uses : calcit-lang/setup-cr@0.0.3
27
21
with :
28
- uri : ' https://github.com/calcit-lang/calcit/releases/download/0.8.14/caps'
29
- name : ' caps'
30
- version : ' 0.8.14'
22
+ version : ' 0.8.41'
31
23
32
24
- name : " compiles to js"
33
25
run : >
Original file line number Diff line number Diff line change 1
1
2
2
{} ( :package |docs-workflow )
3
- :configs $ {} ( :init-fn |docs-workflow.main/main! ) ( :reload-fn |docs-workflow.main/reload! ) ( :version |0.0.19 )
3
+ :configs $ {} ( :init-fn |docs-workflow.main/main! ) ( :reload-fn |docs-workflow.main/reload! ) ( :version |0.0.20 )
4
4
:modules $ [] |respo.calcit/ |lilac/ |memof/ |respo-ui.calcit/ |respo-markdown.calcit/ |reel.calcit/ |respo-router.calcit/ |alerts.calcit/
5
5
:entries $ {}
6
6
:files $ {}
312
312
|style-child-entry $ %{} :CodeEntry ( :doc | )
313
313
:code $ quote
314
314
defstyle style-child-entry $ {}
315
- "\"&" $ {} ( :padding "\" 0 8px" ) ( :cursor :pointer ) ( :transition-duration "\" 200ms" ) ( :line-height 2.4 )
315
+ "\"&" $ {} ( :padding "\" 0 8px" ) ( :cursor :pointer ) ( :transition-duration "\" 200ms" ) ( :line-height " \" 2.4" )
316
316
"\"&:hover" $ {}
317
317
:background-color $ hsl 190 10 70 0.1
318
318
|style-doc-entry $ %{} :CodeEntry ( :doc | )
329
329
:border-left $ str "\" 10px solid " ( hsl 200 90 70 )
330
330
|style-entry $ %{} :CodeEntry ( :doc | )
331
331
:code $ quote
332
- def style-entry $ {} ( :padding "\" 0 8px" ) ( :cursor :pointer ) ( :transition-duration "\" 200ms" ) ( :line-height 2.4 )
332
+ def style-entry $ {} ( :padding "\" 0 8px" ) ( :cursor :pointer ) ( :transition-duration "\" 200ms" ) ( :line-height " \" 2.4" )
333
333
:border-bottom $ str "\" 1px solid " ( hsl 0 0 92 )
334
334
:border-left $ str "\" 0px solid " ( hsl 200 90 60 )
335
335
|style-history-entry $ %{} :CodeEntry ( :doc | )
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 0.0.19 " ,
2
+ "version" : " 0.0.20 " ,
3
3
"name" : " @calcit/docs-workflow" ,
4
4
"dependencies" : {
5
- "@calcit/procs" : " ^0.8.14 "
5
+ "@calcit/procs" : " ^0.8.41 "
6
6
},
7
7
"devDependencies" : {
8
8
"bottom-tip" : " ^0.1.5" ,
9
9
"cirru-color" : " ^0.2.4" ,
10
- "github-markdown-css" : " ^5.5.0 " ,
10
+ "github-markdown-css" : " ^5.5.1 " ,
11
11
"highlight.js" : " ^11.9.0" ,
12
12
"remarkable" : " ^2.0.1" ,
13
- "vite" : " ^5.0.12 "
13
+ "vite" : " ^5.1.6 "
14
14
}
15
15
}
You can’t perform that action at this time.
0 commit comments