Skip to content

Commit

Permalink
dep bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
awb99 committed Apr 22, 2024
1 parent 4f15324 commit 17b1a6f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions demo/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
:deps
{org.pinkgorilla/reval {:local/root "../reval" :deps/manifest :deps}
org.pinkgorilla/reval-ui {:local/root "../reval-ui" :deps/manifest :deps}
org.pinkgorilla/webly {:mvn/version "0.5.662"}
org.pinkgorilla/webly {:mvn/version "0.5.683"}
; ui modules for demo notebooks:
org.pinkgorilla/ui-highcharts {:mvn/version "0.0.28"}
org.pinkgorilla/ui-highcharts {:mvn/version "0.0.29"}
}

:aliases
Expand Down
10 changes: 5 additions & 5 deletions reval-ui/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
:deps
{org.pinkgorilla/reval {:local/root "../reval" :deps/manifest :deps}
; deps to ui extensions used in reval
org.pinkgorilla/pinkie {:mvn/version "0.5.231"} ; error boundary
org.pinkgorilla/ui-repl {:mvn/version "0.1.98"} ; reagent
org.pinkgorilla/ui-input {:mvn/version "0.2.44"} ; spaces
org.pinkgorilla/pinkie {:mvn/version "0.5.232"} ; error boundary
org.pinkgorilla/ui-repl {:mvn/version "0.1.104"} ; reagent
org.pinkgorilla/ui-input {:mvn/version "0.2.45"} ; spaces
org.pinkgorilla/ui-codemirror {:mvn/version "0.1.48"}
org.pinkgorilla/ui-highlightjs {:mvn/version "0.0.9"}
org.pinkgorilla/clj-service {:mvn/version "0.2.7"}}
org.pinkgorilla/ui-highlightjs {:mvn/version "0.1.16"}
org.pinkgorilla/clj-service {:mvn/version "0.2.8"}}

:aliases
{; github ci MULTI-DEPS VERSION
Expand Down

0 comments on commit 17b1a6f

Please # to comment.