File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 11{
22 "private" : true ,
33 "js-framework-benchmark" : {
4- "frameworkVersion" : " 0.8 "
4+ "frameworkVersion" : " 0.10 "
55 },
66 "scripts" : {
7- "build-dev" : " LEIN_VERSION=2.8.1 lein cljsbuild auto" ,
8- "build-prod" : " LEIN_VERSION=2.8.1 lein cljsbuild once prod"
7+ "build-dev" : " LEIN_VERSION=2.9.3 lein cljsbuild auto" ,
8+ "build-prod" : " LEIN_VERSION=2.9.3 lein cljsbuild once prod"
99 },
1010 "dependencies" : {
1111 "lein-bin" : " 0.1.0"
Original file line number Diff line number Diff line change 33 :license {:name " Apache-2.0" }
44 :description " Reagent demo"
55
6- :dependencies [[org.clojure/clojure " 1.8.0 " ]
7- [org.clojure/clojurescript " 1.9.946 " ]
8- [reagent " 0.8.0-alpha2 " ]
9- [cljsjs/react " 16.2 .0-1 " ]
10- [cljsjs/react-dom " 16.2 .0-1 " ]
11- [cljsjs/react-dom-server " 16.2 .0-1 " ]]
6+ :dependencies [[org.clojure/clojure " 1.10.1 " ]
7+ [org.clojure/clojurescript " 1.10.597 " ]
8+ [reagent " 0.10.0 " ]
9+ [cljsjs/react " 16.13 .0-0 " ]
10+ [cljsjs/react-dom " 16.13 .0-0 " ]
11+ [cljsjs/react-dom-server " 16.13 .0-0 " ]]
1212
1313 :plugins [[lein-cljsbuild " 1.1.7" ]]
1414
You can’t perform that action at this time.
0 commit comments