Skip to content

Commit 6f167b1

Browse files
committed
upgrade deps
1 parent 5e44cda commit 6f167b1

File tree

4 files changed

+345
-314
lines changed

4 files changed

+345
-314
lines changed

.github/workflows/upload.yaml

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

1616
- uses: actions/setup-node@v4
1717
with:
18-
node-version: 20
18+
node-version: 24
1919
cache: 'yarn'
2020

2121
- uses: calcit-lang/[email protected]

deps.cirru

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11

2-
{}
3-
:calcit-version |0.9.8
4-
:dependencies $ {}
2+
{} (:calcit-version |0.9.18)
3+
:dependencies $ {} (|Cirru/calcit-theme.calcit |0.4.2)
4+
|Respo/alerts.calcit |main
5+
|Respo/reel.calcit |main
6+
|Respo/respo-markdown.calcit |0.4.11
7+
|Respo/respo-ui.calcit |0.6.3
8+
|Respo/respo.calcit |0.16.16
59
|calcit-lang/lilac |main
610
|calcit-lang/memof |main
7-
|Respo/respo.calcit |0.16.12
8-
|Respo/reel.calcit |main
9-
|Respo/respo-markdown.calcit |0.4.7
10-
|Respo/respo-ui.calcit |main
11-
|Respo/alerts.calcit |main
12-
|Cirru/calcit-theme.calcit |main

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"dependencies": {
3-
"@calcit/procs": "^0.9.8"
3+
"@calcit/procs": "^0.9.18"
44
},
55
"devDependencies": {
66
"bottom-tip": "^0.1.5",
77
"cirru-color": "^0.2.4",
8-
"vite": "^6.1.0"
8+
"vite": "^7.1.1"
99
},
1010
"version": "0.0.1"
1111
}

0 commit comments

Comments
 (0)