Skip to content

Commit

Permalink
upgrade respo and deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Jan 3, 2024
1 parent 9b663b7 commit bc6160e
Show file tree
Hide file tree
Showing 5 changed files with 264 additions and 233 deletions.
20 changes: 19 additions & 1 deletion calcit.cirru

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

3 changes: 2 additions & 1 deletion compact.cirru
Original file line number Diff line number Diff line change
Expand Up @@ -480,6 +480,7 @@
println "\"Running mode:" $ if config/dev?
do (load-console-formatter!) "\"dev"
, "\"release"
; reset! *changes-logger $ fn (& args) (js/console.log & args)
.!registerLanguage hljs "\"clojure" clojure-lang
.!registerLanguage hljs "\"bash" bash-lang
.!registerLanguage hljs "\"javascript" javascript-lang
Expand Down Expand Up @@ -531,7 +532,7 @@
:ns $ %{} :CodeEntry (:doc |)
:code $ quote
ns app.main $ :require
respo.core :refer $ render! clear-cache! realize-ssr!
respo.core :refer $ render! clear-cache! realize-ssr! *changes-logger
app.comp.container :refer $ comp-container
app.updater :refer $ updater
app.schema :as schema
Expand Down
2 changes: 1 addition & 1 deletion package.cirru
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
:dependencies $ {}
|calcit-lang/lilac |main
|calcit-lang/memof |main
|Respo/respo.calcit |main
|Respo/respo.calcit |0.16.3
|Respo/reel.calcit |main
|Respo/respo-markdown.calcit |main
|Respo/respo-ui.calcit |main
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@
"license": "MIT",
"devDependencies": {
"bottom-tip": "^0.1.5",
"vite": "^5.0.6"
"vite": "^5.0.10"
},
"dependencies": {
"@calcit/procs": "^0.8.14",
"cirru-color": "^0.2.3",
"cirru-color": "^0.2.4",
"copy-text-to-clipboard": "^3.2.0",
"escape-html": "^1.0.3",
"feather-icons": "^4.29.1",
"highlight.js": "^11.9.0",
"md5": "^2.3.0",
"microsoft-cognitiveservices-speech-sdk": "^1.33.1",
"microsoft-cognitiveservices-speech-sdk": "^1.34.0",
"shortid": "^2.2.16"
}
}
Loading

0 comments on commit bc6160e

Please sign in to comment.