Skip to content

Commit

Permalink
bumped up reagent
Browse files Browse the repository at this point in the history
  • Loading branch information
yogthos committed Apr 2, 2022
1 parent 83bcdc1 commit 20cc554
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject reagent-frontend/lein-template "0.1.70"
(defproject reagent-frontend/lein-template "0.1.71"
:description "A Leiningen template for a ClojureScript setup with Reagent."
:url "https://github.com/reagent-project/reagent-frontend-template"
:license {:name "MIT License"
Expand Down
2 changes: 1 addition & 1 deletion resources/leiningen/new/reagent_frontend/project.clj
Expand Up @@ -6,7 +6,7 @@

:dependencies [[org.clojure/clojure "1.10.3"]
[org.clojure/clojurescript "1.10.891"]
[reagent "1.1.0"]
[reagent "1.1.1"]
[cljsjs/react "17.0.2-0"]
[cljsjs/react-dom "17.0.2-0"]]

Expand Down
2 changes: 1 addition & 1 deletion resources/leiningen/new/reagent_frontend/shadow-cljs.edn
@@ -1,7 +1,7 @@
{:source-paths ["src"]
:dependencies [[binaryage/devtools "1.0.3"]
[nrepl "0.8.3"]
[reagent "1.1.0"]]
[reagent "1.1.1"]]
:builds {:app {:target :browser
:output-dir "public/js"
:asset-path "/js"
Expand Down

0 comments on commit 20cc554

Please sign in to comment.