Commit 4453ba8 1 parent 0be1155 commit 4453ba8 Copy full SHA for 4453ba8
File tree 4 files changed +293
-274
lines changed
4 files changed +293
-274
lines changed Original file line number Diff line number Diff line change @@ -17,13 +17,13 @@ jobs:
17
17
node-version : 20
18
18
cache : ' yarn'
19
19
20
- - uses : calcit-lang/setup-cr@0.0.3
20
+ - uses : calcit-lang/setup-cr@0.0.7
21
21
with :
22
- version : " 0.8.44 "
22
+ bundler : false
23
23
24
24
- name : " compiles to js"
25
25
run : >
26
- caps --ci && dev=false cr --emit-js -- once
26
+ caps --ci && dev=false cr --once js
27
27
&& yarn && yarn vite build --base=./
28
28
29
29
- name : Deploy to server
Original file line number Diff line number Diff line change 1
1
2
2
{}
3
+ :calcit-version |0.9.5
3
4
:dependencies $ {}
4
5
|calcit-lang/lilac |main
5
6
|calcit-lang/memof |main
Original file line number Diff line number Diff line change 11
11
"author" : " jiyinyiyong" ,
12
12
"license" : " MIT" ,
13
13
"devDependencies" : {
14
- "nanoid" : " ^5.0.6 " ,
15
- "vite" : " ^5.2.6 "
14
+ "nanoid" : " ^5.0.7 " ,
15
+ "vite" : " ^5.4.2 "
16
16
},
17
17
"dependencies" : {
18
- "@calcit/procs" : " ^0.8.44 " ,
18
+ "@calcit/procs" : " ^0.9.5 " ,
19
19
"@quamolit/phlox-utils" : " ^0.0.2" ,
20
20
"@quamolit/touch-control" : " ^0.0.13" ,
21
21
"bottom-tip" : " ^0.1.5" ,
You can’t perform that action at this time.
0 commit comments