Skip to content

Commit

Permalink
upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Dec 6, 2023
1 parent 48efd8f commit 9835440
Show file tree
Hide file tree
Showing 5 changed files with 250 additions and 167 deletions.
3 changes: 1 addition & 2 deletions 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 @@ -251,7 +251,7 @@
println "\"App started!"
|mount-target $ %{} :CodeEntry (:doc |)
:code $ quote
def mount-target $ .querySelector js/document |.app
def mount-target $ js/document.querySelector |.app
|reload! $ %{} :CodeEntry (:doc |)
:code $ quote
defn reload! () $ if (nil? build-errors)
Expand Down
2 changes: 1 addition & 1 deletion package.cirru
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
|Respo/reel.calcit |main
|Respo/respo-markdown.calcit |main
|Respo/respo-ui.calcit |main
|Cirru/respo-cirru-editor |main
|Cirru/respo-cirru-editor |0.6.1
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,11 @@
"license": "MIT",
"devDependencies": {
"bottom-tip": "^0.1.5",
"vite": "^4.4.12"
"vite": "^5.0.6"
},
"dependencies": {
"@calcit/procs": "^0.8.0"
"@calcit/procs": "^0.8.14",
"cirru-color": "^0.2.3",
"copy-text-to-clipboard": "^3.2.0"
}
}
Loading

0 comments on commit 9835440

Please sign in to comment.