Updated to latest version of shadow-cljs and winston.

This commit is contained in:
John Wiseman 2020-10-12 13:48:13 -07:00
parent 0b0217976c
commit 632fb472e9
3 changed files with 341 additions and 291 deletions

624
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -3,7 +3,7 @@
"version": "0.0.1",
"private": true,
"devDependencies": {
"shadow-cljs": "^2.8.109"
"shadow-cljs": "^2.11.5"
},
"dependencies": {
"canvas": "^2.6.1",
@ -16,6 +16,6 @@
"sqlite": "^3.0.3",
"tmp-promise": "^3.0.2",
"twit": "^2.2.11",
"winston": "^3.2.1"
"winston": "^3.3.3"
}
}

View File

@ -12,10 +12,12 @@
{:script
{:target :node-script
:main lemondronor.advisorycircular/main
:output-to "out/advisorycircular.js"}
:output-to "out/advisorycircular.js"
:compiler-options {:infer-externs false}}
:test
{:target :node-test
:output-to "out/node-tests.js"
:compiler-options {:infer-externs false}
;;:ns-regexp "-spec$"
:autorun true}
:edn2json