mirror of
https://github.com/metosin/reitit.git
synced 2025-12-16 16:01:11 +00:00
Update dependencies
This commit is contained in:
parent
8060a015ac
commit
309b6ab6c8
2 changed files with 19 additions and 9 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
|
@ -14,6 +14,16 @@ We use [Break Versioning][breakver]. The version numbers follow a `<major>.<mino
|
|||
|
||||
## Unreleased
|
||||
|
||||
* Updated deps:
|
||||
|
||||
```
|
||||
[metosin/muuntaja "0.6.6"] is available but we use "0.6.5"
|
||||
[fipp "0.6.22"] is available but we use "0.6.21"
|
||||
[expound "0.8.4"] is available but we use "0.7.2"
|
||||
[ring/ring-core "1.8.0"] is available but we use "1.7.1"
|
||||
[metosin/schema-tools "0.12.1"] is available but we use "0.12.0"
|
||||
```
|
||||
|
||||
### `reitit-core`
|
||||
|
||||
* Added ability to mark individual routes as conflicting by using `:conflicting` route data. See [documentation](https://metosin.github.io/reitit/basics/route_conflicts.html). Fixes [#324](https://github.com/metosin/reitit/issues/324)
|
||||
|
|
|
|||
18
project.clj
18
project.clj
|
|
@ -28,17 +28,17 @@
|
|||
[metosin/reitit-pedestal "0.3.10"]
|
||||
[metosin/ring-swagger-ui "2.2.10"]
|
||||
[metosin/spec-tools "0.10.0"]
|
||||
[metosin/schema-tools "0.12.0"]
|
||||
[metosin/muuntaja "0.6.5"]
|
||||
[metosin/schema-tools "0.12.1"]
|
||||
[metosin/muuntaja "0.6.6"]
|
||||
[metosin/jsonista "0.2.5"]
|
||||
[metosin/sieppari "0.0.0-alpha7"]
|
||||
|
||||
[meta-merge "1.0.0"]
|
||||
[fipp "0.6.21" :exclusions [org.clojure/core.rrb-vector]]
|
||||
[expound "0.7.2"]
|
||||
[fipp "0.6.22" :exclusions [org.clojure/core.rrb-vector]]
|
||||
[expound "0.8.4"]
|
||||
[lambdaisland/deep-diff "0.0-47"]
|
||||
[com.bhauman/spell-spec "0.1.1"]
|
||||
[ring/ring-core "1.7.1"]
|
||||
[ring/ring-core "1.8.0"]
|
||||
|
||||
[io.pedestal/pedestal.service "0.5.7"]]
|
||||
|
||||
|
|
@ -71,7 +71,7 @@
|
|||
:java-source-paths ["modules/reitit-core/java-src"]
|
||||
|
||||
:dependencies [[org.clojure/clojure "1.10.1"]
|
||||
[org.clojure/clojurescript "1.10.520"]
|
||||
[org.clojure/clojurescript "1.10.597"]
|
||||
|
||||
;; modules dependencies
|
||||
[metosin/schema-tools]
|
||||
|
|
@ -87,7 +87,7 @@
|
|||
|
||||
[orchestra "2019.02.06-1"]
|
||||
|
||||
[ring "1.7.1"]
|
||||
[ring "1.8.0"]
|
||||
[ikitommi/immutant-web "3.0.0-alpha1"]
|
||||
[metosin/ring-http-response "0.9.1"]
|
||||
[metosin/ring-swagger-ui "2.2.10"]
|
||||
|
|
@ -102,7 +102,7 @@
|
|||
|
||||
[io.pedestal/pedestal.service "0.5.7"]
|
||||
|
||||
[org.clojure/core.async "0.4.500"]
|
||||
[org.clojure/core.async "0.6.532"]
|
||||
[manifold "0.1.8"]
|
||||
[funcool/promesa "4.0.2"]
|
||||
|
||||
|
|
@ -121,7 +121,7 @@
|
|||
[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"]
|
||||
[org.clojure/core.async "0.6.532"]
|
||||
[manifold "0.1.8"]
|
||||
[funcool/promesa "4.0.2"]
|
||||
[metosin/sieppari]
|
||||
|
|
|
|||
Loading…
Reference in a new issue