Skip to content

Commit

Permalink
upgrade deps; fix version badge
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed May 25, 2024
1 parent a0c05f5 commit e090a9e
Show file tree
Hide file tree
Showing 6 changed files with 110 additions and 110 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/setup-cr@0.0.3
with:
version: "0.8.50"
version: "0.8.54"

- 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 @@ -172,7 +172,7 @@
span ({})
img $ {}
:style $ {} (:vertical-align :middle)
:src "\"https://img.shields.io/github/v/release/calcit-lang/calcit"
:src "\"https://img.shields.io/github/v/release/Respo/respo.calcit"
|render-link $ %{} :CodeEntry (:doc |)
:code $ quote
defn render-link (text path)
Expand Down
2 changes: 1 addition & 1 deletion package.cirru → deps.cirru
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
|Respo/respo.calcit |main
|Respo/reel.calcit |main
|Respo/respo-markdown.calcit |main
|Respo/respo-ui.calcit |0.5.0
|Respo/respo-ui.calcit |main
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"@calcit/procs": "^0.8.50",
"@calcit/procs": "^0.8.54",
"cirru-color": "^0.2.4"
},
"devDependencies": {
Expand Down
210 changes: 105 additions & 105 deletions yarn.lock

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

0 comments on commit e090a9e

Please sign in to comment.