mirror of
https://github.com/penpot/penpot.git
synced 2025-01-08 07:50:43 -05:00
⬆️ Update struct dependency.
This commit is contained in:
parent
ea3e5d14cd
commit
88cf5483c8
3 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
|||
:sha "80ef2dfdb3248f94f987b476a6bc1a6cfbe5f306"}
|
||||
|
||||
funcool/datoteka {:mvn/version "1.1.0"}
|
||||
funcool/struct {:mvn/version "1.4.0"}
|
||||
funcool/struct {:mvn/version "2.0.0-SNAPSHOT"}
|
||||
|
||||
ring/ring {:mvn/version "1.7.1"}
|
||||
metosin/reitit-core {:mvn/version "0.3.9"}
|
||||
|
|
|
@ -72,7 +72,7 @@
|
|||
:multipart :multipart-params
|
||||
(throw (ex-info "Not supported key on :parameters" {})))]
|
||||
(assoc acc newkey {:key key
|
||||
:fn #(st/validate % spec)})))
|
||||
:fn #(st/validate spec %)})))
|
||||
{} parameters))
|
||||
|
||||
(validate [request parameters debug]
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
environ/environ {:mvn/version "1.1.0"}
|
||||
metosin/reitit-core {:mvn/version "0.3.9"}
|
||||
|
||||
funcool/struct {:mvn/version "1.4.0"}
|
||||
funcool/struct {:mvn/version "2.0.0-SNAPSHOT"}
|
||||
funcool/beicon {:mvn/version "5.1.0"}
|
||||
funcool/cuerdas {:mvn/version "2.2.0"}
|
||||
funcool/lentes {:mvn/version "1.3.0-SNAPSHOT"}
|
||||
|
|
Loading…
Reference in a new issue