Skip to content

Commit

Permalink
upgrade calcit
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Feb 12, 2024
1 parent 0d91575 commit da6bf24
Show file tree
Hide file tree
Showing 3 changed files with 152 additions and 152 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.22/cr'
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.30/cr'
name: 'cr'
version: '0.8.22'
version: '0.8.30'

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

- run: caps --ci && cr --entry server --emit-ir -1

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"@calcit/procs": "^0.8.22"
"@calcit/procs": "^0.8.30"
},
"scripts": {
"compile-page": "cr --emit-js --once",
Expand All @@ -10,7 +10,7 @@
"devDependencies": {
"bottom-tip": "^0.1.5",
"url-parse": "^1.5.10",
"vite": "^5.0.5"
"vite": "^5.1.1"
},
"version": "0.0.1"
}
Loading

0 comments on commit da6bf24

Please sign in to comment.