Skip to content

Commit

Permalink
upgrade deps and line-height
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Jan 17, 2024
1 parent 5194c5d commit 4e541bd
Show file tree
Hide file tree
Showing 5 changed files with 274 additions and 268 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.14/cr'
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.16/cr'
name: 'cr'
version: '0.8.14'
version: '0.8.16'

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

- 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 @@ -127,7 +127,7 @@
|style-text $ %{} :CodeEntry (:doc |)
:code $ quote
defstyle style-text $ {}
"\"&" $ {} (:font-family ui/font-code) (:line-height "\"24px") (:font-size 12) (:white-space :pre) (:overflow :auto) (:border :none) (:padding "\"8px 8px 80px 8px") (:resize :none)
"\"&" $ {} (:font-family ui/font-code) (:line-height "\"20px") (:font-size 12) (:white-space :pre) (:overflow :auto) (:border :none) (:padding "\"8px 8px 80px 8px") (:resize :none)
|style-toolbar $ %{} :CodeEntry (:doc |)
:code $ quote
defstyle style-toolbar $ {}
Expand Down
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,10 @@
"license": "MIT",
"devDependencies": {
"bottom-tip": "^0.1.5",
"vite": "^5.0.6"
"vite": "^5.0.11"
},
"dependencies": {
"@calcit/procs": "^0.8.14",
"diff": "^5.1.0",
"shortid": "^2.2.16"
"@calcit/procs": "^0.8.16",
"diff": "^5.1.0"
}
}
Loading

0 comments on commit 4e541bd

Please sign in to comment.