File tree Expand file tree Collapse file tree 4 files changed +319
-285
lines changed
Expand file tree Collapse file tree 4 files changed +319
-285
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,10 @@ jobs:
1414
1515 - uses : actions/setup-node@v4
1616 with :
17- node-version : 20
17+ node-version : 22
1818 cache : yarn
1919
20- - uses : calcit-lang/setup-cr@0.0.7
21- with :
22- bundler : false
20+ - uses : calcit-lang/setup-cr@0.0.8
2321
2422 - run : caps --ci && cr --entry server -1 ir
2523
Original file line number Diff line number Diff line change 11
22{}
3- :calcit-version |0.9.5
3+ :calcit-version |0.9.9
44 :dependencies $ {}
55 |calcit-lang/lilac |main
66 |calcit-lang/memof |main
1313 |mvc-works/ws-edn.calcit |main
1414 |Respo/respo-feather.calcit |main
1515 |Respo/alerts.calcit |main
16- |calcit-lang/calcit-wss |main
16+ |calcit-lang/calcit-wss |0.2.6
1717 |calcit-lang/calcit.std |main
Original file line number Diff line number Diff line change 11{
22 "dependencies" : {
3- "@calcit/procs" : " ^0.9.5 "
3+ "@calcit/procs" : " ^0.9.9 "
44 },
55 "scripts" : {
66 "compile-page" : " cr --once js" ,
1010 "devDependencies" : {
1111 "bottom-tip" : " ^0.1.5" ,
1212 "url-parse" : " ^1.5.10" ,
13- "vite" : " ^5.4.2 "
13+ "vite" : " ^6.2.5 "
1414 },
1515 "version" : " 0.0.1"
1616}
You can’t perform that action at this time.
0 commit comments