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 Sep 22, 2020
1 parent 56cc903 commit d69d359
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 15 deletions.
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
:paths ["src"]
:deps {
cirru/writer {:mvn/version "0.1.7"}
cirru/writer {:mvn/version "0.1.8-a1"}
cirru/parser {:mvn/version "0.2.5"}
}
:aliases {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cirru/edn",
"version": "0.0.10-a2",
"version": "0.0.10-a3",
"description": "ClojureScript workflow using Calcit Editor",
"main": "index.js",
"scripts": {
Expand All @@ -21,7 +21,7 @@
"license": "MIT",
"devDependencies": {
"@cirru/parser.nim": "^0.0.5",
"shadow-cljs": "^2.11.1"
"shadow-cljs": "^2.11.4"
},
"dependencies": {
"feather-icons": "^4.28.0",
Expand Down
2 changes: 1 addition & 1 deletion release.edn
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{:version "0.0.10-a2"
{:version "0.0.10-a3"
:group-id "cirru"
:artifact-id "edn"
:skip-tag true
Expand Down
8 changes: 3 additions & 5 deletions shadow-cljs.edn
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
:dependencies [
[mvc-works/hsl "0.1.2"]
[mvc-works/shell-page "0.1.15"]
[respo "0.13.3"]
[respo "0.13.4"]
[respo/ui "0.3.15"]
[respo/alerts "0.5.5"]
[respo/value "0.3.0"]
[respo/markdown "0.2.5"]
[respo/feather "0.1.1"]
[respo/reel "0.4.2"]
[cirru/writer "0.1.7"]
[cirru/writer "0.1.8-a1"]
[cirru/parser "0.2.5"]
[cirru/favored-edn "0.1.3"]
[cumulo/util "0.1.12"]
Expand All @@ -36,8 +36,6 @@
:build-options {:manifest-name "assets.edn"}
}
}
:page {
:target :node-script, :output-to "target/page.js", :main cirru-edn.page/main!
}
:page {:target :node-script, :output-to "target/page.js", :main cirru-edn.page/main!}
}
}
12 changes: 6 additions & 6 deletions yarn.lock

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

0 comments on commit d69d359

Please sign in to comment.