From 7f61f7d282e619baa39fb19f4f725ed6bb63be98 Mon Sep 17 00:00:00 2001 From: awb99 Date: Sun, 21 Apr 2024 15:21:00 -0500 Subject: [PATCH] pinkie dep bump --- deps.edn | 6 +----- {src => resources}/demo/notebook/highcharts.clj | 0 {src => resources}/demo/notebook/highstock.clj | 0 3 files changed, 1 insertion(+), 5 deletions(-) rename {src => resources}/demo/notebook/highcharts.clj (100%) rename {src => resources}/demo/notebook/highstock.clj (100%) diff --git a/deps.edn b/deps.edn index 35615cc..a403b1e 100644 --- a/deps.edn +++ b/deps.edn @@ -4,7 +4,7 @@ ] :deps {org.clojure/clojure {:mvn/version "1.10.3"} - org.pinkgorilla/pinkie {:mvn/version "0.5.231"}; js-render + org.pinkgorilla/pinkie {:mvn/version "0.5.232"}; js-render } :aliases {; github ci @@ -26,10 +26,6 @@ {:extra-deps {clj-kondo/clj-kondo {:mvn/version "RELEASE"}} :main-opts ["-m" "clj-kondo.main" "--lint" "src"]} - :outdated - {:extra-deps {com.github.liquidz/antq {:mvn/version "RELEASE"}} - :main-opts ["-m" "antq.core"]} - :check {:extra-deps {athos/clj-check {:git/url "https://github.com/athos/clj-check.git" :sha "0ca84df1357d71429243b99908303f45a934654c"}} diff --git a/src/demo/notebook/highcharts.clj b/resources/demo/notebook/highcharts.clj similarity index 100% rename from src/demo/notebook/highcharts.clj rename to resources/demo/notebook/highcharts.clj diff --git a/src/demo/notebook/highstock.clj b/resources/demo/notebook/highstock.clj similarity index 100% rename from src/demo/notebook/highstock.clj rename to resources/demo/notebook/highstock.clj