Skip to content

Commit

Permalink
upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Oct 6, 2023
1 parent c685ef6 commit 8b43227
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 47 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 @@ -929,7 +929,7 @@
set! js/window.onbeforeunload $ fn (event) (save-store!)
|mount-target $ %{} :CodeEntry (:doc |)
:code $ quote
def mount-target $ if (exists? js/document) (.querySelector js/document |.app) nil
def mount-target $ if (exists? js/document) (js/document.querySelector |.app) nil
|reload! $ %{} :CodeEntry (:doc |)
:code $ quote
defn reload! () (remove-watch *store :rerender) (clear-cache!) (render-app! mount-target)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"version": "0.16.0-a3",
"dependencies": {
"@calcit/procs": "^0.8.2"
"@calcit/procs": "^0.8.4"
},
"scripts": {
"test": "cr --once --emit-js --init-fn=respo.test.main/main! && node test.mjs"
},
"devDependencies": {
"vite": "^4.4.9"
"vite": "^4.4.11"
}
}
84 changes: 42 additions & 42 deletions yarn.lock

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

0 comments on commit 8b43227

Please sign in to comment.