mirror of
https://github.com/metosin/reitit.git
synced 2025-12-17 16:31:11 +00:00
Update Deps
This commit is contained in:
parent
bae6e6b8dd
commit
2818378b11
2 changed files with 18 additions and 9 deletions
|
|
@ -12,6 +12,15 @@ We use [Break Versioning][breakver]. The version numbers follow a `<major>.<mino
|
||||||
|
|
||||||
[breakver]: https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md
|
[breakver]: https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md
|
||||||
|
|
||||||
|
## UNRELEASED
|
||||||
|
|
||||||
|
* Updated dependencies:
|
||||||
|
|
||||||
|
```clojure
|
||||||
|
[metosin/ring-swagger-ui "5.0.0-alpha.0"] is available but we use "4.15.5"
|
||||||
|
[metosin/malli "0.10.3"] is available but we use "0.10.1"
|
||||||
|
```
|
||||||
|
|
||||||
## 0.6.0 (2023-02-21)
|
## 0.6.0 (2023-02-21)
|
||||||
|
|
||||||
* Add reitit-frontend support for fragment string [#581](https://github.com/metosin/reitit/pull/581)
|
* Add reitit-frontend support for fragment string [#581](https://github.com/metosin/reitit/pull/581)
|
||||||
|
|
|
||||||
18
project.clj
18
project.clj
|
|
@ -31,13 +31,13 @@
|
||||||
[metosin/reitit-frontend "0.6.0"]
|
[metosin/reitit-frontend "0.6.0"]
|
||||||
[metosin/reitit-sieppari "0.6.0"]
|
[metosin/reitit-sieppari "0.6.0"]
|
||||||
[metosin/reitit-pedestal "0.6.0"]
|
[metosin/reitit-pedestal "0.6.0"]
|
||||||
[metosin/ring-swagger-ui "4.15.5"]
|
[metosin/ring-swagger-ui "5.0.0-alpha.0"]
|
||||||
[metosin/spec-tools "0.10.5"]
|
[metosin/spec-tools "0.10.5"]
|
||||||
[metosin/schema-tools "0.13.0"]
|
[metosin/schema-tools "0.13.0"]
|
||||||
[metosin/muuntaja "0.6.8"]
|
[metosin/muuntaja "0.6.8"]
|
||||||
[metosin/jsonista "0.3.7"]
|
[metosin/jsonista "0.3.7"]
|
||||||
[metosin/sieppari "0.0.0-alpha13"]
|
[metosin/sieppari "0.0.0-alpha13"]
|
||||||
[metosin/malli "0.10.1"]
|
[metosin/malli "0.10.3"]
|
||||||
|
|
||||||
;; https://clojureverse.org/t/depending-on-the-right-versions-of-jackson-libraries/5111
|
;; https://clojureverse.org/t/depending-on-the-right-versions-of-jackson-libraries/5111
|
||||||
[com.fasterxml.jackson.core/jackson-core "2.14.2"]
|
[com.fasterxml.jackson.core/jackson-core "2.14.2"]
|
||||||
|
|
@ -52,11 +52,11 @@
|
||||||
|
|
||||||
[io.pedestal/pedestal.service "0.5.10"]]
|
[io.pedestal/pedestal.service "0.5.10"]]
|
||||||
|
|
||||||
:plugins [[jonase/eastwood "1.2.2"]
|
:plugins [[jonase/eastwood "1.3.0"]
|
||||||
;[lein-virgil "0.1.7"]
|
;[lein-virgil "0.1.7"]
|
||||||
[lein-doo "0.1.11"]
|
[lein-doo "0.1.11"]
|
||||||
[lein-cljsbuild "1.1.8"]
|
[lein-cljsbuild "1.1.8"]
|
||||||
[lein-cloverage "1.2.2"]
|
[lein-cloverage "1.2.4"]
|
||||||
[lein-codox "0.10.8"]
|
[lein-codox "0.10.8"]
|
||||||
[metosin/bat-test "0.4.4"]]
|
[metosin/bat-test "0.4.4"]]
|
||||||
|
|
||||||
|
|
@ -91,7 +91,7 @@
|
||||||
[metosin/muuntaja "0.6.8"]
|
[metosin/muuntaja "0.6.8"]
|
||||||
[metosin/sieppari "0.0.0-alpha13"]
|
[metosin/sieppari "0.0.0-alpha13"]
|
||||||
[metosin/jsonista "0.3.7"]
|
[metosin/jsonista "0.3.7"]
|
||||||
[metosin/malli "0.10.1"]
|
[metosin/malli "0.10.3"]
|
||||||
[lambdaisland/deep-diff "0.0-47"]
|
[lambdaisland/deep-diff "0.0-47"]
|
||||||
[meta-merge "1.0.0"]
|
[meta-merge "1.0.0"]
|
||||||
[com.bhauman/spell-spec "0.1.2"]
|
[com.bhauman/spell-spec "0.1.2"]
|
||||||
|
|
@ -103,13 +103,13 @@
|
||||||
[ring "1.9.6"]
|
[ring "1.9.6"]
|
||||||
[ikitommi/immutant-web "3.0.0-alpha1"]
|
[ikitommi/immutant-web "3.0.0-alpha1"]
|
||||||
[metosin/ring-http-response "0.9.3"]
|
[metosin/ring-http-response "0.9.3"]
|
||||||
[metosin/ring-swagger-ui "4.15.5"]
|
[metosin/ring-swagger-ui "5.0.0-alpha.0"]
|
||||||
|
|
||||||
[criterium "0.4.6"]
|
[criterium "0.4.6"]
|
||||||
[org.clojure/test.check "1.1.1"]
|
[org.clojure/test.check "1.1.1"]
|
||||||
[org.clojure/tools.namespace "1.4.1"]
|
[org.clojure/tools.namespace "1.4.4"]
|
||||||
[com.gfredericks/test.chuck "0.2.14"]
|
[com.gfredericks/test.chuck "0.2.14"]
|
||||||
[nubank/matcher-combinators "3.8.3"]
|
[nubank/matcher-combinators "3.8.4"]
|
||||||
|
|
||||||
[io.pedestal/pedestal.service "0.5.10"]
|
[io.pedestal/pedestal.service "0.5.10"]
|
||||||
|
|
||||||
|
|
@ -137,7 +137,7 @@
|
||||||
[funcool/promesa "10.0.594"]
|
[funcool/promesa "10.0.594"]
|
||||||
[metosin/sieppari]
|
[metosin/sieppari]
|
||||||
[yada "1.2.16"]
|
[yada "1.2.16"]
|
||||||
[aleph "0.6.0"]
|
[aleph "0.6.1"]
|
||||||
[ring/ring-defaults "0.3.4"]
|
[ring/ring-defaults "0.3.4"]
|
||||||
[ataraxy "0.4.3"]
|
[ataraxy "0.4.3"]
|
||||||
[bidi "2.1.6"]
|
[bidi "2.1.6"]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue