Skip to content

Commit

Permalink
upgrade deps; alpha release
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Dec 8, 2019
1 parent 0ef55e3 commit 567f4df
Show file tree
Hide file tree
Showing 5 changed files with 71 additions and 59 deletions.
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
:deps {
cirru/writer {:mvn/version "0.1.5-a1"}
cirru/parser {:mvn/version "0.2.0"}
cirru/parser {:mvn/version "0.2.1-a1"}
}
}
2 changes: 1 addition & 1 deletion meyvn.edn
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

{:pom {:group-id "cirru",
:artifact-id "edn",
:version "0.0.2-a1",
:version "0.0.2-a2",
:name "Cirru EDN data parser/format"}
:packaging {:jar {:enabled true
:remote-repository {:id "clojars"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"author": "jiyinyiyong",
"license": "MIT",
"devDependencies": {
"http-server": "^0.11.1",
"shadow-cljs": "^2.8.76"
"http-server": "^0.12.0",
"shadow-cljs": "^2.8.81"
},
"dependencies": {
"feather-icons": "^4.24.1",
Expand Down
2 changes: 1 addition & 1 deletion shadow-cljs.edn
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
[respo/feather "0.1.1"]
[respo/reel "0.3.5"]
[cirru/writer "0.1.5-a1"]
[cirru/parser "0.2.0"]
[cirru/parser "0.2.1-a1"]
[cirru/favored-edn "0.1.2"]
[cumulo/util "0.1.10"]
[medley "1.2.0"]
Expand Down
120 changes: 66 additions & 54 deletions yarn.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 567f4df

Please sign in to comment.