spell-spec & fix-typo

This commit is contained in:
Tommi Reiman 2020-05-12 08:32:40 +03:00
parent e9792892d0
commit 728fc854bf
2 changed files with 3 additions and 2 deletions

View file

@ -24,6 +24,7 @@ We use [Break Versioning][breakver]. The version numbers follow a `<major>.<mino
[metosin/schema-tools "0.12.2"] is available but we use "0.12.1"
[metosin/muuntaja "0.6.7"] is available but we use "0.6.6"
[metosin/jsonista "0.2.6"] is available but we use "0.2.5"
[com.bhauman/spell-spec "0.1.2"] is available but we use "0.1.1"
[fipp "0.6.23"] is available but we use "0.6.22"
[ring/ring-core "1.8.1"] is available but we use "1.8.0"
```
@ -46,7 +47,7 @@ is called the first time, so that `rfe/push-state` and such can be called
### `reitit-ring`
* `reitit.ring/routes` strips away `nil` routes, fixes [#394](https://github.com/metosin/reitit/issues/394)
* `reitit.ring/create-file-handler` to serve files from classpah, fixes [#395](https://github.com/metosin/reitit/issues/395)
* `reitit.ring/create-file-handler` to serve files from filesystem, fixes [#395](https://github.com/metosin/reitit/issues/395)
### `reitit-spec`

View file

@ -42,7 +42,7 @@
[fipp "0.6.23" :exclusions [org.clojure/core.rrb-vector]]
[expound "0.8.4"]
[lambdaisland/deep-diff "0.0-47"]
[com.bhauman/spell-spec "0.1.1"]
[com.bhauman/spell-spec "0.1.2"]
[ring/ring-core "1.8.1"]
[io.pedestal/pedestal.service "0.5.7"]]