Skip to content

Commit 85b8711

Browse files
committed
fix: update clj-kondo to 2019.11.23
1 parent b946438 commit 85b8711

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"homepage": "https://github.com/filipesilva/create-cljs-app#readme",
4040
"devDependencies": {
41-
"clj-kondo": "2019.10.11-alpha.1",
41+
"clj-kondo": "2019.11.23",
4242
"shadow-cljs": "^2.8.74",
4343
"shx": "^0.3.2",
4444
"zprint-clj": "^0.8.0"

template/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"clean": "rimraf public/js"
1515
},
1616
"devDependencies": {
17-
"clj-kondo": "2019.10.11-alpha.1",
17+
"clj-kondo": "2019.11.23",
1818
"rimraf": "~3.0.0",
1919
"serve-handler": "~6.1.2",
2020
"shadow-cljs": "~2.8.74",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -271,10 +271,10 @@ cipher-base@^1.0.0, cipher-base@^1.0.1, cipher-base@^1.0.3:
271271
inherits "^2.0.1"
272272
safe-buffer "^5.0.1"
273273

274-
clj-kondo@2019.10.11-alpha.1:
275-
version "2019.10.11-alpha.1"
276-
resolved "https://registry.yarnpkg.com/clj-kondo/-/clj-kondo-2019.10.11-alpha.1.tgz#a34b7ee076ac7469cf5c3e20622e17d345595d7e"
277-
integrity sha512-6doasyUSzwy6YlN+4Ke+cRt6dijmWavRretR51UVM5n8NnimOEzbR3bbNM6mnT1rtZYxwhCU/gfTgajxBWGoiQ==
274+
clj-kondo@2019.11.23:
275+
version "2019.11.23"
276+
resolved "https://registry.yarnpkg.com/clj-kondo/-/clj-kondo-2019.11.23.tgz#c892c593c86090f187694936973991c6a955e7fd"
277+
integrity sha512-M3wiZ3vQn89yVDzkX+S+ZEttivYl8aOSO3mqVhx50aNOXvC5+qY+gVaPvS9tVXIGSyWg3FQzYIjbtE0c/Nho8w==
278278
dependencies:
279279
binwrap "^0.2.2"
280280
request "^2.88.0"

0 commit comments

Comments
 (0)