Skip to content

Commit 4bb0d80

Browse files
committed
upgrade deps
1 parent d3318bf commit 4bb0d80

File tree

4 files changed

+339
-310
lines changed

4 files changed

+339
-310
lines changed

.github/workflows/upload.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,16 @@ on:
88

99
jobs:
1010
test:
11-
runs-on: ubuntu-22.04
11+
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v4
1414

15-
- uses: actions/setup-node@v3
15+
- uses: actions/setup-node@v4
1616
with:
1717
node-version: 20
1818
cache: 'yarn'
1919

20-
- uses: calcit-lang/setup-cr@0.0.3
21-
with:
22-
version: "0.9.0-a1"
20+
- uses: calcit-lang/setup-cr@0.0.8
2321

2422
- name: "compiles to js"
2523
run: >
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11

22
{}
3+
:calcit-version |0.9.8
34
:dependencies $ {}
45
|calcit-lang/lilac |main
56
|calcit-lang/memof |main
67
|Respo/respo.calcit |main
78
|Respo/reel.calcit |main
8-
|Respo/respo-markdown.calcit |main
9-
|Respo/respo-ui.calcit |0.5.15
9+
|Respo/respo-markdown.calcit |0.4.7
10+
|Respo/respo-ui.calcit |0.6.2

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.0-a1",
3+
"@calcit/procs": "^0.9.8",
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": "^5.3.3"
9+
"vite": "^6.0.11"
1010
},
1111
"version": "0.0.1"
1212
}

0 commit comments

Comments
 (0)