Skip to content

Commit

Permalink
Merge pull request #2046 from rlovtangen/react-bootstrap-0.33.1
Browse files Browse the repository at this point in the history
[react-bootstrap_0] Update to 0.33.1
  • Loading branch information
Deraen committed Feb 3, 2020
2 parents 455071f + f54be07 commit e12240f
Show file tree
Hide file tree
Showing 4 changed files with 70 additions and 140 deletions.
4 changes: 2 additions & 2 deletions react-bootstrap_0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[](dependency)
```clojure
[cljsjs/react-bootstrap "0.32.4-0"] ;; latest release
[cljsjs/react-bootstrap "0.33.1-0"] ;; latest release
```
[](/dependency)

Expand All @@ -19,7 +19,7 @@ To use this with Boot, require [boot-less][less4clj] like so:
```clojure
(set-env!
:dependencies '[[deraen/boot-less "0.6.2" :scope "test"]
[cljsjs/react-bootstrap "0.32.4-0"]])
[cljsjs/react-bootstrap "0.33.1-0"]])

```
create a "main.main.less" file within one of your source-paths with following content
Expand Down
4 changes: 2 additions & 2 deletions react-bootstrap_0/boot-cljsjs-checksums.edn
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{"cljsjs/react-bootstrap/development/react-bootstrap.inc.js"
"60C02E102B7702B2008A7E35DD25A0E5",
"97E6D98990C249CAC082269E0ECD7F51",
"cljsjs/react-bootstrap/production/react-bootstrap.min.inc.js"
"08D500780B8D99F452E9A24ADB9F3AD0"}
"66417696C0D5B9B894F45D7E3DB45B3A"}
8 changes: 4 additions & 4 deletions react-bootstrap_0/build.boot
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
:resource-paths #{"resources"}
:dependencies '[[adzerk/bootlaces "0.1.13" :scope "test"]
[cljsjs/boot-cljsjs "0.10.5" :scope "test"]
[cljsjs/react "16.4.2-0"]
[cljsjs/react-dom "16.4.2-0"]
[cljsjs/bootstrap "3.3.6-1"]])
[cljsjs/react "16.8.6-0"]
[cljsjs/react-dom "16.8.6-0"]
[cljsjs/bootstrap "3.4.1-0"]])

(require '[cljsjs.boot-cljsjs.packaging :refer :all])

(def +lib-version+ "0.32.4")
(def +lib-version+ "0.33.1")
(def +version+ (str +lib-version+ "-0"))


Expand Down

0 comments on commit e12240f

Please sign in to comment.