Upgrade cljs + shadow

- Upgraded shadow to keep goog compiler versions the same
- Converted some safe-parse-int's to parse-long
- Converted some safe-parse-float's to parse-double
- Simplified impl of safe-parse-* fns
This commit is contained in:
Gabriel Horner
2022-05-16 21:21:47 -04:00
committed by Tienson Qin
parent 29eb3dbca9
commit fec0b755a8
12 changed files with 26 additions and 58 deletions

View File

@@ -733,7 +733,7 @@
updates (state/all-available-coming-updates)]
[:div.cp__plugins-waiting-updates
[:h1.mb-4.text-2xl.p-1 (util/format "Found %s updates" (util/safe-parse-int (count updates)))]
[:h1.mb-4.text-2xl.p-1 (util/format "Found %s updates" (count updates))]
(if (seq updates)
;; lists