Skip to content

Commit

Permalink
update deps; upgrade calcit 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Jun 6, 2023
1 parent 6e0297f commit 3a8b954
Show file tree
Hide file tree
Showing 5 changed files with 162 additions and 201 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@ jobs:

- uses: supplypike/setup-bin@v3
with:
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.6.26/cr'
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.7.0-a7/cr'
name: 'cr'
version: '0.6.26'
version: '0.7.0-a7'

- uses: supplypike/setup-bin@v3
with:
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.6.26/caps'
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.7.0-a7/caps'
name: 'caps'
version: '0.6.26'
version: '0.7.0-a7'

- name: "compiles to js"
run: >
Expand Down
2 changes: 1 addition & 1 deletion calcit.cirru

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion compact.cirru
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@
map $ fn (obj)
-> obj $ map-kv
fn (k v)
[] (turn-keyword k) v
[] (turn-tag k) v
dispatch! :load-confs data
|main! $ quote
defn main! ()
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"dependencies": {
"@calcit/procs": "^0.6.26",
"@calcit/procs": "^0.7.0-a7",
"luxon": "^3.3.0"
},
"devDependencies": {
"bottom-tip": "^0.1.5",
"vite": "^4.2.3"
"vite": "^4.3.9"
},
"version": "0.0.1"
}
Loading

0 comments on commit 3a8b954

Please sign in to comment.