mirror of
https://github.com/metosin/reitit.git
synced 2025-12-16 16:01:11 +00:00
Update DEPS
This commit is contained in:
parent
1d6f3c994a
commit
66efdf3a3d
2 changed files with 24 additions and 15 deletions
|
|
@ -14,6 +14,15 @@ We use [Break Versioning][breakver]. The version numbers follow a `<major>.<mino
|
|||
|
||||
## Unreleased
|
||||
|
||||
* Updated deps:
|
||||
|
||||
```clj
|
||||
[metosin/spec-tools "0.10.0"] is available but we use "0.9.3"
|
||||
[metosin/muuntaja "0.6.5"] is available but we use "0.6.4"
|
||||
[metosin/jsonista "0.2.5"] is available but we use "0.2.3"
|
||||
[fipp "0.6.21"] is available but we use "0.6.18"
|
||||
```
|
||||
|
||||
### `reitit-frontend`
|
||||
|
||||
* **Html5History**: Added `:ignore-anchor-click?` option ([#259](https://github.com/metosin/reitit/pull/259))
|
||||
|
|
|
|||
30
project.clj
30
project.clj
|
|
@ -27,26 +27,26 @@
|
|||
[metosin/reitit-sieppari "0.3.9"]
|
||||
[metosin/reitit-pedestal "0.3.9"]
|
||||
[metosin/ring-swagger-ui "2.2.10"]
|
||||
[metosin/spec-tools "0.9.3"]
|
||||
[metosin/spec-tools "0.10.0"]
|
||||
[metosin/schema-tools "0.12.0"]
|
||||
[metosin/muuntaja "0.6.4"]
|
||||
[metosin/jsonista "0.2.3"]
|
||||
[metosin/muuntaja "0.6.5"]
|
||||
[metosin/jsonista "0.2.5"]
|
||||
[metosin/sieppari "0.0.0-alpha7"]
|
||||
|
||||
[meta-merge "1.0.0"]
|
||||
[fipp "0.6.18" :exclusions [org.clojure/core.rrb-vector]]
|
||||
[fipp "0.6.21" :exclusions [org.clojure/core.rrb-vector]]
|
||||
[expound "0.7.2"]
|
||||
[lambdaisland/deep-diff "0.0-47"]
|
||||
[com.bhauman/spell-spec "0.1.1"]
|
||||
[ring/ring-core "1.7.1"]
|
||||
|
||||
[io.pedestal/pedestal.service "0.5.5"]]
|
||||
[io.pedestal/pedestal.service "0.5.7"]]
|
||||
|
||||
:plugins [[jonase/eastwood "0.3.5"]
|
||||
:plugins [[jonase/eastwood "0.3.6"]
|
||||
;[lein-virgil "0.1.7"]
|
||||
[lein-doo "0.1.11"]
|
||||
[lein-cljsbuild "1.1.7"]
|
||||
[lein-cloverage "1.1.1"]
|
||||
[lein-cloverage "1.1.2"]
|
||||
[lein-codox "0.10.7"]
|
||||
[metosin/bat-test "0.4.3"]]
|
||||
|
||||
|
|
@ -95,15 +95,15 @@
|
|||
[metosin/jsonista]
|
||||
|
||||
[criterium "0.4.5"]
|
||||
[org.clojure/test.check "0.9.0"]
|
||||
[org.clojure/tools.namespace "0.3.0"]
|
||||
[com.gfredericks/test.chuck "0.2.9"]
|
||||
[org.clojure/test.check "0.10.0"]
|
||||
[org.clojure/tools.namespace "0.3.1"]
|
||||
[com.gfredericks/test.chuck "0.2.10"]
|
||||
|
||||
[io.pedestal/pedestal.service "0.5.5"]
|
||||
[io.pedestal/pedestal.service "0.5.7"]
|
||||
|
||||
[org.clojure/core.async "0.4.500"]
|
||||
[manifold "0.1.8"]
|
||||
[funcool/promesa "2.0.1"]
|
||||
[funcool/promesa "4.0.2"]
|
||||
|
||||
[com.clojure-goes-fast/clj-async-profiler "0.4.0"]
|
||||
[ring-cors "0.1.13"]
|
||||
|
|
@ -117,12 +117,12 @@
|
|||
:dependencies [[compojure "1.6.1"]
|
||||
[ring/ring-defaults "0.3.2"]
|
||||
[ikitommi/immutant-web "3.0.0-alpha1"]
|
||||
[io.pedestal/pedestal.service "0.5.5"]
|
||||
[io.pedestal/pedestal.jetty "0.5.5"]
|
||||
[io.pedestal/pedestal.service "0.5.7"]
|
||||
[io.pedestal/pedestal.jetty "0.5.7"]
|
||||
[calfpath "0.7.2"]
|
||||
[org.clojure/core.async "0.4.500"]
|
||||
[manifold "0.1.8"]
|
||||
[funcool/promesa "2.0.1"]
|
||||
[funcool/promesa "4.0.2"]
|
||||
[metosin/sieppari]
|
||||
[yada "1.2.16"]
|
||||
[aleph "0.4.6"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue