day8 / re-frame-10x

A debugging dashboard for re-frame. X-ray vision as tooling.
MIT License
632 stars 68 forks source link

Bumping zprint dep version. #384

Closed billtuba closed 1 year ago

billtuba commented 1 year ago

Using re-frame-10x at 'latest' in our project showed a compilation warning.

zprint/core.cljc warns on use of deprecated rewrite-clj.zip/edn* fn

See https://github.com/kkinnear/zprint/blob/main/CHANGELOG.md#125---2023-01-24

Upgraded to newer rewrite-clj, and changed edn to of-node to remove deprecation warnings. Issue #247.