File tree Expand file tree Collapse file tree 3 files changed +268
-268
lines changed Expand file tree Collapse file tree 3 files changed +268
-268
lines changed Original file line number Diff line number Diff line change @@ -19,15 +19,15 @@ jobs:
19
19
20
20
- uses : supplypike/setup-bin@v3
21
21
with :
22
- uri : ' https://github.com/calcit-lang/calcit/releases/download/0.8.14 /cr'
22
+ uri : ' https://github.com/calcit-lang/calcit/releases/download/0.8.30 /cr'
23
23
name : ' cr'
24
- version : ' 0.8.14 '
24
+ version : ' 0.8.30 '
25
25
26
26
- uses : supplypike/setup-bin@v3
27
27
with :
28
- uri : ' https://github.com/calcit-lang/calcit/releases/download/0.8.14 /caps'
28
+ uri : ' https://github.com/calcit-lang/calcit/releases/download/0.8.30 /caps'
29
29
name : ' caps'
30
- version : ' 0.8.14 '
30
+ version : ' 0.8.30 '
31
31
- name : " compiles to js"
32
32
run : >
33
33
caps --ci && cr --emit-js --once
Original file line number Diff line number Diff line change 1
1
{
2
2
"dependencies" : {
3
- "@calcit/procs" : " ^0.8.14 " ,
3
+ "@calcit/procs" : " ^0.8.30 " ,
4
4
"cirru-color" : " ^0.2.4" ,
5
5
"copy-text-to-clipboard" : " ^3.2.0"
6
6
},
7
7
"devDependencies" : {
8
8
"bottom-tip" : " ^0.1.5" ,
9
- "vite" : " ^5.0.11 "
9
+ "vite" : " ^5.1.2 "
10
10
},
11
11
"version" : " 0.0.1"
12
12
}
You can’t perform that action at this time.
0 commit comments