Skip to content

Commit f5c88ba

Browse files
committed
upgrade respo.core; bump 0.3.9
1 parent 32c562b commit f5c88ba

File tree

6 files changed

+12
-106
lines changed

6 files changed

+12
-106
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Read stylesheets: [style.cljs](https://github.com/Respo/respo-ui/blob/master/src
1313
[![Clojars Project](https://img.shields.io/clojars/v/respo/ui.svg)](https://clojars.org/respo/ui)
1414

1515
```clojure
16-
[respo/ui "0.3.8"]
16+
[respo/ui "0.3.9"]
1717
```
1818

1919
```clojure

meyvn-pom.xml

Lines changed: 0 additions & 93 deletions
This file was deleted.

meyvn.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
{:pom {:group-id "respo",
33
:artifact-id "ui",
4-
:version "0.3.8",
4+
:version "0.3.9",
55
:name "Tiny collection of styles used in Respo"}
66
:packaging {:jar {:enabled true
77
:remote-repository {:id "clojars"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"license": "MIT",
2121
"devDependencies": {
2222
"http-server": "^0.11.1",
23-
"shadow-cljs": "^2.6.14"
23+
"shadow-cljs": "^2.6.21"
2424
},
2525
"dependencies": {}
2626
}

shadow-cljs.edn

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11

2-
{:repositories {"central" {:url "https://maven.aliyun.com/nexus/content/groups/public/"}
3-
"clojars" {:url "https://mirrors.ustc.edu.cn/clojars/"}}
4-
:source-paths ["src" "cli"]
2+
{:source-paths ["src" "cli"]
53
:dependencies [[mvc-works/hsl "0.1.2"]
6-
[mvc-works/shell-page "0.1.8"]
7-
[respo "0.8.21"]
8-
[respo/value "0.2.4"]
4+
[mvc-works/shell-page "0.1.9"]
5+
[respo "0.9.0"]
96
[respo/router "0.4.0"]
107
[respo/markdown "0.2.1"]]
8+
:repositories {"central" {:url "https://maven.aliyun.com/nexus/content/groups/public/"}
9+
"clojars" {:url "https://mirrors.ustc.edu.cn/clojars/"}}
1110
:open-file-command ["subl" ["%s:%s:%s" :file :line :column]]
1211
:builds {:client {:target :browser
1312
:output-dir "target/"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -623,10 +623,10 @@ shadow-cljs-jar@1.3.0:
623623
resolved "https://registry.yarnpkg.com/shadow-cljs-jar/-/shadow-cljs-jar-1.3.0.tgz#e25c4fa57c0b405096250884b164c112654a06a3"
624624
integrity sha512-KReNVgFVM2ZPPGCP8rsCPqtlee/+SwXyoeEqbAXBO7jlpoNnNee2x4fiRg/Pr/vXGEkV/Ez5l4qdNSU1Na+1Jg==
625625

626-
shadow-cljs@^2.6.14:
627-
version "2.6.14"
628-
resolved "https://registry.yarnpkg.com/shadow-cljs/-/shadow-cljs-2.6.14.tgz#2f1329e6c60be6573396890f343e67bd4b192be8"
629-
integrity sha512-iLWunM2gV59lDOAkE/S3HYdn2Mv98PInH8xOCcNJpd44mSbscMkzUx2fOGiW98OnKv+4Ye/PVaFFssAwvctDvg==
626+
shadow-cljs@^2.6.21:
627+
version "2.6.21"
628+
resolved "https://registry.yarnpkg.com/shadow-cljs/-/shadow-cljs-2.6.21.tgz#f93f2bda89cf2561c6ec1d59c902fe9831a1ed62"
629+
integrity sha512-kBQ4caEXGhSLo0AkAo46hhf5y/Kifw1ZWvM4Vw7h5SxXDT4AZkOi0xrwGhqW5H+cxBk2ReNdqMERhvvBLNuz6A==
630630
dependencies:
631631
mkdirp "^0.5.1"
632632
node-libs-browser "^2.0.0"

0 commit comments

Comments
 (0)