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:
1212 steps :
1313 - uses : actions/checkout@v4
1414
15- - uses : actions/setup-node@v3
15+ - uses : actions/setup-node@v4
1616 with :
1717 node-version : 20
1818 cache : ' yarn'
1919
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
2721 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'
3123
3224 - name : " compiles to js"
3325 run : >
Original file line number Diff line number Diff line change 11
22{} ( :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 )
44 :modules $ [] |respo.calcit/ |lilac/ |memof/ |respo-ui.calcit/ |respo-markdown.calcit/ |reel.calcit/ |respo-router.calcit/ |alerts.calcit/
55 :entries $ {}
66 :files $ {}
312312 |style-child-entry $ %{} :CodeEntry ( :doc | )
313313 :code $ quote
314314 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" )
316316 "\"&:hover" $ {}
317317 :background-color $ hsl 190 10 70 0.1
318318 |style-doc-entry $ %{} :CodeEntry ( :doc | )
329329 :border-left $ str "\" 10px solid " ( hsl 200 90 70 )
330330 |style-entry $ %{} :CodeEntry ( :doc | )
331331 :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" )
333333 :border-bottom $ str "\" 1px solid " ( hsl 0 0 92 )
334334 :border-left $ str "\" 0px solid " ( hsl 200 90 60 )
335335 |style-history-entry $ %{} :CodeEntry ( :doc | )
Original file line number Diff line number Diff line change 11{
2- "version" : " 0.0.19 " ,
2+ "version" : " 0.0.20 " ,
33 "name" : " @calcit/docs-workflow" ,
44 "dependencies" : {
5- "@calcit/procs" : " ^0.8.14 "
5+ "@calcit/procs" : " ^0.8.41 "
66 },
77 "devDependencies" : {
88 "bottom-tip" : " ^0.1.5" ,
99 "cirru-color" : " ^0.2.4" ,
10- "github-markdown-css" : " ^5.5.0 " ,
10+ "github-markdown-css" : " ^5.5.1 " ,
1111 "highlight.js" : " ^11.9.0" ,
1212 "remarkable" : " ^2.0.1" ,
13- "vite" : " ^5.0.12 "
13+ "vite" : " ^5.1.6 "
1414 }
1515}
You can’t perform that action at this time.
0 commit comments