Skip to content

Commit

Permalink
fix: update clj-kondo to 2019.11.23
Browse files Browse the repository at this point in the history
  • Loading branch information
filipesilva committed Nov 23, 2019
1 parent b946438 commit 85b8711
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"homepage": "https://github.com/filipesilva/create-cljs-app#readme",
"devDependencies": {
"clj-kondo": "2019.10.11-alpha.1",
"clj-kondo": "2019.11.23",
"shadow-cljs": "^2.8.74",
"shx": "^0.3.2",
"zprint-clj": "^0.8.0"
Expand Down
2 changes: 1 addition & 1 deletion template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"clean": "rimraf public/js"
},
"devDependencies": {
"clj-kondo": "2019.10.11-alpha.1",
"clj-kondo": "2019.11.23",
"rimraf": "~3.0.0",
"serve-handler": "~6.1.2",
"shadow-cljs": "~2.8.74",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -271,10 +271,10 @@ cipher-base@^1.0.0, cipher-base@^1.0.1, cipher-base@^1.0.3:
inherits "^2.0.1"
safe-buffer "^5.0.1"

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

0 comments on commit 85b8711

Please sign in to comment.