Skip to content

Commit

Permalink
upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Jan 29, 2021
1 parent 41b5858 commit 3691c15
Show file tree
Hide file tree
Showing 4 changed files with 180 additions and 323 deletions.
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
:paths ["src" "polyfill"]
:deps {
cumulo/memof {:mvn/version "0.2.1-a1"}
cumulo/memof {:mvn/version "0.2.3"}
}
:aliases {
:release {
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"author": "jiyinyiyong",
"license": "MIT",
"devDependencies": {
"http-server": "^0.12.3",
"shadow-cljs": "^2.10.19"
"shadow-cljs": "^2.11.15"
}
}
6 changes: 3 additions & 3 deletions shadow-cljs.edn
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
:dependencies [
[mvc-works/hsl "0.1.2"]
[mvc-works/shell-page "0.1.15"]
[respo "0.13.2-a1"]
[respo/ui "0.3.15"]
[respo "0.13.4"]
[respo/ui "0.3.16"]
[cumulo/util "0.1.12"]
[cumulo/memof "0.2.1-a1"]
[cumulo/memof "0.2.3"]
[respo/value "0.3.0"]
[org.clojure/core.incubator "0.1.4"]
]
Expand Down
Loading

0 comments on commit 3691c15

Please sign in to comment.