mirror of
https://github.com/penpot/penpot.git
synced 2025-12-12 06:24:17 +01:00
⬆️ Update struct dependency.
This commit is contained in:
@@ -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"}
|
||||
|
||||
Reference in New Issue
Block a user