File tree Expand file tree Collapse file tree 4 files changed +196
-533
lines changed
Expand file tree Collapse file tree 4 files changed +196
-533
lines changed Original file line number Diff line number Diff line change @@ -23,11 +23,14 @@ jobs:
2323 yarn --version
2424
2525 - uses : calcit-lang/setup-cr@0.0.8
26+ with :
27+ version : 0.12.14
2628
2729 - name : " compiles to js"
2830 run : >
29- caps --ci && cr --once js
30- && yarn && yarn vite build --base=./
31+ caps --ci && yarn install --immutable
32+ && cr js
33+ && yarn vite build --base=./
3134
3235 - name : Deploy to server
3336 id : deploy
Original file line number Diff line number Diff line change 11
2- {} ( :calcit-version |0.12.11 )
2+ {} ( :calcit-version |0.12.14 )
33 :dependencies $ {} ( |Memkits/genai.calcit |0.0.2 )
44 |Respo/alerts.calcit |0.10.9
55 |Respo/reel.calcit |main
Original file line number Diff line number Diff line change 11{
22 "dependencies" : {
3- "@calcit/procs" : " ^0.12.11 " ,
4- "@google/genai" : " ^1.44 .0" ,
3+ "@calcit/procs" : " ^0.12.14 " ,
4+ "@google/genai" : " ^1.49 .0" ,
55 "@tiye/main-fonts" : " 0.0.1" ,
6- "axios" : " ^1.12.2 " ,
6+ "axios" : " ^1.15.0 " ,
77 "cirru-color" : " ^0.2.4" ,
88 "copy-text-to-clipboard" : " ^3.2.2" ,
99 "dayjs" : " ^1.11.18" ,
1010 "feather-icons" : " ^4.29.2" ,
11- "openai" : " ^6.16 .0"
11+ "openai" : " ^6.34 .0"
1212 },
1313 "devDependencies" : {
1414 "bottom-tip" : " ^0.1.5" ,
15- "vite" : " ^8.0.0 "
15+ "vite" : " ^8.0.8 "
1616 },
1717 "scripts" : {
1818 "build" : " rm -rfv dist && cr js && yarn vite build --base ./ && rm -rfv extension/dist && cp -vr dist extension/"
You can’t perform that action at this time.
0 commit comments