Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps upgrade #224

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 4 additions & 8 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[cljs-http "0.1.46"]
[org.clojure/core.async "1.5.648"]
;; TODO migration from cljs-web3 to cljs-web3-next can be completed
;; only when the latter contains all so far missing functionality
[cljs-web3 "0.19.0-0-11"]
[cljs-web3-next "0.1.3"] ; TODO after upgrade to "0.2.0-SNAPSHOT" remove district.server.smart-contracts in this project
[cljsjs/filesaverjs "1.3.3-0"]
[cljsjs/prop-types "15.6.0-0"]
[cljsjs/react "16.4.1-0"]
Expand All @@ -32,19 +28,19 @@
[reagent "0.8.1"]
[soda-ash "0.76.0"]

[cljs-web3 "0.19.0-0-11"] ; needed ?
kwladyka marked this conversation as resolved.
Show resolved Hide resolved
[is.d0x/district-server-bundle "22.12.12-SNAPSHOT"]
[is.d0x/district-ui-bundle "22.12.12-SNAPSHOT"]
[is.d0x/district-shared-bundle "23.1.20-SNAPSHOT"]
[district0x/async-helpers "0.1.3"]
[district0x/bignumber "1.0.3"]
[district0x/district-encryption "1.0.1"]
[district0x/district-sendgrid "1.0.1"]
[district0x/district-server-config "1.0.1"]
[district0x/district-server-db "1.0.4"]
;; TODO: Update to latest version.
;; Version 1.0.2 splits the package into two separate modules.
[district0x/district-server-endpoints "1.0.1"]
[district0x/district-server-logging "1.0.6"]
[district0x/district-server-smart-contracts "1.2.9"]
[district0x/district-server-web3 "1.2.6"]
[district0x/district-server-web3-events "1.1.10"]
[district0x/district-ui-logging "1.1.0"]
[district0x/district-ui-mobile "1.0.0"]
[district0x/error-handling "1.0.4"]
Expand Down