Skip to content

Commit

Permalink
Update example project
Browse files Browse the repository at this point in the history
  • Loading branch information
arttuka committed Mar 8, 2023
1 parent 106eee7 commit 0ab1eb4
Show file tree
Hide file tree
Showing 9 changed files with 3,400 additions and 492 deletions.
2 changes: 1 addition & 1 deletion example/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
12
16
6 changes: 3 additions & 3 deletions example/deps.edn
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{:paths ["src" "target" "resources"]
:deps {arttuka/reagent-material-ui {:mvn/version "5.11.8-0"
:deps {arttuka/reagent-material-ui {:mvn/version "5.11.12-0"
#_#_:exclusions [arttuka/reagent-material-ui-js]}
cljsjs/react {:mvn/version "17.0.2-0"}
cljsjs/react-dom {:mvn/version "17.0.2-0"}
cljsjs/react {:mvn/version "18.2.0-1"}
cljsjs/react-dom {:mvn/version "18.2.0-1"}
com.bhauman/figwheel-main {:mvn/version "0.2.16"}}
:aliases {:run-dev {:main-opts ["-m" "figwheel.main" "-b" "dev" "-r"]}
:run-npm {:main-opts ["-m" "figwheel.main" "-b" "npm" "-r"]}}}
Loading

0 comments on commit 0ab1eb4

Please sign in to comment.