Skip to content

Commit 33b11e1

Browse files
committed
upgrade deps; fix typo
1 parent 9201423 commit 33b11e1

File tree

5 files changed

+22
-22
lines changed

5 files changed

+22
-22
lines changed

calcit.cirru

+1-1
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@
305305
|j $ {} (:type :expr) (:id |H174dhmZQ) (:by nil) (:at 1500541255553)
306306
:data $ {}
307307
|T $ {} (:type :leaf) (:id |SkFQgeUZe0rb) (:text |str) (:by |root) (:at 1500541255553)
308-
|j $ {} (:type :leaf) (:id |rkcXeeLWxAHb) (:text "|\"Name is token: ") (:by |root) (:at 1500541255553)
308+
|j $ {} (:type :leaf) (:id |rkcXeeLWxAHb) (:text "|\"Name is taken: ") (:by |B1y7Rc-Zz) (:at 1586599249174)
309309
|r $ {} (:type :leaf) (:id |Byi7lx8blCH-) (:text |username) (:by |root) (:at 1500541255553)
310310
|v $ {} (:type :expr) (:id |rJ2melL-gABW) (:by nil) (:at 1500541255553)
311311
:data $ {}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"ws": "^7.2.3"
2626
},
2727
"devDependencies": {
28-
"feather-icons": "^4.26.0",
28+
"feather-icons": "^4.28.0",
2929
"shadow-cljs": "^2.8.93",
3030
"source-map-support": "^0.5.16",
3131
"url-parse": "^1.4.7"

shadow-cljs.edn

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
[cumulo/util "0.1.10"]
1111
[respo "0.12.1"]
1212
[respo/ui "0.3.14"]
13-
[respo/alerts "0.5.0"]
13+
[respo/alerts "0.5.1"]
1414
[respo/message "0.3.6"]
1515
[respo/feather "0.1.1"]
1616
[cirru/bisection-key "0.1.5"]

src/app/updater/user.cljs

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
db
3535
[:sessions sid :messages]
3636
(fn [messages]
37-
(assoc messages op-id {:id op-id, :text (str "Name is token: " username)})))
37+
(assoc messages op-id {:id op-id, :text (str "Name is taken: " username)})))
3838
(-> db
3939
(assoc-in [:sessions sid :user-id] op-id)
4040
(assoc-in

yarn.lock

+18-18
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)