Skip to content

Commit c1c2c9b

Browse files
committed
upgrade deps
1 parent 1c4b6a1 commit c1c2c9b

File tree

4 files changed

+196
-533
lines changed

4 files changed

+196
-533
lines changed

.github/workflows/upload.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff 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

deps.cirru

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
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/"

0 commit comments

Comments
 (0)