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 f3efe15 commit 659a8b5
Show file tree
Hide file tree
Showing 4 changed files with 244 additions and 190 deletions.
26 changes: 1 addition & 25 deletions calcit.cirru

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

5 changes: 2 additions & 3 deletions compact.cirru
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@
def dev? $ = "\"dev" (get-env "\"mode" "\"release")
|site $ %{} :CodeEntry (:doc |)
:code $ quote
def site $ {} (:storage-key "\"workflow-storage") (:storage-file "\"timedrops.cirru") (:port 11015) (:title "\"Timedrops") (:icon "\"http://cdn.tiye.me/logo/timedrops.png") (:dev-ui "\"http://192.168.99.149:8100/main.css") (:release-ui "\"http://cdn.tiye.me/favored-fonts/main.css") (:cdn-url "\"http://cdn.tiye.me/timedrops/") (:cdn-folder "\"tiye.me:cdn/timedrops") (:upload-folder "\"tiye.me:repo/TopixIM/timedrops/") (:server-folder "\"tiye.me:servers/timedrops") (:theme "\"#eeeeff")
def site $ {} (:storage-key "\"timestops") (:storage-file "\"timedrops.cirru") (:port 11015) (:title "\"Timedrops") (:icon "\"http://cdn.tiye.me/logo/timedrops.png") (:server-folder "\"tiye.me:servers/timedrops") (:theme "\"#eeeeff")
:ns $ %{} :CodeEntry (:doc |)
:code $ quote
ns app.config $ :require
Expand Down Expand Up @@ -599,7 +599,6 @@
do
wss-send! sid $ format-cirru-edn (:: :patch changes)
swap! *client-caches assoc sid new-store
new-twig-loop!
:ns $ %{} :CodeEntry (:doc |)
:code $ quote
ns app.server $ :require (app.schema :as schema)
Expand All @@ -609,7 +608,7 @@
app.twig.container :refer $ twig-container
recollect.diff :refer $ diff-twig
wss.core :refer $ wss-serve! wss-send! wss-each!
recollect.twig :refer $ new-twig-loop! clear-twig-caches!
recollect.twig :refer $ clear-twig-caches!
app.$meta :refer $ calcit-dirname
calcit.std.fs :refer $ path-exists? check-write-file!
calcit.std.time :refer $ set-interval
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@
"author": "jiyinyiyong",
"license": "MIT",
"dependencies": {
"@calcit/procs": "^0.8.4",
"@calcit/procs": "^0.8.14",
"dayjs": "^1.11.10",
"shortid": "^2.2.16"
},
"devDependencies": {
"bottom-tip": "^0.1.5",
"feather-icons": "^4.29.1",
"url-parse": "^1.5.10",
"vite": "^4.4.12"
"vite": "^5.0.6"
}
}
Loading

0 comments on commit 659a8b5

Please sign in to comment.