mirror of
https://github.com/penpot/penpot.git
synced 2025-01-26 08:29:42 -05:00
Update dependencies.
This commit is contained in:
parent
53c657e8a4
commit
5695d07e7e
1 changed files with 5 additions and 6 deletions
11
project.clj
11
project.clj
|
@ -15,18 +15,17 @@
|
||||||
|
|
||||||
;; runtime
|
;; runtime
|
||||||
[com.cognitect/transit-cljs "0.8.237"]
|
[com.cognitect/transit-cljs "0.8.237"]
|
||||||
[rum "0.7.0" :exclusions [sablono]]
|
[rum "0.8.1"]
|
||||||
[sablono "0.7.0"]
|
[cljsjs/react "15.0.1-1"]
|
||||||
[cljsjs/react "15.0.1-0"]
|
[cljsjs/react-dom "15.0.1-1"]
|
||||||
[cljsjs/react-dom "15.0.1-0"]
|
|
||||||
[cljsjs/moment "2.10.6-4"]
|
[cljsjs/moment "2.10.6-4"]
|
||||||
[funcool/struct "0.1.0-SNAPSHOT"]
|
[funcool/struct "0.1.0"]
|
||||||
[funcool/lentes "1.0.1"]
|
[funcool/lentes "1.0.1"]
|
||||||
[funcool/httpurr "0.6.0-SNAPSHOT"]
|
[funcool/httpurr "0.6.0-SNAPSHOT"]
|
||||||
[funcool/promesa "1.1.1"]
|
[funcool/promesa "1.1.1"]
|
||||||
[funcool/beicon "1.2.0"]
|
[funcool/beicon "1.2.0"]
|
||||||
[funcool/cuerdas "0.7.2"]
|
[funcool/cuerdas "0.7.2"]
|
||||||
[bidi "2.0.6"]]
|
[bidi "2.0.7"]]
|
||||||
:plugins [[lein-ancient "0.6.7"]]
|
:plugins [[lein-ancient "0.6.7"]]
|
||||||
:clean-targets ^{:protect false} ["resources/public/js" "target"]
|
:clean-targets ^{:protect false} ["resources/public/js" "target"]
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue