Skip to content

Commit e8878d3

Browse files
committed
upgrade calcit
1 parent 9d89dd8 commit e8878d3

File tree

3 files changed

+268
-268
lines changed

3 files changed

+268
-268
lines changed

.github/workflows/upload.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ jobs:
1919

2020
- uses: supplypike/setup-bin@v3
2121
with:
22-
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.14/cr'
22+
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.30/cr'
2323
name: 'cr'
24-
version: '0.8.14'
24+
version: '0.8.30'
2525

2626
- uses: supplypike/setup-bin@v3
2727
with:
28-
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.14/caps'
28+
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.30/caps'
2929
name: 'caps'
30-
version: '0.8.14'
30+
version: '0.8.30'
3131
- name: "compiles to js"
3232
run: >
3333
caps --ci && cr --emit-js --once

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.8.14",
3+
"@calcit/procs": "^0.8.30",
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.0.11"
9+
"vite": "^5.1.2"
1010
},
1111
"version": "0.0.1"
1212
}

0 commit comments

Comments
 (0)