Skip to content

Commit

Permalink
upgrade calcit
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Feb 26, 2024
1 parent 603b92a commit 72334c4
Show file tree
Hide file tree
Showing 3 changed files with 120 additions and 120 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.8.33/cr'
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.36/cr'
name: 'cr'
version: '0.8.33'
version: '0.8.36'

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

- name: "compiles to js"
run: >
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"dependencies": {
"@calcit/procs": "^0.8.33"
"@calcit/procs": "^0.8.36"
},
"devDependencies": {
"bottom-tip": "^0.1.5",
"vite": "^5.1.1"
"vite": "^5.1.4"
},
"version": "0.0.1"
}
Loading

0 comments on commit 72334c4

Please sign in to comment.