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 1
1
{
2
2
"private" : true ,
3
3
"js-framework-benchmark" : {
4
- "frameworkVersion" : " 0.8 "
4
+ "frameworkVersion" : " 0.10 "
5
5
},
6
6
"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"
9
9
},
10
10
"dependencies" : {
11
11
"lein-bin" : " 0.1.0"
Original file line number Diff line number Diff line change 3
3
:license {:name " Apache-2.0" }
4
4
:description " Reagent demo"
5
5
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 " ]]
12
12
13
13
:plugins [[lein-cljsbuild " 1.1.7" ]]
14
14
You can’t perform that action at this time.
0 commit comments