Skip to content

Commit 7a21dd0

Browse files
committed
random updates
1 parent 8119a9f commit 7a21dd0

File tree

3 files changed

+163
-202
lines changed

3 files changed

+163
-202
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.6.26/cr'
22+
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.7.0-a7/cr'
2323
name: 'cr'
24-
version: '0.6.26'
24+
version: '0.7.0-a7'
2525

2626
- uses: supplypike/setup-bin@v3
2727
with:
28-
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.6.26/caps'
28+
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.7.0-a7/caps'
2929
name: 'caps'
30-
version: '0.6.26'
30+
version: '0.7.0-a7'
3131

3232
- name: "compiles to js"
3333
run: >

package.json

Lines changed: 2 additions & 2 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": "^4.2.3"
15+
"vite": "^4.3.9"
1616
},
1717
"dependencies": {
18-
"@calcit/procs": "^0.6.26",
18+
"@calcit/procs": "^0.7.0-a7",
1919
"feather-icons": "^4.29.0",
2020
"shortid": "^2.2.16"
2121
}

0 commit comments

Comments
 (0)