Skip to content

Commit 16be3a5

Browse files
committed
upgrade deps
1 parent 4e541bd commit 16be3a5

File tree

5 files changed

+329
-306
lines changed

5 files changed

+329
-306
lines changed

.github/workflows/upload.yaml

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,26 +12,16 @@ jobs:
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: supplypike/setup-bin@v3
21-
with:
22-
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.16/cr'
23-
name: 'cr'
24-
version: '0.8.16'
25-
26-
- uses: supplypike/setup-bin@v3
27-
with:
28-
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.16/caps'
29-
name: 'caps'
30-
version: '0.8.16'
20+
- uses: calcit-lang/setup-cr@0.0.7
3121

3222
- name: "compiles to js"
3323
run: >
34-
caps --ci && cr --emit-js --once
24+
caps --ci && cr -1 js
3525
&& yarn && yarn vite build --base=./
3626
3727
- name: Deploy to server

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@
55
js-out/
66
node_modules/
77
dist/
8+
9+
.DS_Store

package.cirru renamed to deps.cirru

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

22
{}
3+
:calcit-version |0.9.6
34
:dependencies $ {}
45
|calcit-lang/lilac |main
56
|calcit-lang/memof |main

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
"license": "MIT",
1313
"devDependencies": {
1414
"bottom-tip": "^0.1.5",
15-
"vite": "^5.0.11"
15+
"vite": "^5.4.11"
1616
},
1717
"dependencies": {
18-
"@calcit/procs": "^0.8.16",
19-
"diff": "^5.1.0"
18+
"@calcit/procs": "^0.9.6",
19+
"diff": "^7.0.0"
2020
}
2121
}

0 commit comments

Comments
 (0)