Skip to content

Commit

Permalink
update react hitch point to local deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dspiteself committed Jan 25, 2021
1 parent bfb58aa commit 2f97ee5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
15 changes: 8 additions & 7 deletions deps.edn
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{:paths ["src" "src" "src"],
:mvn/repos {"releases" {:url "s3p://breezepackages/releases"},
"snapshots" {:url "s3p://breezepackages/snapshots"}}
:mvn/repos {"releases" {:url "s3://breezepackages/releases"},
"snapshots" {:url "s3://breezepackages/snapshots"}}
:aliases {:dev {:extra-deps {devcards {:mvn/version "0.2.5"},
com.bhauman/cljs-test-display {:mvn/version "0.1.1"},
com.bhauman/figwheel-main {:mvn/version "0.2.0"}}}
Expand All @@ -9,10 +9,11 @@
:runner {:extra-deps {com.cognitect/test-runner {:git/url "https://github.com/cognitect-labs/test-runner",
:sha "76568540e7f40268ad2b646110f237a60295fa3c"}},
:main-opts ["-m" "cognitect.test-runner" "-d" "test"]},},
:deps {com.breezeehr/hitch2 {:mvn/version "0.4.0-SNAPSHOT",
:exclusions [org.clojure/clojurescript]},
com.breezeehr/quiescent {:mvn/version "0.3.0",
:exclusions [cljsjs/react-dom cljsjs/react cljsjs/create-react-class]},
:deps {com.breezeehr/hitch2 {;:mvn/version "0.4.0-SNAPSHOT"
:local/root "../hitch2"},
com.breezeehr/quiescent {:exclusions [cljsjs/react-dom cljsjs/react
cljsjs/create-react-class],
:local/root "../static-libs/quiescent-0.3.0.jar"},
crinkle {:mvn/version "2.0.0", :exclusions [org.clojure/clojurescript]},
org.clojure/clojure {:mvn/version "1.10.1"},
thheller/shadow-cljs {:mvn/version "2.8.74"}},}
thheller/shadow-cljs {:mvn/version "2.11.14"}},}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"create-react-class": "^15.6.3",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"shadow-cljs": "^2.8.74",
"shadow-cljs": "^2.11.14",
"showdown": "^1.9.0"
}
}

0 comments on commit 2f97ee5

Please sign in to comment.