Skip to content

Commit 217f8b7

Browse files
committed
update reagent framework to latest
1 parent 06d5f59 commit 217f8b7

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,7 @@ marko-*/build
5656
marko-*/src/xtable.marko
5757
**/hyperoop/.rpt2_cache
5858

59-
# keep root yarn.lock in repo so that travis will install yarn
6059
yarn.lock
61-
!/yarn.lock
6260

6361
package-lock.json
6462

frameworks/keyed/reagent/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"frameworkVersion": "0.8"
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"

frameworks/keyed/reagent/project.clj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
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

0 commit comments

Comments
 (0)