Skip to content

Commit

Permalink
upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Apr 6, 2024
1 parent ddb7958 commit 2875e24
Show file tree
Hide file tree
Showing 4 changed files with 471 additions and 252 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

- uses: calcit-lang/[email protected]
with:
version: '0.8.42'
version: '0.8.49'

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

Expand Down
207 changes: 207 additions & 0 deletions calcit.cirru

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

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.42"
"@calcit/procs": "^0.8.49"
},
"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.1.6"
"vite": "^5.2.8"
},
"version": "0.0.1"
}
Loading

0 comments on commit 2875e24

Please sign in to comment.