new versions
This commit is contained in:
parent
aa0a0579b5
commit
029b911b26
3 changed files with 11 additions and 11 deletions
10
package.json
10
package.json
|
@ -2,7 +2,7 @@
|
||||||
"name": "c4k-common-cljs",
|
"name": "c4k-common-cljs",
|
||||||
"description": "Contains predicates and tools for c4k",
|
"description": "Contains predicates and tools for c4k",
|
||||||
"author": "meissa GmbH",
|
"author": "meissa GmbH",
|
||||||
"version": "5.0.1",
|
"version": "8.0.1",
|
||||||
"homepage": "https://gitlab.com/domaindrivenarchitecture/c4k-common#readme",
|
"homepage": "https://gitlab.com/domaindrivenarchitecture/c4k-common#readme",
|
||||||
"repository": "https://www.npmjs.com/package/c4k-common",
|
"repository": "https://www.npmjs.com/package/c4k-common",
|
||||||
"license": "APACHE2",
|
"license": "APACHE2",
|
||||||
|
@ -22,11 +22,11 @@
|
||||||
"url": "https://repo.prod.meissa.de/meissa/c4k-common/issues"
|
"url": "https://repo.prod.meissa.de/meissa/c4k-common/issues"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"js-base64": "^3.7.2",
|
"js-base64": "^3.7.7",
|
||||||
"js-yaml": "^4.0.0"
|
"js-yaml": "^4.1.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"shadow-cljs": "^2.11.18",
|
"shadow-cljs": "^2.28.20",
|
||||||
"source-map-support": "^0.5.19"
|
"source-map-support": "^0.5.21"
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -3,7 +3,7 @@
|
||||||
:url "https://domaindrivenarchitecture.org"
|
:url "https://domaindrivenarchitecture.org"
|
||||||
:license {:name "Apache License, Version 2.0"
|
:license {:name "Apache License, Version 2.0"
|
||||||
:url "https://www.apache.org/licenses/LICENSE-2.0.html"}
|
:url "https://www.apache.org/licenses/LICENSE-2.0.html"}
|
||||||
:dependencies [[org.clojure/clojure "1.11.1" :scope "provided"]
|
:dependencies [[org.clojure/clojure "1.12.0" :scope "provided"]
|
||||||
[aero "1.1.6"]
|
[aero "1.1.6"]
|
||||||
[orchestra "2021.01.01-1"]
|
[orchestra "2021.01.01-1"]
|
||||||
[expound "0.9.0"]]
|
[expound "0.9.0"]]
|
||||||
|
|
10
project.clj
10
project.clj
|
@ -3,12 +3,12 @@
|
||||||
:url "https://domaindrivenarchitecture.org"
|
:url "https://domaindrivenarchitecture.org"
|
||||||
:license {:name "Apache License, Version 2.0"
|
:license {:name "Apache License, Version 2.0"
|
||||||
:url "https://www.apache.org/licenses/LICENSE-2.0.html"}
|
:url "https://www.apache.org/licenses/LICENSE-2.0.html"}
|
||||||
:dependencies [[org.clojure/clojure "1.11.3"]
|
:dependencies [[org.clojure/clojure "1.12.0"]
|
||||||
[org.clojure/tools.reader "1.4.2"]
|
[org.clojure/tools.reader "1.5.0"]
|
||||||
[aero "1.1.6"]
|
[aero "1.1.6"]
|
||||||
[orchestra "2021.01.01-1"]
|
[orchestra "2021.01.01-1"]
|
||||||
[expound "0.9.0"]
|
[expound "0.9.0"]
|
||||||
[clj-commons/clj-yaml "1.0.27"]]
|
[clj-commons/clj-yaml "1.0.29"]]
|
||||||
:target-path "target/%s/"
|
:target-path "target/%s/"
|
||||||
:source-paths ["src/main/cljc"
|
:source-paths ["src/main/cljc"
|
||||||
"src/main/clj"]
|
"src/main/clj"]
|
||||||
|
@ -27,9 +27,9 @@
|
||||||
:main dda.c4k-common.uberjar
|
:main dda.c4k-common.uberjar
|
||||||
:uberjar-name "c4k-common-standalone.jar"
|
:uberjar-name "c4k-common-standalone.jar"
|
||||||
:dependencies [[org.clojure/tools.cli "1.1.230"]
|
:dependencies [[org.clojure/tools.cli "1.1.230"]
|
||||||
[ch.qos.logback/logback-classic "1.5.6"
|
[ch.qos.logback/logback-classic "1.5.16"
|
||||||
:exclusions [com.sun.mail/javax.mail]]
|
:exclusions [com.sun.mail/javax.mail]]
|
||||||
[org.slf4j/jcl-over-slf4j "2.0.13"]]}}
|
[org.slf4j/jcl-over-slf4j "2.0.16"]]}}
|
||||||
:release-tasks [["test"]
|
:release-tasks [["test"]
|
||||||
["vcs" "assert-committed"]
|
["vcs" "assert-committed"]
|
||||||
["change" "version" "leiningen.release/bump-version" "release"]
|
["change" "version" "leiningen.release/bump-version" "release"]
|
||||||
|
|
Loading…
Reference in a new issue