Skip to content

Commit 32b4552

Browse files
committed
upgrade deps
1 parent c31b70f commit 32b4552

File tree

4 files changed

+319
-292
lines changed

4 files changed

+319
-292
lines changed

.github/workflows/upload.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
- uses: actions/setup-node@v4
1616
with:
17-
node-version: 20
17+
node-version: 22
1818
cache: 'yarn'
1919

2020
- uses: calcit-lang/setup-cr@0.0.8

deps.cirru

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
{}
3-
:calcit-version |0.9.8
3+
:calcit-version |0.9.11
44
:dependencies $ {}
55
|calcit-lang/lilac |main
66
|calcit-lang/memof |main

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"dependencies": {
3-
"@calcit/procs": "^0.9.8",
3+
"@calcit/procs": "^0.9.11",
44
"cirru-color": "^0.2.4",
55
"copy-text-to-clipboard": "^3.2.0"
66
},
77
"devDependencies": {
88
"bottom-tip": "^0.1.5",
9-
"vite": "^6.2.0"
9+
"vite": "^6.3.5"
1010
},
1111
"version": "0.0.1"
1212
}

0 commit comments

Comments
 (0)