Skip to content

Commit

Permalink
upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Nov 23, 2024
1 parent fa09872 commit 36659f0
Show file tree
Hide file tree
Showing 5 changed files with 144 additions and 132 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
node-version: 20
cache: 'yarn'

- uses: calcit-lang/setup-cr@0.0.7
- uses: calcit-lang/setup-cr@0.0.8

- 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 deps.cirru
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

{}
:calcit-version |0.9.5
:calcit-version |0.9.6
:dependencies $ {}
|calcit-lang/lilac |main
|calcit-lang/memof |main
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.9.5"
"@calcit/procs": "^0.9.6"
},
"devDependencies": {
"bottom-tip": "^0.1.5",
"vite": "^5.4.2"
"vite": "^5.4.11"
},
"version": "0.0.1"
}
266 changes: 139 additions & 127 deletions yarn.lock

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

0 comments on commit 36659f0

Please sign in to comment.