mirror of
https://github.com/penpot/penpot.git
synced 2025-01-08 16:00:19 -05:00
⬆️ Update lambdaisland/uri dependency.
This commit is contained in:
parent
ee1738c9d4
commit
6ed182002b
2 changed files with 2 additions and 5 deletions
|
@ -28,7 +28,7 @@
|
|||
funcool/promesa {:mvn/version "6.0.1"}
|
||||
funcool/cuerdas {:mvn/version "2021.05.29-0"}
|
||||
|
||||
lambdaisland/uri {:mvn/version "1.4.54"
|
||||
lambdaisland/uri {:mvn/version "1.4.70"
|
||||
:exclusions [org.clojure/data.json]}
|
||||
|
||||
frankiesardo/linked {:mvn/version "1.3.0"}
|
||||
|
|
|
@ -15,10 +15,7 @@
|
|||
(d/export u/join)
|
||||
(d/export u/query-encode)
|
||||
(d/export un/percent-encode)
|
||||
|
||||
(defn uri?
|
||||
[o]
|
||||
(instance? lambdaisland.uri.URI o))
|
||||
(d/export u/uri?)
|
||||
|
||||
(defn query-string->map
|
||||
[s]
|
||||
|
|
Loading…
Reference in a new issue